Checking if your kit is complete... Looks good Writing Makefile for orz cp lib/orz.pm blib/lib/orz.pm Manifying blib/man3/orz.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -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=0; runtests @ARGV;' t/*.t t/compile........... # Failed test 'Compile Testorz' # in t/compile.t at line 9. # got: '# Generated by orz x.xx (Module::Compile x.xx) - do not edit! # ################((( 32-bit Checksum Validator III )))################ # #line 1 # BEGIN { use 5.006; local (*F, $/); ($F = __FILE__) =~ s!c$!!; open(F) # or die "Cannot open $F: $!"; binmode(F, ':crlf'); if (unpack('%32N*', # $F=readline(*F)) != 0xA3E61550) { use Filter::Util::Call; my $f = $F; # filter_add(sub { filter_del(); 1 while &filter_read; $_ = $f; 1; })}} # #line 1 # package Testorz; # # sub works { # print "This works"; # } # # # orz... # # # # sub busted { # # say "orz!"; # # } # # # # sub ok { # print "ok"; # } # # 1; # ' # expected: '# Generated by orz x.xx (Module::Compile x.xx) - do not edit! # #line 1 #########((( 32-bit Checksum Validator II )))################ # BEGIN { use 5.006; local (*F, $/); ($F = __FILE__) =~ s!c$!!; open(F) # or die "Cannot open $F: $!"; binmode(F, ':crlf'); if (unpack('%32N*', # $F=readline(*F)) != 0xA3E61550) { use Filter::Util::Call; my $f = $F; # filter_add(sub { filter_del(); 1 while &filter_read; $_ = $f; 1; })}} # #line 1 ############################################################# # package Testorz; # # sub works { # print "This works"; # } # # # orz... # # # # sub busted { # # say "orz!"; # # } # # # # sub ok { # print "ok"; # } # # 1; # ' # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/compile.t 1 256 1 1 100.00% 1 Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 2