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 /Users/cpanrun/build/5.10.0/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 'right id' # at test.pl 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 'got a user_rating: ' # at test.pl line 22. # undef # doesn't match '(?-xism:\d+\.?\d*)' not ok 7 - strict: correct director # Failed test 'strict: correct director' # at test.pl line 23. # Structures begin differing at: # $got->{0000631} = Does not exist # $expected->{0000631} = HASH(0x18e83f0) not ok 8 - loose: correct writers # Failed test 'loose: correct writers' # at test.pl line 24. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'O'Bannon, Dan' not ok 9 - normal: correct genres # Failed test 'normal: correct genres' # at test.pl line 25. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'Sci-Fi' not ok 10 - HTML::Template correct director # Failed test 'HTML::Template correct director' # at test.pl line 28. # Structures begin differing at: # $got = undef # $expected = HASH(0x18e8e20) not ok 11 - HTML::Template correct writer 1 # Failed test 'HTML::Template correct writer 1' # at test.pl line 29. # Structures begin differing at: # $got = undef # $expected = HASH(0x194d000) not ok 12 - HTML::Template correct writer 2 # Failed test 'HTML::Template correct writer 2' # at test.pl line 30. # Structures begin differing at: # $got = undef # $expected = HASH(0x194a310) not ok 13 - deep copy successful # Failed test 'deep copy successful' # at test.pl 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