Subject: | Error using namemangle option with ::new |
Perl version: 5.10.0 for MSWin32-x86-multi-thread
Operating System: Windows XP
Distribution: TAP::Harness::JUnit v0.32
When trying to use the namemangle option, I get the following error in
my distribution:
==========
[exec] Unknown arguments to TAP::Harness::new (namemangle) at
RunSeabedTestsBase.pl line 16
[exec] Result: 255
==========
When looking at the JUnit.pm code, I noticed that from lines 94-107,
the code calls delete for the xmlfile and notimes arguments (which are
not recognized by TAP::Harness::new. However, there is no corresponding
delete for namemangle.
I think that there should be delete statement for namemangle that is
similar to the what exists on line 107 of JUnit.pm.