Checking if your kit is complete... Looks good Writing Makefile for Test::Pod::Snippets cp lib/Test/Pod/Snippets.pm blib/lib/Test/Pod/Snippets.pm Manifying blib/man3/Test::Pod::Snippets.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/00-load............1..1 ok 1 - use Test::Pod::Snippets; # Testing Test::Pod::Snippets 0.02, Perl 5.006001, /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl ok t/99signature........1..1 ok 1 # skip Next time around, consider installing Module::Signature, so you can verify the integrity of this distribution. ok 1/1 skipped: Next time around, consider installing Module::Signature, so you can verify the integrity of this distribution. t/pod-snippets-01....ok 1 - the tests compile generating snippets ok 2 - begin works! generating snippets Use of uninitialized value in concatenation (.) or string at blib/lib/Test/Pod/Snippets.pm line 100. not ok 3 - extract_snippets() # Failed test 'extract_snippets()' # at t/pod-snippets-01.t line 28. # got: ' use Test::More qw/ no_plan /; # # no warnings; # no strict; # things are likely to be sloppy # # # tests extracted from 'lib/Test/Pod/Snippets.pm' # # ok 1 => 'the tests compile'; # # # # ok 1 => 'we reached the end!'; # ' # expected: ' use Test::More qw/ no_plan /; # # no warnings; # no strict; # things are likely to be sloppy # # # tests extracted from 'lib/Test/Pod/Snippets.pm' # # ok 1 => 'the tests compile'; # # use Test::Pod::Snippets; # # my $tps = Test::Pod::Snippets->new(); # $tps->generate_snippets( @pm_and_pod_files ); # # ok 1 => 'begin works!'; # # $tps = Test::Pod::Snippets->new # # ; $tps->generate_snippets( @source_files ) # # ; $file = 'lib/Test/Pod/Snippets.pm'; # # $test_script = $tps->extract_snippets( $file ) # # ; open my $tc_fh, '<', 't/pod-snippets-01.t'; # { # local $/ = undef; # is $test_script => <$tc_fh>, 'extract_snippets()'; # } # # # # ok 1 => 'we reached the end!'; # ' # Looks like you failed 1 test of 4. ok 4 - we reached the end! 1..4 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/4 tests, 75.00% okay t/pod................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD Failed 1/4 test scripts, 75.00% okay. 1/6 subtests failed, 83.33% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/pod-snippets-01.t 1 256 4 1 25.00% 3 1 test and 1 subtest skipped. make: *** [test_dynamic] Error 11