Warning: prerequisite Storable 2.14 not found. We have 2.130. Checking if your kit is complete... Looks good Writing Makefile for Class::DBI::Storable cp Storable.pm blib/lib/Class/DBI/Storable.pm Manifying blib/man3/Class::DBI::Storable.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10 ok 1 - retrieve gives the same object not ok 2 - freeze+thaw ran without error # Failed test (test.pl at line 42) # got: 'No STORABLE_thaw defined for objects of class CDBI (even after a "require CDBI;") at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/thaw.al) line 363, at test.pl line 41 # ' # expected: '' not ok 3 - thaw produced a CDBI object # Failed test (test.pl at line 43) # got: '' # expected: 'CDBI' not ok 4 - freeze+thaw returned the same object # Failed test (test.pl at line 44) # got: undef # expected: '26394656' ok 5 - freeze with unsaved changes warns ok 6 - warning can be suppressed ok 7 - dclone warns ok 8 - dclone returns a different object ok 9 - dclone clones ok 10 - warning can be suppressed # Looks like you failed 3 tests of 10. make: *** [test_dynamic] Error 3