Checking if your kit is complete... Looks good Writing Makefile for Tie::Assert cp lib/Tie/Assert/Scalar.pm blib/lib/Tie/Assert/Scalar.pm cp lib/Tie/Assert.pm blib/lib/Tie/Assert.pm cp lib/Tie/Assert/CheckFactory.pm blib/lib/Tie/Assert/CheckFactory.pm Manifying blib/man3/Tie::Assert::Scalar.3 Manifying blib/man3/Tie::Assert::CheckFactory.3 Manifying blib/man3/Tie::Assert.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/test....# Testing modules can be use'd ok 1 - use Tie::Assert; # Failed test (t/test.t at line 9) not ok 2 - use Tie::Assert::Array; # Tried to use 'Tie::Assert::Array'. # Error: Can't locate Tie/Assert/Array.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tie-Assert/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tie-Assert/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at (eval 3) line 2. ok 3 - use Tie::Assert::Scalar; ok 4 - use Tie::Assert::CheckFactory; # Testing module supports public interface ok 5 - Tie::Assert->can(...) ok 6 - Tie::Assert::Scalar->can(...) # Testing Tie::Assert::Scalar ok 7 - Tie::Assert::CheckFactory->can(...) ok 8 - Can do simple no-argument tie ok 9 - Can set simple no-arg tied variable ok 10 - Variable has expected value ok 11 - Can tie variable with simple closure limit ok 12 - FilterNames contains the one expected item ok 13 - Can set variable to valid value with no error ok 14 - Variable has assigned value ok 15 - Cannot set variable to invalid value ok 16 - Variable has retained valid value ok 17 - Returned number of filters removed ok 18 - Can now store values which would have failed filter ok 19 - Value has indeed been set ok 20 - Can tie variable with multiple simple closure limits ok 21 - FilterNames returned both expected items ok 22 - Can set variable to valid value with no error ok 23 - First closure limit seems to work ok 24 - Value unchanged ok 25 - Second closure limit seems to work ok 26 - Value unchanged ok 27 - FilterNames now has only the one remaining filter ok 28 - Can now store values which would have failed removed filter ok 29 - Value did indeed change ok 30 - Second closure limit seems to work ok 31 - Value still unchanged ok 32 - Can use function names as filters ok 33 - Can store valid values ok 34 - Can not store invalid values ok 35 - Value remains unchanged ok 36 - Can create simple tied variable ok 37 - Added custon filter ok 38 - FilterNames reports we've added the new filter ok 39 - Can assign odd numbers ok 40 - Value changed correctly ok 41 - Rejects even numbers # Testing Tie::Assert::Array ok 42 - Value remains unchanged Can't locate object method "TIEARRAY" via package "Tie::Assert::Array" at t/test.t line 164. 1..42 # Looks like you failed 1 tests of 42. # Looks like your test died just after 42. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/42 tests, 97.62% okay Failed 1/1 test scripts, 0.00% okay. 1/42 subtests failed, 97.62% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/test.t 255 65280 42 1 2.38% 2 make: *** [test_dynamic] Error 2