Checking if your kit is complete... Looks good Writing Makefile for WWW::TV cp lib/WWW/TV.pm blib/lib/WWW/TV.pm cp lib/WWW/TV/Episode.pm blib/lib/WWW/TV/Episode.pm cp lib/WWW/TV/Series.pm blib/lib/WWW/TV/Series.pm Manifying blib/man3/WWW::TV.3 Manifying blib/man3/WWW::TV::Episode.3 Manifying blib/man3/WWW::TV::Series.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10_episode....1..23 # Testing with generic episode prepopulated with name only ok 1 - use WWW::TV::Episode; ok 2 - The object isa WWW::TV::Episode # Testing by ID using pilot episode for Prison Break ok 3 - id ok 4 - name ok 5 - The object isa WWW::TV::Episode ok 6 - summary includes: Fox River ok 7 - summary does not include: Watch Video ok 8 - title is: Pilot ok 9 - season number is 1 ok 10 - episode_number is 1 ok 11 - stars include: Wentworth Miller ok 12 - guest_stars include: Jeff Parker ok 13 - recurring_roles include: Stacy Keach ok 14 - directors is: Brett Ratner ok 15 - writers is: Paul T. Scheuring ok 16 - first_aired is: 2005-08-29 # Checking $episode->series ok 17 - format_details with default settings ok 18 - format_details with crazy string # Checking $episode->season ok 19 - The object isa WWW::TV::Series # Testing an episode that never aired ok 20 - 23 episodes for season 1 ok 21 - The object isa WWW::TV::Episode # Failed test (t/10_episode.t at line 70) # got: 'Egg & Bean / Hopping Mad' # expected: 'Egg & Bean / Hopping Mad' not ok 22 - got the right Mr Bean ep ok 23 - first aired is n/a # Looks like you failed 1 tests of 23. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 22 Failed 1/23 tests, 95.65% okay t/20_series.....1..26 # Testing by ID using series: 119 (M*A*S*H) ok 1 - use WWW::TV::Series; ok 2 - The object isa WWW::TV::Series ok 3 - series name is: M*A*S*H ok 4 - summary url matches ok 5 - genres (scalar context) are: Comedy, Drama ok 6 - total episode count ok 7 - total episode count (using season 0) ok 8 - season 1 episode count ok 9 - season 9 episode count ok 10 - genres (array context) # Testing by name using series: Prison Break ok 11 - The object isa WWW::TV::Series ok 12 - series ID is 31635 ok 13 - summary includes "fox river" ok 14 - cast (scalar context) includes Wentworth Miller ok 15 - cast (array context) # Testing by ID using series: Joey ok 16 - series image uri includes .jpg ok 17 - The object isa WWW::TV::Series ok 18 - series name is: Joey ok 19 - The object isa WWW::TV::Episode ok 20 - season 1 episode 1 is: Joey and the Student ok 21 - episode 1 is season 1 ok 22 - The object isa WWW::TV::Episode ok 23 - episode 27 name is: Joey and the Spanking ok 24 - episode 27 is season 2 ok 25 - The object isa WWW::TV::Series ok 26 - episode series is: Joey ok Failed 1/2 test scripts, 50.00% okay. 1/49 subtests failed, 97.96% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/10_episode.t 1 256 23 1 4.35% 22 make: *** [test_dynamic] Error 25