Checking if your kit is complete... Looks good Writing Makefile for IMDB::Movie cp Movie.pm blib/lib/IMDB/Movie.pm Manifying blib/man3/IMDB::Movie.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..13 ok 1 - require Movie; connect to imdb.com server? [y] y This test's random movie (from list of 1 movie) will be 'Alien'... ok 2 - The object isa IMDB::Movie not ok 3 - right id # Failed test (test.pl at line 19) # got: undef # expected: '0078748' ok 4 - right title ok 5 - right year Use of uninitialized value in concatenation (.) or string at test.pl line 22. not ok 6 - got a user_rating: # Failed test (test.pl at line 22) # undef # doesn't match '(?-xism:\d+\.?\d*)' not ok 7 - strict: correct director # Failed test (test.pl at line 23) # Structures begin differing at: # $got->{0000631} = Does not exist # $expected->{0000631} = 'HASH(0x405b4314)' not ok 8 - loose: correct writers # Failed test (test.pl at line 24) # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'O'Bannon, Dan' not ok 9 - normal: correct genres # Failed test (test.pl at line 25) # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'Sci-Fi' not ok 10 - HTML::Template correct director # Failed test (test.pl at line 28) # got: undef # expected: 'HASH(0x405b92bc)' not ok 11 - HTML::Template correct writer 1 # Failed test (test.pl at line 29) # got: undef # expected: 'HASH(0x405b92bc)' not ok 12 - HTML::Template correct writer 2 # Failed test (test.pl at line 30) # got: undef # expected: 'HASH(0x405b92bc)' not ok 13 - deep copy successful # Failed test (test.pl at line 31) # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'Scott, Ridley' # Looks like you failed 9 tests of 13. make: *** [test_dynamic] Error 9