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/pristine/5.8.7/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 ok 3 - right id 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(0x18b1b00)' 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) Modification of non-creatable array value attempted, subscript -1 at /Users/cpanrun/pristine/5.8.7/lib/5.8.7/Test/More.pm line 1068. # Looks like you planned 13 tests but only ran 10. # Looks like your test died just after 10. make: *** [test_dynamic] Error 255