Skip Menu |

This queue is for tickets about the MooseX-Role-Cmd CPAN distribution.

Report information
The Basics
Id: 40072
Status: resolved
Priority: 0/
Queue: MooseX-Role-Cmd

People
Owner: Nobody in particular
Requestors: ian.sillitoe [...] gmail.com
Cc:
AdminCc:

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



Subject: t/basic.t
Was going to start using (and possible adding) to this module for a local project. I had a problem with the tests but it turned out to be a simple fix: t/basic.t @@ -14,7 +14,7 @@ is( Test::Cmd::Perl->build_bin_name, 'perl' ); is( $wrapper->bin_name, 'perl' ); -$wrapper->e(q{'print( join "/", @ARGV ), "\n"'}); +$wrapper->e(q{print( join "/", @ARGV ), "\n"}); my @data = $wrapper->output(); ok( !@data );
Subject: b
On Wed Oct 15 10:41:57 2008, isillitoe wrote: Show quoted text
> Was going to start using (and possible adding) to this module for a > local project. I had a problem with the tests but it turned out to be a > simple fix: > > t/basic.t > > @@ -14,7 +14,7 @@ > is( Test::Cmd::Perl->build_bin_name, 'perl' ); > is( $wrapper->bin_name, 'perl' ); > > -$wrapper->e(q{'print( join "/", @ARGV ), "\n"'}); > +$wrapper->e(q{print( join "/", @ARGV ), "\n"}); > my @data = $wrapper->output(); > ok( !@data );
Thank you, resubmitted as 0.02