Checking if your kit is complete... Looks good Writing Makefile for Math::SymbolicX::Inline cp lib/Math/SymbolicX/Inline.pm blib/lib/Math/SymbolicX/Inline.pm Manifying blib/man3/Math::SymbolicX::Inline.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00pod.........1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/00podcover....1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/01basic.......1..10 ok 1 - use Math::SymbolicX::Inline; ok 2 - basic example ok 3 - basic example outputs correct results ok 4 - external sub example ok 5 - external sub example outputs correct results ok 6 - multiple sub, multiple args example ok 7 - multiple sub, mutliple args example outputs correct results (1) ok 8 - multiple sub, mutliple args example outputs correct results (2) Attempt to free unreferenced scalar at (eval 16) line 16. Use of uninitialized value in multiplication (*) at (eval 15) line 17. Attempt to free unreferenced scalar at (eval 16) line 16. ok 9 - single sub, whitespace, no args, fancy deps example dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0x5ed20 in Perl_sv_grow+0xe0 () (gdb) #0 0x5ed20 in Perl_sv_grow+0xe0 () #1 0x631d8 in Perl_sv_setsv+0x1258 () #2 0xb01e8 in Perl_pp_sassign+0x90 () #3 0xaf7f8 in Perl_runops_standard+0x48 () #4 0x34d9c in S_run_body+0xbc () #5 0x34aa4 in perl_run+0xf4 () #6 0x30ecc in main+0x90 () (gdb) DIED. FAILED test 10 Failed 1/10 tests, 90.00% okay t/02examples....1..18 ok 1 - use Math::SymbolicX::Inline; ok 2 - synopsis ok 3 - synopsis prints correct results (1) ok 4 - synopsis prints correct results (2) ok 5 - synopsis throws correct errors ok 6 - example 1 ok 7 - example 1 prints correct results ok 8 - example 2 ok 9 - example 2 prints correct results ok 10 - example 3 ok 11 - example 3 prints correct results ok 12 - example 3 does not define private functions ok 13 - example 3 is whitespace insensitive ok 14 - example 3 is mostly whitespace insensitive ;) ok 15 - example 4 (order) ok 16 - example 4 prints correct results ok 17 - fancy example compiles (wow!) ok 18 - example 4 prints correct results ok Failed 1/4 test scripts, 75.00% okay. 1/28 subtests failed, 96.43% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01basic.t 0 138 10 2 20.00% 10 2 tests skipped. make: *** [test_dynamic] Error 11