Checking if your kit is complete... Warning: the following files are missing in your kit: Todo Please inform the author. Writing Makefile for File::Wildcard cp lib/File/Wildcard.pm blib/lib/File/Wildcard.pm cp lib/File/Wildcard/Find.pm blib/lib/File/Wildcard/Find.pm Manifying blib/man3/File::Wildcard.3 Manifying blib/man3/File::Wildcard::Find.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_basic........1..35 ok 1 - use File::Wildcard; ok 2 - return from new isa File::Wildcard ok 3 - Simple case, no wildcard ok 4 - Only found one file ok 5 - return from new isa File::Wildcard ok 6 - Simple asterisk ok 7 - Only found one file ok 8 - return from new isa File::Wildcard ok 9 - single char wildcards ok 10 - Only found one file ok 11 - Captures from regexp ok 12 - return from new isa File::Wildcard ok 13 - Wildcard further back in path ok 14 - (ellipsis) return from new isa File::Wildcard ok 15 - Ellipsis found blib and lib modules ok 16 - Ellipsis found blib and lib modules ok 17 - (ellipsis) return from new isa File::Wildcard ok 18 - Ellipsis found lib, blib excluded ok 19 - return from new isa File::Wildcard ok 20 - Simple case, no wildcard ok 21 - Only found one file ok 22 - return from new isa File::Wildcard ok 23 - Simple asterisk ok 24 - Only found one file ok 25 - return from new isa File::Wildcard ok 26 - single char wildcards ok 27 - Only found one file ok 28 - Captures from regexp ok 29 - return from new isa File::Wildcard ok 30 - Wildcard further back in path ok 31 - (ellipsis) return from new isa File::Wildcard ok 32 - Ellipsis found blib and lib modules ok 33 - Ellipsis found blib and lib modules ok 34 - (ellipsis) return from new isa File::Wildcard ok 35 - Ellipsis found lib, blib excluded ok t/02_derived......1..6 ok 1 - use File::Wildcard; ok 2 - return from new isa File::Wildcard ok 3 - Returned expected derived list ok 4 - return from new isa File::Wildcard ok 5 - Multiple patterns in the same component ok 6 - Only one match ok t/03_absolute.....1..19 ok 1 - use File::Wildcard; ok 2 - return from new isa File::Wildcard Use of uninitialized value in pattern match (m//) at t/03_absolute.t line 69. # Failed test 'Simple case, no wildcard' # at t/03_absolute.t line 69. not ok 3 - Simple case, no wildcard # undef # doesn't match '(?i-xsm:/tmp/File-Wildcard-test/abs/foo/lish.tmp)' ok 4 - Only found one file ok 5 - return from new isa File::Wildcard ok 6 # skip This test unreliable on Windows ok 7 - (ellipsis) return from new isa File::Wildcard # Failed test 'Ellipsis found tmp files' not ok 8 - Ellipsis found tmp files # at t/03_absolute.t line 114. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' ok 9 - (ellipsis) return from new isa File::Wildcard # Failed test 'Recursive directory search (normal)' not ok 10 - Recursive directory search (normal) # at t/03_absolute.t line 133. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/' ok 11 - (ellipsis) return from new isa File::Wildcard # Failed test 'Recursive directory search (custom sort)' not ok 12 - Recursive directory search (custom sort) # at t/03_absolute.t line 155. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/' ok 13 - (ellipsis) return from new isa File::Wildcard # Failed test 'Recursive directory search (breadth-first)' # at t/03_absolute.t line 181. not ok 14 - Recursive directory search (breadth-first) # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/' # Failed test 'Appended absolute' not ok 15 - Appended absolute # at t/03_absolute.t line 202. # Structures begin differing at: # $got->[0] = '/tmp/' # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' ok 16 - (ellipsis) return from new isa File::Wildcard # Failed test 'Recursive directory search (inside-out)' # at t/03_absolute.t line 222. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' not ok 17 - Recursive directory search (inside-out) # Failed test 'Append to absolute' # at t/03_absolute.t line 235. not ok 18 - Append to absolute # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' # Failed test 'Test has tidied up after itself' # at t/03_absolute.t line 258. not ok 19 - Test has tidied up after itself # Looks like you failed 9 tests of 19. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 3, 8, 10, 12, 14-15, 17-19 Failed 9/19 tests, 52.63% okay (less 1 skipped test: 9 okay, 47.37%) t/04_append.......1..6 ok 1 - use File::Wildcard; ok 2 - return from new isa File::Wildcard ok 3 - Empty object gives no files ok 4 - Appended wildcards ok 5 - Prepended wildcards ok 6 - Append with match ok t/05_symlink......1..8 ok 1 - use File::Wildcard; ok 2 - return from new isa File::Wildcard ok 3 - Found the test itself ok 4 - Sym link ok 5 - And no more ok 6 - Nothing found ok 7 - Followed sym link ok 8 - Nothing more ok t/06_fwf..........1..6 ok 1 - use File::Wildcard::Find; ok 2 - findbegin didn't croak ok 3 - Simple case, no wildcard ok 4 - Only found one file ok 5 - Two files found ok 6 - Ellipsis found blib and lib modules ok t/pod.............1..2 ok 1 - blib/lib/File/Wildcard.pm ok 2 - blib/lib/File/Wildcard/Find.pm ok 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 Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03_absolute.t 9 2304 19 9 3 8 10 12 14-15 17-19 1 test and 1 subtest skipped. Failed 1/8 test scripts. 9/82 subtests failed. Files=8, Tests=82, 2 wallclock secs ( 1.32 cusr + 0.34 csys = 1.66 CPU) Failed 1/8 test programs. 9/82 subtests failed. make: *** [test_dynamic] Error 25