bug in TAP::Harness->new
Steve Purkis
steve.purkis at db.com
Thu Jun 26 09:50:51 UTC 2008
Quick report, sorry I don't have time to fix it now. In TAP::Harness 3.12
# setup %args
# verbosity => 1
# formatter => TAP::Formatter::HTML=HASH(0x94a9f18)
# merge => 1
my $verbosity = delete $args{verbosity}; # BUG? valid arg, but T::H
complains
my $harness = TAP::Harness->new( \%args );
my @tests = glob "$testdir/$glob";
$harness->verbosity( $verbosity );
-Steve
---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.
More information about the tapx-dev
mailing list