Re: [perl #34978] lib/Parrot/Test.pm should not use "&&" in commands

2005-04-15 Thread Jens Rieks
Thank you, applied! jens

Re: [perl #34978] lib/Parrot/Test.pm should not use "&&" in commands

2005-04-14 Thread Michael G Schwern
And this patch has the added benefit of working. Index: lib/Parrot/Test/m4.pm === --- lib/Parrot/Test/m4.pm (revision 7835) +++ lib/Parrot/Test/m4.pm (working copy) @@ -2,10 +2,11 @@ use strict; -use Data::Dumper; +p

Re: [perl #34978] lib/Parrot/Test.pm should not use "&&" in commands

2005-04-14 Thread Michael G Schwern
On Thu, Apr 14, 2005 at 03:52:23AM -0700, Jens Rieks wrote: > lib/Parrot/Test.pm has several lines like > $cmd = qq{(cd $path_to_parrot && $parrot $args "$code_f")}; > As this command is executed with system(), it should not include "&&". > All tests on Win98/VC6 are failing with "Command not found

[perl #34978] lib/Parrot/Test.pm should not use "&&" in commands

2005-04-14 Thread via RT
# New Ticket Created by Jens Rieks # Please include the string: [perl #34978] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34978 > lib/Parrot/Test.pm has several lines like $cmd = qq{(cd $path_to_parrot && $parrot $args