*** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.54 >= 0.42) - Test::Exception ...loaded. (0.15) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for mocked /bin/sh -c true /bin/sh -c true cp lib/unmocked.pm blib/lib/unmocked.pm cp lib/mocked.pm blib/lib/mocked.pm Manifying blib/man3/unmocked.3 Manifying blib/man3/mocked.3 /bin/sh -c true /bin/sh -c true PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/mocked.t t/unmocked.t t/mocked............Subroutine module_filename redefined at lib/Foo/PreLoaded.pm line 10. ok 1 - ensure we die on preloaded package ok 2 - ensure we die on preloaded module ok 3 - Mocked module loaded ok 4 - We're awesome ok 5 ok 6 - Real moose loaded ok 7 ok 8 - Mocked module loaded ok 9 - We're awesome ok 10 1..10 FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/unmocked..........ok 1 - Mocked module loaded ok 2 - could use real module 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/mocked.t 10 10 100.00% 1-10 t/unmocked.t 2 2 100.00% 1-2 Failed 2/2 test scripts, 0.00% okay. 12/12 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29