Subject: | Perl 5.8.2 failing t/caller.t |
$ perl -v
This is perl, v5.8.2 built for i386-freebsd
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
$ prove --verbose --blib t/caller.t
t/caller.t ..
Can't upgrade that kind of scalar at t/caller.t line 26.
Show quoted text
No subtests run
Test Summary Report
-------------------
t/caller.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.20 cusr 0.01 csys = 0.25 CPU)
Result: FAIL
$
This is perl, v5.8.2 built for i386-freebsd
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
$ prove --verbose --blib t/caller.t
t/caller.t ..
Can't upgrade that kind of scalar at t/caller.t line 26.
Show quoted text
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)No subtests run
Test Summary Report
-------------------
t/caller.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.20 cusr 0.01 csys = 0.25 CPU)
Result: FAIL
$