Subject: | "Can't exec "foobar": No such file or directory" during test |
The tests pass, but this probably still indicates a problem. If not, you should try to silence that warning, or at least emit a warning that this is normal with diag.
MOSHEGOOD/Dancer-Logger-Pipe-0.01.tar.gz
/usr/bin/make -j4 -j4 -- OK
Running make test
PERL_DL_NONLAZY=1 /home/mike/perl5/perlbrew/perls/perl-5.16.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Dancer::Logger::Pipe 0.01, Perl 5.016003, /home/mike/perl5/perlbrew/perls/perl-5.16.3/bin/perl
t/00-load.t ....... ok
# Testing Dancer::Logger::Pipe 0.01, Perl 5.016003, /home/mike/perl5/perlbrew/perls/perl-5.16.3/bin/perl
# Running after test
# data: [21114] core @0.000020> The quick brown fox jumped over the lazy dog in t/01-pipe.t l. 16
# Can't exec "foobar": No such file or directory at /home/mike/.cpan/build/Dancer-Logger-Pipe-0.01-35OOYR/blib/lib/Dancer/Logger/Pipe.pm line 18.
# Unable to open pipe: No such file or directory at t/01-pipe.t line 26.
# Missing pipe command setting at t/01-pipe.t line 26.
t/01-pipe.t ....... ok
t/manifest.t ...... skipped: Author tests not required for installation
t/pod-coverage.t .. ok
t/pod.t ........... ok
All tests successful.
Files=5, Tests=10, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.40 cusr 0.05 csys = 0.50 CPU)
Result: PASS