Checking if your kit is complete... Looks good Writing Makefile for WWW::TV cp lib/WWW/TV/Episode.pm blib/lib/WWW/TV/Episode.pm cp lib/WWW/TV.pm blib/lib/WWW/TV.pm cp lib/WWW/TV/Series.pm blib/lib/WWW/TV/Series.pm Manifying blib/man3/WWW::TV::Episode.3 Manifying blib/man3/WWW::TV.3 Manifying blib/man3/WWW::TV::Series.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/10_episode....1..23 # Failed test 'use WWW::TV::Episode;' # at t/10_episode.t line 8. # Tried to use 'WWW::TV::Episode'. # Error: Bareword "LWP::UserAgent::_agent" not allowed while "strict subs" in use at blib/lib/WWW/TV/Episode.pm line 73. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/10_episode.t line 8. # Testing with generic episode prepopulated with name only not ok 1 - use WWW::TV::Episode; Undefined subroutine &WWW::TV::Episode::id called at t/10_episode.t line 20. # Looks like you planned 23 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. ok 2 - The object isa WWW::TV::Episode dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-23 Failed 22/23 tests, 4.35% okay t/20_series.....1..26 not ok 1 - use WWW::TV::Series; # Failed test 'use WWW::TV::Series;' # at t/20_series.t line 8. # Tried to use 'WWW::TV::Series'. # Error: Bareword "LWP::UserAgent::_agent" not allowed while "strict subs" in use at blib/lib/WWW/TV/Series.pm line 77. # Bareword "LWP::UserAgent::_agent" not allowed while "strict subs" in use at blib/lib/WWW/TV/Series.pm line 85. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/20_series.t line 8. # Testing by ID using series: 119 (M*A*S*H) Undefined subroutine &WWW::TV::Series::name called at t/20_series.t line 13. ok 2 - The object isa WWW::TV::Series # Looks like you planned 26 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-26 Failed 25/26 tests, 3.85% okay Failed 2/2 test scripts, 0.00% okay. 47/49 subtests failed, 4.08% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/10_episode.t 255 65280 23 43 186.96% 1 3-23 t/20_series.t 255 65280 26 49 188.46% 1 3-26 make: *** [test_dynamic] Error 2