Warning: prerequisite Sub::Uplevel 0.12 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Warning: the following files are missing in your kit: .cvsignore Please inform the author. Writing Makefile for basis cp lib/basis.pm blib/lib/basis.pm Manifying blib/man3/basis.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..5 not ok 1 - use basis; # Failed test (t/00-load.t at line 9) # Tried to use 'basis'. # Error: Sub::Uplevel version 0.12 required--this is only version 0.09 at blib/lib/basis.pm line 5. # BEGIN failed--compilation aborted at t/00-load.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Use of uninitialized value in concatenation (.) or string at t/00-load.t line 11. # Testing basis , Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl ok 2 ok 3 ok 4 - isa not ok 5 - import call # Failed test (t/00-load.t at line 30) # got: undef # expected: 'i' # Looks like you failed 2 tests of 5. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1, 5 Failed 2/5 tests, 60.00% okay t/01-import.........1..9 not ok 1 - use basis; # Failed test (t/01-import.t at line 9) # Tried to use 'basis'. # Error: Sub::Uplevel version 0.12 required--this is only version 0.09 at blib/lib/basis.pm line 5. # BEGIN failed--compilation aborted at t/01-import.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. syntax error at (eval 6) line 1, near "require ARRAY" ...propagated at /export/home/cpanrun/build/5.6.1/lib/5.6.1/base.pm line 62. BEGIN failed--compilation aborted at t/01-import.t line 30. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/05-die_without_sub_uplevel.1..2 not ok 1 - use basis; # Failed test (t/05-die_without_sub_uplevel.t at line 8) # Tried to use 'basis'. # Error: Sub::Uplevel version 0.12 required--this is only version 0.09 at blib/lib/basis.pm line 5. # BEGIN failed--compilation aborted at t/05-die_without_sub_uplevel.t line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Use of uninitialized value in concatenation (.) or string at t/05-die_without_sub_uplevel.t line 10. # Testing basis , Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl not ok 2 # Failed test (t/05-die_without_sub_uplevel.t at line 28) # '' # doesn't match '(?-xism:'basis' was not able to setup the base class 'My::Base' for 'My::Shoe')' # Looks like you failed 2 tests of 2. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/boilerplate.......1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/basis.pm contains no boilerplate text ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/00-load.t 2 512 5 2 40.00% 1, 5 t/01-import.t 2 512 9 9 100.00% 1-9 t/05-die_without_sub_uplevel.t 2 512 2 2 100.00% 1-2 2 tests skipped. Failed 3/6 test scripts, 50.00% okay. 13/19 subtests failed, 31.58% okay. make: *** [test_dynamic] Error 29