PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-03-20T20:01:30 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Fri, 21 Mar 2014 00:17:02 GMT Running make for R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /export/home/fly818/var/cpan/sources/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200002.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Pod-Elemental-PerlMunger-0.200002 Pod-Elemental-PerlMunger-0.200002/README Pod-Elemental-PerlMunger-0.200002/Changes Pod-Elemental-PerlMunger-0.200002/LICENSE Pod-Elemental-PerlMunger-0.200002/dist.ini Pod-Elemental-PerlMunger-0.200002/META.yml Pod-Elemental-PerlMunger-0.200002/MANIFEST Pod-Elemental-PerlMunger-0.200002/META.json Pod-Elemental-PerlMunger-0.200002/Makefile.PL Pod-Elemental-PerlMunger-0.200002/t Pod-Elemental-PerlMunger-0.200002/t/perlmunger.t Pod-Elemental-PerlMunger-0.200002/t/00-report-prereqs.t Pod-Elemental-PerlMunger-0.200002/t/corpus Pod-Elemental-PerlMunger-0.200002/t/corpus/after-end.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/simple.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/simple.out.txt Pod-Elemental-PerlMunger-0.200002/xt/release Pod-Elemental-PerlMunger-0.200002/xt/release/pod-syntax.t Pod-Elemental-PerlMunger-0.200002/t/corpus/extra-ws.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/mid-code.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/mid-code.out.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/data-section.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/mid-code-pod.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/straddle-end.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/data-section.out.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/mid-code-pod.out.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/straddle-code.in.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/straddle-end.out.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/mid-code-comm.out.txt Pod-Elemental-PerlMunger-0.200002/lib/Pod/Elemental Pod-Elemental-PerlMunger-0.200002/lib/Pod/Elemental/PerlMunger.pm Pod-Elemental-PerlMunger-0.200002/xt/release/changes_has_content.t Pod-Elemental-PerlMunger-0.200002/t/corpus/straddle-code-comm.out.txt Pod-Elemental-PerlMunger-0.200002/t/corpus/straddle-code-comm-nothing.out.txt CPAN.pm: Building R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200002.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.200002.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 # # Versions for all modules listed in MYMETA.json (including optional ones): # Version Module # -------- ------------------------ # 2.132830 CPAN::Meta # 2.125 CPAN::Meta::Requirements # 2.49 Encode # 6.92 ExtUtils::MakeMaker # 3.40 File::Spec::Functions # 0.04 List::AllUtils # 1.25 List::Util # 1.02 Moose # 1.02 Moose::Role # 1.215 PPI # 1.07 Params::Util # 0.102363 Pod::Elemental # 0.61 Test::Differences # 1.001002 Test::More # 0.15 namespace::autoclean # 1.03 strict # 0.9908 version # 1.05 warnings # # *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** # # The following REQUIRED prerequisites were not satisfied: # # Pod::Elemental version '0.102363' is not in required range '0.103000' # t/00-report-prereqs.t .. 1..1 ok 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; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =cut # # my $y = 2; # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =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; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =cut # # my $y = 2; # # #pod =head1 Bar # #pod # #pod This is post-code! # #pod # #pod =cut # # __END__ # # =pod # # =head1 Foo # # This is mid-code! # # =cut # # =head1 Bar # # This is post-code! # # =cut # =cut # ' # expected: ' # my $x = 1; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =cut # # my $y = 2; # # #pod =head1 Bar # #pod # #pod This is post-code! # #pod # #pod =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; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =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; # # #pod =head1 Foo # #pod # #pod This is mid-code! # #pod # #pod =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, 6 wallclock secs ( 0.09 usr 0.01 sys + 3.52 cusr 0.30 csys = 3.92 CPU) Result: FAIL Failed 1/2 test programs. 6/11 subtests failed. make: *** [test_dynamic] Error 29 RJBS/Pod-Elemental-PerlMunger-0.200002.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.200002.tar.gz Finished 2014-03-20T20:01:50