Subject: | basic.t fails |
I'm running Perl 5.16.0 on CentOS release 6.3 (Final). Attempting to
install via the cpan shell failed. I then attempted to install by hand.
basic.t raises the error:
# prove -Ilib -v t/basic.t
t/basic.t ..
ok 1 - use Exception::Class;
ok 2 - $@ isa Exception::Class::Base
ok 3 - Exception's error message should be 'err'
ok 4 - Exception's message should be 'err'
ok 5 - Description should be 'Generic exception'
ok 6 - Package should be 'main'
Can't call method "file" without a package or object reference at
t/basic.t line 74.
# Tests were run but no plan was declared and done_testing() was not seen.
Dubious, test returned 2 (wstat 512, 0x200)
All 6 subtests passed
Test Summary Report
-------------------
t/basic.t (Wstat: 512 Tests: 6 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=1, Tests=6, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr
0.00 csys = 0.05 CPU)
Result: FAIL