PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-12-08T08:01:18 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Sun, 08 Dec 2013 15:17:08 GMT Running make for X/XS/XSAWYERX/Module-Starter-1.62.tar.gz Checksum for /net/nas1/cpan/authors/id/X/XS/XSAWYERX/Module-Starter-1.62.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Module-Starter-1.62/ Module-Starter-1.62/Makefile.PL Module-Starter-1.62/lib/ Module-Starter-1.62/lib/Module/ Module-Starter-1.62/lib/Module/Starter.pm Module-Starter-1.62/lib/Module/Starter/ Module-Starter-1.62/lib/Module/Starter/App.pm Module-Starter-1.62/lib/Module/Starter/Simple.pm Module-Starter-1.62/lib/Module/Starter/Plugin.pod Module-Starter-1.62/lib/Module/Starter/Plugin/ Module-Starter-1.62/lib/Module/Starter/Plugin/Template.pm Module-Starter-1.62/lib/Module/Starter/BuilderSet.pm Module-Starter-1.62/MANIFEST Module-Starter-1.62/getting-started.html Module-Starter-1.62/bin/ Module-Starter-1.62/bin/module-starter Module-Starter-1.62/META.json Module-Starter-1.62/perlcriticrc Module-Starter-1.62/t/ Module-Starter-1.62/t/00-load.t Module-Starter-1.62/t/lib/ Module-Starter-1.62/t/lib/Module/ Module-Starter-1.62/t/lib/Module/Starter/ Module-Starter-1.62/t/lib/Module/Starter/TestPlugin.pm Module-Starter-1.62/t/BuilderSet.t Module-Starter-1.62/t/module-starter.t Module-Starter-1.62/t/data/ Module-Starter-1.62/t/data/templates/ Module-Starter-1.62/t/data/templates/Makefile.PL Module-Starter-1.62/t/data/templates/Module.pm Module-Starter-1.62/t/data/templates/Build.PL Module-Starter-1.62/t/data/templates/t/ Module-Starter-1.62/t/data/templates/t/00-load.t Module-Starter-1.62/t/data/templates/t/boilerplate.t Module-Starter-1.62/t/data/templates/t/pod-coverage.t Module-Starter-1.62/t/data/templates/t/pod.t Module-Starter-1.62/t/data/templates/README Module-Starter-1.62/t/data/templates/Changes Module-Starter-1.62/t/pod-coverage.t Module-Starter-1.62/t/test-dist.t Module-Starter-1.62/t/pod.t Module-Starter-1.62/README Module-Starter-1.62/Changes Module-Starter-1.62/META.yml CPAN.pm: Building X/XS/XSAWYERX/Module-Starter-1.62.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Module::Starter Writing MYMETA.yml and MYMETA.json >>> make cp lib/Module/Starter/Simple.pm blib/lib/Module/Starter/Simple.pm cp lib/Module/Starter/BuilderSet.pm blib/lib/Module/Starter/BuilderSet.pm cp lib/Module/Starter.pm blib/lib/Module/Starter.pm cp lib/Module/Starter/Plugin/Template.pm blib/lib/Module/Starter/Plugin/Template.pm cp lib/Module/Starter/App.pm blib/lib/Module/Starter/App.pm cp lib/Module/Starter/Plugin.pod blib/lib/Module/Starter/Plugin.pod cp bin/module-starter blib/script/module-starter /export/home/fly818/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/module-starter Manifying blib/man1/module-starter.1 Manifying blib/man3/Module::Starter.3 Manifying blib/man3/Module::Starter::App.3 Manifying blib/man3/Module::Starter::BuilderSet.3 Manifying blib/man3/Module::Starter::Plugin.3 Manifying blib/man3/Module::Starter::Plugin::Template.3 Manifying blib/man3/Module::Starter::Simple.3 XSAWYERX/Module-Starter-1.62.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 # Testing Module::Starter 1.62, Perl 5.008008, /export/home/fly818/bin/perl t/00-load.t ......... 1..4 ok 1 - use Module::Starter; ok 2 - use Module::Starter::Simple; ok 3 - use Module::Starter::BuilderSet; ok 4 - use Module::Starter::Plugin::Template; ok t/BuilderSet.t ...... 1..17 ok 1 - require Module::Starter::BuilderSet ok 2 - An object of class 'Module::Starter::BuilderSet' isa 'Module::Starter::BuilderSet' ok 3 - Module::Starter::BuilderSet->can(...) ok 4 - default builder is in the list of supported builders ok 5 - all supported builders claim to generate a file ok 6 - all supported builders provide build instructions ok 7 - dependency command for 'ExtUtils::MakeMaker' is set ok 8 - aliases look correct for builder 'ExtUtils::MakeMaker', dep 'make' ok 9 - dependency command for 'ExtUtils::MakeMaker' is set ok 10 - aliases look correct for builder 'ExtUtils::MakeMaker', dep 'chmod' ok 11 - Module::Starter::Simple->can(...) ok 12 - check_compatibility() with no args returns default builder ok 13 - check_compatibility() with unsupported builder returns default builder ok 14 - check_compatibility() strips incompatible builder ok 15 - check_compatibility() gives precidence to the first module passed ok 16 - check_compatibility() returns all compatible builders ok 17 - check_compatibility() returns only compatible builders when given mixed set of compatible, incompatible and nonsense ok t/module-starter.t .. skipped: these tests must be completely rewritten t/pod-coverage.t .... skipped: these tests are for release candidate testing t/pod.t ............. skipped: these tests are for release candidate testing Added to MANIFEST: Build.PL Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/MyModule/Test.pm Added to MANIFEST: lib/MyModule/Test/App.pm Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/boilerplate.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Added to MANIFEST: Build.PL Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/Book/Park/Mansfield.pm Added to MANIFEST: lib/Book/Park/Mansfield/Base.pm Added to MANIFEST: lib/Book/Park/Mansfield/FannyPrice.pm Added to MANIFEST: lib/JAUSTEN/Utils.pm Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/boilerplate.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Use of uninitialized value in split at /export/home/fly818/var/cpan/build/Module-Starter-1.62-q4VNeg/blib/lib/Module/Starter/Simple.pm line 1335. Use of uninitialized value in string eq at t/test-dist.t line 1240. Use of uninitialized value in hash element at t/test-dist.t line 546. Use of uninitialized value in hash element at t/test-dist.t line 547. Use of uninitialized value in string eq at t/test-dist.t line 552. Use of uninitialized value in string eq at t/test-dist.t line 561. Use of uninitialized value in concatenation (.) or string at t/test-dist.t line 561. Use of uninitialized value in hash element at t/test-dist.t line 546. Use of uninitialized value in hash element at t/test-dist.t line 547. Use of uninitialized value in string eq at t/test-dist.t line 552. Use of uninitialized value in string eq at t/test-dist.t line 561. Use of uninitialized value in concatenation (.) or string at t/test-dist.t line 561. Use of uninitialized value in hash element at t/test-dist.t line 546. Use of uninitialized value in hash element at t/test-dist.t line 547. Use of uninitialized value in string eq at t/test-dist.t line 552. Use of uninitialized value in string eq at t/test-dist.t line 561. Use of uninitialized value in concatenation (.) or string at t/test-dist.t line 561. Use of uninitialized value in hash element at t/test-dist.t line 546. Use of uninitialized value in hash element at t/test-dist.t line 547. Use of uninitialized value in string eq at t/test-dist.t line 552. Use of uninitialized value in string eq at t/test-dist.t line 561. Use of uninitialized value in concatenation (.) or string at t/test-dist.t line 561. Use of uninitialized value in hash element at t/test-dist.t line 546. Use of uninitialized value in hash element at t/test-dist.t line 547. Use of uninitialized value in string eq at t/test-dist.t line 552. Use of uninitialized value in string eq at t/test-dist.t line 561. Use of uninitialized value in concatenation (.) or string at t/test-dist.t line 561. Use of uninitialized value in string eq at t/test-dist.t line 564. Use of uninitialized value in string eq at t/test-dist.t line 564. # { # '__srand' => 493083991, # 'author' => 'hqklfe UEUYj2CuOem', # 'builder' => undef, # 'dir' => 't/data/loop/XF', # 'distro' => 'XF', # 'email' => 'YHB4g4l8WnslSk2Y.ZMbsPnyd.nxo4D_GYgTAN.c8L5dBOcjqpPhMx6n.HxGY@QhCUqhOeGiI.S8.ZrHnp.UByxCKjdrv0YQlh.owJS45gtkdzv.tld', # 'fn' => 't/data/loop/XF/Makefile.PL', # 'force' => 0, # 'ignores_type' => [ # 'generic', # 'cvs', # 'git', # 'manifest' # ], # 'license' => undef, # 'minperl' => '5.006', # 'modules' => [ # 'M0xYBzimw_k_::WQ_RsRq::6n4507h', # 'Nzx', # 'OytEcRY8ENdy2dG::I' # ], # 'verbose' => 0 # } # Child (Makefile.PL) exited without calling finalize() # Failed test 'Makefile.PL' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. # Child (Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h) exited without calling finalize() # Failed test 'Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. # Child (force = 0) exited without calling finalize() # Failed test 'force = 0' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. # Child (ignores_type = 1100) exited without calling finalize() # Failed test 'ignores_type = 1100' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. # Child (minperl = 5.006) exited without calling finalize() # Failed test 'minperl = 5.006' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. # Child (license = apache) exited without calling finalize() # Failed test 'license = apache' # at /export/home/fly818/var/megalib/Test/Builder.pm line 263. No testing template for Makefile.PL at t/test-dist.t line 1022. TestParseFile::parse_file_start(TestParseFile=HASH(0x4558fc)) called at t/test-dist.t line 1281 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "Makefile.PL", CODE(0x764ba0)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("Makefile.PL", CODE(0x764ba0)) called at t/test-dist.t line 1284 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h", CODE(0x76421c)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h", CODE(0x76421c)) called at t/test-dist.t line 1299 main::run_settest(ARRAY(0x7640e4), HASH(0x764180)) called at t/test-dist.t line 1417 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "force = 0", CODE(0x763cb8)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("force = 0", CODE(0x763cb8)) called at t/test-dist.t line 1435 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "ignores_type = 1100", CODE(0x75f67c)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("ignores_type = 1100", CODE(0x75f67c)) called at t/test-dist.t line 1436 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "minperl = 5.006", CODE(0x258190)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("minperl = 5.006", CODE(0x258190)) called at t/test-dist.t line 1437 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "license = apache", CODE(0x446304)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("license = apache", CODE(0x446304)) called at t/test-dist.t line 1438 main::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 258 Test::Builder::__ANON__() called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 eval {...} called at /export/home/fly818/var/megalib/Test/Builder.pm line 263 Test::Builder::subtest(Test::Builder=HASH(0x23f834), "builder = ExtUtils::MakeMaker", CODE(0x44b450)) called at /export/home/fly818/var/megalib/Test/More.pm line 770 Test::More::subtest("builder = ExtUtils::MakeMaker", CODE(0x44b450)) called at t/test-dist.t line 1439 # Child (builder = ExtUtils::MakeMaker) exited without calling finalize() # Failed test 'builder = ExtUtils::MakeMaker' # at t/test-dist.t line 0. # Looks like you planned 5 tests but ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test exited with 2 just after 3. t/test-dist.t ....... 1..5 # Subtest: Set ==> MyModule::Test 1..21 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: t/boilerplate.t ok 7 - Exists: t/manifest.t ok 8 - Exists: t/pod.t ok 9 - Exists: t/pod-coverage.t # Subtest: ignore.txt 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - ignore.txt # Subtest: Build.PL 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - module_name ok 3 - license ok 4 - dist_author ok 5 - dist_version_from ok 6 - release_status ok 7 - Configure Requires ok 8 - Build Requires ok 9 - Requires ok 10 - add_to_cleanup ok 11 - create_makefile_pl ok 11 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 12 - Changes # Subtest: README 1..6 ok 1 - Starts with the package name ok 2 - README used to introduce ok 3 - A README file is required ok 4 - INSTALLATION section ok 5 - Support and docs 1 ok 6 - RT ok 13 - README # Subtest: MANIFEST 1..2 ok 1 - Contents ok 2 - That's all folks! ok 14 - MANIFEST # Subtest: t/pod-coverage.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - min_tpc block ok 3 - min_pod_coverage block ok 4 - all_pod_coverage_ok ok 5 - That's all folks! ok 15 - t/pod-coverage.t # Subtest: t/pod.t 1..3 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Contents ok 3 - That's all folks! ok 16 - t/pod.t # Subtest: t/manifest.t 1..3 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Contents ok 3 - That's all folks! ok 17 - t/manifest.t # Subtest: t/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - MyModule::Test ok 5 - MyModule::Test::App ok 6 - Footer ok 7 - That's all folks! ok 18 - t/boilerplate.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - MyModule::Test ok 4 - MyModule::Test::App ok 5 - Footer ok 6 - That's all folks! ok 19 - t/00-load.t # Subtest: MyModule::Test 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 20 - MyModule::Test # Subtest: MyModule::Test::App 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 21 - MyModule::Test::App ok 1 - Set ==> MyModule::Test # Subtest: Set ==> Book::Park::Mansfield 1..23 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: t/boilerplate.t ok 7 - Exists: t/manifest.t ok 8 - Exists: t/pod.t ok 9 - Exists: t/pod-coverage.t # Subtest: ignore.txt 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - ignore.txt # Subtest: Build.PL 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - module_name ok 3 - license ok 4 - dist_author ok 5 - dist_version_from ok 6 - release_status ok 7 - Configure Requires ok 8 - Build Requires ok 9 - Requires ok 10 - add_to_cleanup ok 11 - create_makefile_pl ok 11 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 12 - Changes # Subtest: README 1..6 ok 1 - Starts with the package name ok 2 - README used to introduce ok 3 - A README file is required ok 4 - INSTALLATION section ok 5 - Support and docs 1 ok 6 - RT ok 13 - README # Subtest: MANIFEST 1..2 ok 1 - Contents ok 2 - That's all folks! ok 14 - MANIFEST # Subtest: t/pod-coverage.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - min_tpc block ok 3 - min_pod_coverage block ok 4 - all_pod_coverage_ok ok 5 - That's all folks! ok 15 - t/pod-coverage.t # Subtest: t/pod.t 1..3 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Contents ok 3 - That's all folks! ok 16 - t/pod.t # Subtest: t/manifest.t 1..3 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Contents ok 3 - That's all folks! ok 17 - t/manifest.t # Subtest: t/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Book::Park::Mansfield ok 5 - Book::Park::Mansfield::Base ok 6 - Book::Park::Mansfield::FannyPrice ok 7 - JAUSTEN::Utils ok 8 - Footer ok 9 - That's all folks! ok 18 - t/boilerplate.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Book::Park::Mansfield ok 4 - Book::Park::Mansfield::Base ok 5 - Book::Park::Mansfield::FannyPrice ok 6 - JAUSTEN::Utils ok 7 - Footer ok 8 - That's all folks! ok 19 - t/00-load.t # Subtest: Book::Park::Mansfield 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 20 - Book::Park::Mansfield # Subtest: Book::Park::Mansfield::Base 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 21 - Book::Park::Mansfield::Base # Subtest: Book::Park::Mansfield::FannyPrice 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 22 - Book::Park::Mansfield::FannyPrice # Subtest: JAUSTEN::Utils 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 14 - CPAN Ratings ok 15 - Support - =back ok 16 - acknowledgements ok 17 - copyright ok 18 - =cut POD end ok 19 - End of module ok 23 - JAUSTEN::Utils ok 2 - Set ==> Book::Park::Mansfield # Subtest: builder = ExtUtils::MakeMaker 1..16 # Subtest: license = apache 1..5 # Subtest: minperl = 5.006 1..16 # Subtest: ignores_type = 0000 1..0 # SKIP Only testing a 1% sample ok 1 # skip Only testing a 1% sample # Subtest: ignores_type = 0001 1..0 # SKIP Only testing a 1% sample ok 2 # skip Only testing a 1% sample # Subtest: ignores_type = 0010 1..0 # SKIP Only testing a 1% sample ok 3 # skip Only testing a 1% sample # Subtest: ignores_type = 0011 1..0 # SKIP Only testing a 1% sample ok 4 # skip Only testing a 1% sample # Subtest: ignores_type = 0100 1..0 # SKIP Only testing a 1% sample ok 5 # skip Only testing a 1% sample # Subtest: ignores_type = 0101 1..0 # SKIP Only testing a 1% sample ok 6 # skip Only testing a 1% sample # Subtest: ignores_type = 0110 1..0 # SKIP Only testing a 1% sample ok 7 # skip Only testing a 1% sample # Subtest: ignores_type = 0111 1..0 # SKIP Only testing a 1% sample ok 8 # skip Only testing a 1% sample # Subtest: ignores_type = 1000 1..0 # SKIP Only testing a 1% sample ok 9 # skip Only testing a 1% sample # Subtest: ignores_type = 1001 1..0 # SKIP Only testing a 1% sample ok 10 # skip Only testing a 1% sample # Subtest: ignores_type = 1010 1..0 # SKIP Only testing a 1% sample ok 11 # skip Only testing a 1% sample # Subtest: ignores_type = 1011 1..0 # SKIP Only testing a 1% sample ok 12 # skip Only testing a 1% sample # Subtest: ignores_type = 1100 1..2 # Subtest: force = 0 # Subtest: Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h 1..24 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Makefile.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: t/boilerplate.t ok 7 - Exists: t/manifest.t ok 8 - Exists: t/pod.t ok 9 - Exists: t/pod-coverage.t # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 10 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 11 - .cvsignore # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 13 - MANIFEST.SKIP # Subtest: Makefile.PL not ok 14 - Makefile.PL not ok 1 - Set ==> M0xYBzimw_k_::WQ_RsRq::6n4507h not ok 1 - force = 0 not ok 13 - ignores_type = 1100 not ok 1 - minperl = 5.006 not ok 1 - license = apache not ok 3 - builder = ExtUtils::MakeMaker Dubious, test returned 2 (wstat 512, 0x200) Failed 3/5 subtests Test Summary Report ------------------- t/test-dist.t (Wstat: 512 Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 2 Parse errors: Bad plan. You planned 5 tests but ran 3. Files=6, Tests=24, 2 wallclock secs ( 0.24 usr 0.04 sys + 1.67 cusr 0.29 csys = 2.24 CPU) Result: FAIL Failed 1/6 test programs. 1/24 subtests failed. make: *** [test_dynamic] Error 29 XSAWYERX/Module-Starter-1.62.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports XSAWYERX/Module-Starter-1.62.tar.gz Finished 2013-12-08T08:01:33