PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-01-12T20:15:14 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 13 Jan 2014 02:41:02 GMT Running make for R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz Checksum for /export/home/fly818/var/cpan/sources/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Pod-Elemental-PerlMunger-0.200001 Pod-Elemental-PerlMunger-0.200001/README Pod-Elemental-PerlMunger-0.200001/Changes Pod-Elemental-PerlMunger-0.200001/LICENSE Pod-Elemental-PerlMunger-0.200001/dist.ini Pod-Elemental-PerlMunger-0.200001/META.yml Pod-Elemental-PerlMunger-0.200001/MANIFEST Pod-Elemental-PerlMunger-0.200001/META.json Pod-Elemental-PerlMunger-0.200001/Makefile.PL Pod-Elemental-PerlMunger-0.200001/t Pod-Elemental-PerlMunger-0.200001/t/perlmunger.t Pod-Elemental-PerlMunger-0.200001/t/corpus Pod-Elemental-PerlMunger-0.200001/t/corpus/after-end.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/simple.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/simple.out.txt Pod-Elemental-PerlMunger-0.200001/xt/release Pod-Elemental-PerlMunger-0.200001/xt/release/pod-syntax.t Pod-Elemental-PerlMunger-0.200001/t/corpus/extra-ws.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/mid-code.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/mid-code.out.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/data-section.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/mid-code-pod.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/straddle-end.in.txt Pod-Elemental-PerlMunger-0.200001/t/000-report-versions-tiny.t Pod-Elemental-PerlMunger-0.200001/t/corpus/data-section.out.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/mid-code-pod.out.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/straddle-code.in.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/straddle-end.out.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/mid-code-comm.out.txt Pod-Elemental-PerlMunger-0.200001/lib/Pod/Elemental Pod-Elemental-PerlMunger-0.200001/lib/Pod/Elemental/PerlMunger.pm Pod-Elemental-PerlMunger-0.200001/xt/release/changes_has_content.t Pod-Elemental-PerlMunger-0.200001/t/corpus/straddle-code-comm.out.txt Pod-Elemental-PerlMunger-0.200001/t/corpus/straddle-code-comm-nothing.out.txt CPAN.pm: Building R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Warning: prerequisite Pod::Elemental 0.103000 not found. We have 0.102363. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Elemental::PerlMunger Writing MYMETA.yml and MYMETA.json >>> make cp lib/Pod/Elemental/PerlMunger.pm blib/lib/Pod/Elemental/PerlMunger.pm Manifying blib/man3/Pod::Elemental::PerlMunger.3 RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # # Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 # perl: 5.008008 (wanted any version) on solaris from /export/home/fly818/bin/perl # # Encode => 2.49 (want any version) # ExtUtils::MakeMaker => 6.86 (want 6.30) # List::AllUtils => 0.04 (want any version) # Moose => 1.02 (want any version) # Moose::Role => 1.02 (want any version) # PPI => 1.215 (want any version) # Params::Util => 1.07 (want any version) # Pod::Elemental => 0.102363 (want 0.103000) # Test::Differences => 0.61 (want any version) # Test::More => 1.001002 (want 0.96) # namespace::autoclean => 0.15 (want any version) # strict => 1.03 (want any version) # warnings => 1.05 (want any version) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve your problem. # t/000-report-versions-tiny.t .. ok 1 - we really didn't test anything, just reporting data 1..1 ok # Failed test 'DATA section' # at t/perlmunger.t line 57. # got: 'my $hello = 'world'; # # =pod # # =head1 NAME # # Hello World # # =cut # =cut # # __DATA__ # # To be read. # ' # expected: 'my $hello = 'world'; # # =pod # # =head1 NAME # # Hello World # # =cut # # __DATA__ # # To be read. # ' # Failed test 'pod mid-code' # at t/perlmunger.t line 59. # got: ' # my $x = 1; # # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # ' # Failed test 'pod mid-code, with =pod' # at t/perlmunger.t line 64. # got: ' # my $x = 1; # # # my $y = 2; # # __END__ # # =pod # # =pod # # This is mid-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # # my $y = 2; # # __END__ # # =pod # # This is mid-code! # # =cut # ' # Failed test 'pod mid-code, replace with comments' # at t/perlmunger.t line 66. # got: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # ' # Failed test 'pod straddles code, replace with comments' # at t/perlmunger.t line 70. # got: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # # =head1 Bar # # # # This is post-code! # # # # =cut # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # # =head1 Bar # # This is post-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # # =head1 Bar # # # # This is post-code! # # # # =cut # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # # =head1 Bar # # This is post-code! # # =cut # ' # Failed test 'pod straddles code, replace with comments' # at t/perlmunger.t line 74. # got: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # # =head1 Bar # # This is post-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # # =head1 Foo # # # # This is mid-code! # # # # =cut # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # # =head1 Bar # # This is post-code! # # =cut # ' # Looks like you failed 6 tests of 10. t/perlmunger.t ................ ok 1 - no END ok 2 - POD after END ok 3 - before and after END ok 4 - extra whitespace not ok 5 - DATA section not ok 6 - pod mid-code not ok 7 - pod mid-code, with =pod not ok 8 - pod mid-code, replace with comments not ok 9 - pod straddles code, replace with comments not ok 10 - pod straddles code, replace with comments 1..10 Dubious, test returned 6 (wstat 1536, 0x600) Failed 6/10 subtests Test Summary Report ------------------- t/perlmunger.t (Wstat: 1536 Tests: 10 Failed: 6) Failed tests: 5-10 Non-zero exit status: 6 Files=2, Tests=11, 5 wallclock secs ( 0.07 usr 0.04 sys + 5.15 cusr 0.30 csys = 5.56 CPU) Result: FAIL Failed 1/2 test programs. 6/11 subtests failed. make: *** [test_dynamic] Error 29 RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RJBS/Pod-Elemental-PerlMunger-0.200001.tar.gz Finished 2014-01-12T20:15:33