Checking if your kit is complete... Looks good Writing Makefile for Sub::Slice cp lib/Sub/Slice/Backend/Filesystem.pm blib/lib/Sub/Slice/Backend/Filesystem.pm cp lib/Sub/Slice/Backend.pod blib/lib/Sub/Slice/Backend.pod cp lib/Sub/Slice/Manual.pod blib/lib/Sub/Slice/Manual.pod cp lib/Sub/Slice.pm blib/lib/Sub/Slice.pm Manifying blib/man3/Sub::Slice::Backend::Filesystem.3 Manifying blib/man3/Sub::Slice::Manual.3 Manifying blib/man3/Sub::Slice::Backend.3 Manifying blib/man3/Sub::Slice.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/backend_filesystem....1..29 ok 1 (Compiled Sub::Slice::Backend::Filesystem version 1.013) ok 2 (Constructor) ok 3 (Uses a default path if path unspecificied) ok 4 (appends / to path) ok 5 (ID has expected form) ok 6 (IDs appear to change) ok 7 (job persisted) ok 8 (blob saved/restored) ok 9 (blob overwritten) ok 10 (fetch nonexistant blob) ok 11 (expected number of job dirs) ok 12 (located job file in job dir) ok 13 (expected number of files in job dir) ok 14 (job dir has gone) ok 15 (strict mode) ok 16 (lax mode) not ok 17 at line 127 in t/backend_filesystem.t (load nonexistant job) ok 18 (del nonexistant job) ok 19 (save invalid job) ok 20 (store blob for invalid job) ok 21 (fetch blob for invalid job) ok 22 (load missing id) ok 23 (del missing id) ok 24 (store without key) ok 25 (fetch without key) ok 26 (Constructor) ok 27 (Cleanup removed right things) ok 28 (Cleanup left empty tree) ok 29 (Cleanup undef on empty dir) FAILED test 17 Failed 1/29 tests, 96.55% okay t/pod...................1..4 ok 1 - blib/lib/Sub/Slice.pm ok 2 - blib/lib/Sub/Slice/Backend.pod ok 3 - blib/lib/Sub/Slice/Manual.pod ok 4 - blib/lib/Sub/Slice/Backend/Filesystem.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 t/slice.................1..63 ok 1 (Sub::Slice compiles) ok 2 (Create new token) ok 3 (Set estimate) ok 4 (Set status) ok 5 (token has ID) ok 6 (token has ID) ok 7 (reblessing fetch works identically) ok 8 (check 0/undef distinction) ok 9 (running slice #1) ok 10 (token has next_stage property) ok 11 (token has ID) ok 12 (token has ID) ok 13 (reblessing fetch works identically) ok 14 (running slice #2) ok 15 (token has next_stage property) ok 16 (token has ID) ok 17 (token has ID) ok 18 (reblessing fetch works identically) ok 19 (running slice #3) ok 20 (token has next_stage property) ok 21 (token has ID) ok 22 (token has ID) ok 23 (reblessing fetch works identically) ok 24 (running slice #4) ok 25 (token has next_stage property) ok 26 (token has ID) ok 27 (token has ID) ok 28 (reblessing fetch works identically) ok 29 (running slice #5) ok 30 (token has next_stage property) ok 31 (token has ID) ok 32 (token has ID) ok 33 (reblessing fetch works identically) ok 34 (running slice #6) ok 35 (token has next_stage property) ok 36 (token has ID) ok 37 (token has ID) ok 38 (reblessing fetch works identically) ok 39 (check 0/undef distinction) ok 40 (unlimited iterations - pass through in one op) ok 41 (dies when ID is tampered with) ok 42 (dies when pin is tampered with) ok 43 (right number of cleanup steps done) ok 44 (pin length) ok 45 (short value not stored as blob) ok 46 (long value auto stored as blob) ok 47 (estimate accessor) ok 48 (count accessor) ok 49 (id mutator check) ok 50 (token mutator check) ok 51 (estimate mutator check) ok 52 (count mutator check) ok 53 (is_done mutator check) ok 54 (stage mutator check) ok 55 (done() args check) ok 56 (store input checks) ok 57 (fetch input checks) ok 58 (next_stage input checks) ok 59 (Non-existant backend raises an exception) ok 60 (Illegal backend name raises an exception) ok 61 (Garbage for token #1) ok 62 (Garbage for token #2) ok 63 (odd number of arguments) ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/backend_filesystem.t 29 1 17 1 test skipped. Failed 1/4 test scripts. 1/96 subtests failed. Files=4, Tests=96, 2 wallclock secs ( 0.70 cusr + 0.24 csys = 0.94 CPU) Failed 1/4 test programs. 1/96 subtests failed. make: *** [test_dynamic] Error 255