Subject: | t\01_compile.t .. 1/4 The system cannot find the path specified. Failed test 'Script bin\minijsan compiles cleanly' |
JSAN-Mini-0.03\t\01_compile.t .. 1/4 The system cannot find the path
specified.
Failed test 'Script bin\minijsan compiles cleanly'
Its the same in http://svn.ali.as/cpan/trunk/JSAN-Mini/t/01_compile.t
41,42c41,43
< my $cmd = "perl $include -c $script 1>/dev/null 2>/dev/null";
< # diag( $cmd );
---
Show quoted text
> my $devnull = File::Spec->devnull();
> my $cmd = "perl $include -c $script 1>$devnull 2>$devnull";
> diag( $cmd );