Warning: prerequisite orz 0.12 not found. We have 0.11. Checking if your kit is complete... Looks good Writing Makefile for worky cp lib/worky.pm blib/lib/worky.pm Manifying blib/man3/worky.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/compile.... # Failed test 'Compile Testworky' # in t/compile.t at line 9. # got: '# Generated by worky 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)) != 0xXXXXXXXX) { use Filter::Util::Call; my $f = $F; # filter_add(sub { filter_del(); 1 while &filter_read; $_ = $f; 1; })}} # #line 1 # package Testworky; # # sub works { # print "This works"; # } # # # This code no worky... # # # # sub busted { # # say "no worky!"; # # } # # # # sub ok { # print "ok"; # } # # 1; # ' # expected: '# Generated by worky 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)) != 0xXXXXXXXX) { use Filter::Util::Call; my $f = $F; # filter_add(sub { filter_del(); 1 while &filter_read; $_ = $f; 1; })}} # #line 1 ############################################################# # package Testworky; # # sub works { # print "This works"; # } # # # This code no worky... # # # # sub busted { # # say "no worky!"; # # } # # # # 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 Stat 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 1