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 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" 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 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------------- t/compile.t 1 256 1 1 100.00% 1 make: *** [test_dynamic] Error 2