Checking if your kit is complete... Looks good Warning: Guessing NAME [File-Copy-Link] from current directory name. Writing Makefile for File-Copy-Link cp lib/File/Spec/Link.pm blib/lib/File/Spec/Link.pm cp lib/File/Copy/Link.pm blib/lib/File/Copy/Link.pm cp copylink blib/script/copylink /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -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 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/copylink Manifying blib/man1/copylink.1 Manifying blib/man3/File::Spec::Link.3 Manifying blib/man3/File::Copy::Link.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/chopfile........1..3 ok 1 - use File::Spec::Link; ok 2 - chopfile(dir/foo.ext) ok 3 - chopfile(foo.ext) ok t/copylink........1..6 ok 1 - use File::Copy::Link; ok 2 - copylink ok 3 - not a link ok 4 - compare file and copy ok 5 - copy not deleted ok 6 - copy deleted ok t/linked..........1..18 ok 1 - use File::Spec::Link; ok 2 - linked - to file ok 3 - linked - to link ok 4 - resolve - file ok 5 - resolve - loop ok 6 - linked - directory ok 7 - resolve - directory ok 8 - linked - directory with / ok 9 - resolve - directory with / ok 10 - resolve - embedded link ok 11 - resolve_all - directory ok 12 - resolve_all - file ok 13 - resolve_all - file opendir(test/testdir/file.txt/..): Not a directory at t/linked.t line 92 # Failed test 'resolve_all - file absolute' # at t/linked.t line 92. # got: '/tmp/vmcpbFBPgb/test/testdir/file.txt' # expected: '' not ok 14 - resolve_all - file absolute opendir(test/linkdir/file.txt/..): Not a directory at blib/lib/File/Spec/Link.pm line 62 ok 15 - full_resolve - directory canonpath: empty path at blib/lib/File/Spec/Link.pm line 16 File::Spec::Link::canonpath('File::Spec::Link', '') called at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/File/Spec/Unix.pm line 393 File::Spec::Unix::abs2rel('File::Spec::Link', '') called at blib/lib/File/Spec/Link.pm line 64 File::Spec::Link::resolve_path('File::Spec::Link', 'test/linkdir/file.txt') called at blib/lib/File/Spec/Link.pm line 56 File::Spec::Link::full_resolve('File::Spec::Link', 'test/linkdir/file.txt') called at t/linked.t line 98 # Failed test 'full_resolve - file' # at t/linked.t line 98. # got: '' # expected: 'test/testdir/file.txt' not ok 16 - full_resolve - file ok 17 - resolve_path - directory opendir(test/linkdir/file.txt/..): Not a directory at blib/lib/File/Spec/Link.pm line 62 canonpath: empty path at blib/lib/File/Spec/Link.pm line 16 File::Spec::Link::canonpath('File::Spec::Link', '') called at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/File/Spec/Unix.pm line 393 File::Spec::Unix::abs2rel('File::Spec::Link', '') called at blib/lib/File/Spec/Link.pm line 64 File::Spec::Link::resolve_path('File::Spec::Link', 'test/linkdir/file.txt') called at t/linked.t line 103 # Failed test 'resolve_path - file' # at t/linked.t line 103. # got: '' # expected: 'test/testdir/file.txt' not ok 18 - resolve_path - file # Looks like you failed 3 tests of 18. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 14, 16, 18 Failed 3/18 tests, 83.33% okay t/pod-coverage....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/pod.............1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/relative........1..3 ok 1 - use File::Spec::Link; ok 2 - relative_to_file(dir/foo.ext,dir1/dir2/bar.xyz) ok 3 - relative_to_file(/dir/foo.ext,dir1/dir2/bar.xyz) ok t/safecopylink....1..6 ok 1 - use File::Copy::Link; ok 2 - safecopylink ok 3 - not a link ok 4 - compare file and copy ok 5 - copy not deleted ok 6 - copy deleted ok Failed 1/7 test scripts, 85.71% okay. 3/36 subtests failed, 91.67% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/linked.t 3 768 18 3 16.67% 14 16 18 2 tests skipped. make: *** [test_dynamic] Error 11