Skip Menu |

This queue is for tickets about the TAPx-Parser CPAN distribution.

Report information
The Basics
Id: 21605
Status: resolved
Priority: 0/
Queue: TAPx-Parser

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: TAPx::Parser::Builder hack uses wrong package name.
--- TAPx-Parser-0.31/lib/TAPx/Parser/Source/Perl.pm 2006-09-21 12:24:48.000000000 -0700 +++ TAPx-Parser-0.31.mv/lib/TAPx/Parser/Source/Perl.pm 2006-09-21 17:32:42.000000000 -0700 @@ -203,7 +203,7 @@ my $file = $self->filename; my @switches = ( $self->switches, - qw(-MTest::Builder -MTAPX::Parser::Builder), + qw(-MTest::Builder -MTAPx::Parser::Builder), ); local *TEST;
Aargh! Stupid case-insensitive file systems :( Applied and uploaded as 0.32 Thanks! On Thu Sep 21 20:46:47 2006, MSCHWERN wrote: Show quoted text
> --- TAPx-Parser-0.31/lib/TAPx/Parser/Source/Perl.pm 2006-09-21 > 12:24:48.000000000 -0700 > +++ TAPx-Parser-0.31.mv/lib/TAPx/Parser/Source/Perl.pm 2006-09-21 > 17:32:42.000000000 -0700 > @@ -203,7 +203,7 @@ > my $file = $self->filename; > my @switches = ( > $self->switches, > - qw(-MTest::Builder -MTAPX::Parser::Builder), > + qw(-MTest::Builder -MTAPx::Parser::Builder), > ); > > local *TEST; >