CC: | martin.thurn [...] ngc.com |
Subject: | need 'use Carp;' |
Perl 5.9 and newer doesn't let you 'require' or 'use' modules at runtime. Please add 'use Carp' at the top of your module in order to make it usable in the future. Thank you.
t/01-basic.......String found where operator expected at /disk1/src/PERL/.cpanplus/5.9.2/build/Best-0.05/blib/lib/Best.pm line 71, near "Carp::carp "Best: what modules shall I load?""
(Do you need to predeclare Carp::carp?)
syntax error at /disk1/src/PERL/.cpanplus/5.9.2/build/Best-0.05/blib/lib/Best.pm line 71, near "Carp::carp "Best: what modules shall I load?""
Compilation failed in require at t/01-basic.t line 11.
BEGIN failed--compilation aborted at t/01-basic.t line 11.
# Looks like your test died before it could output anything.
t/01-basic.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
--
- - Martin 'Kingpin' Thurn