Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Getopt::Whatever cp lib/Getopt/Whatever.pm blib/lib/Getopt/Whatever.pm Manifying blib/man3/Getopt::Whatever.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..1 ok 1 - use Getopt::Whatever; # Testing Getopt::Whatever 0.01, Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl ok t/argv_tests........1..46 ok 1 - empty argv (argv hash) ok 2 - empty argv (argv array afterward) ok 3 - bareword with an equal sign (argv hash) ok 4 - bareword with an equal sign (argv array afterward) ok 5 - single dashed (argv hash) ok 6 - single dashed (argv array afterward) ok 7 - a basic key/value case (argv hash) ok 8 - a basic key/value case (argv array afterward) ok 9 - two key/value pairs (argv hash) ok 10 - two key/value pairs (argv array afterward) ok 11 - a flag (argv hash) ok 12 - a flag (argv array afterward) ok 13 - duplicate flags (argv hash) ok 14 - duplicate flags (argv array afterward) ok 15 - triple-dash (argv hash) ok 16 - triple-dash (argv array afterward) ok 17 - two flags (argv hash) ok 18 - two flags (argv array afterward) not ok 19 - a key/value pair and a flag (argv hash) # Failed test (t/argv_tests.t at line 151) # Structures begin differing at: # $got->{} = Does not exist # $expected->{} = '1' Died at t/argv_tests.t line 151. # Looks like you planned 46 tests but only ran 19. # Looks like your test died just after 19. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 19-46 Failed 28/46 tests, 39.13% okay 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/argv_tests.t 255 65280 46 28 60.87% 19-46 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 28/47 subtests failed, 40.43% okay. make: *** [test_dynamic] Error 29