PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2015-01-20T18:32:48 ActivePerl-1205 CPAN-2.00 Reading '/export/home/fly1232/var/cpan/Metadata' Database was generated on Wed, 21 Jan 2015 01:17:02 GMT Running make for X/XS/XSAWYERX/Module-Starter-1.70.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XS/XSAWYERX/Module-Starter-1.70.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XS/XSAWYERX/CHECKSUMS Checksum for /export/home/fly1232/var/cpan/sources/authors/id/X/XS/XSAWYERX/Module-Starter-1.70.tar.gz ok Module-Starter-1.70/ Module-Starter-1.70/META.yml Module-Starter-1.70/lib/ Module-Starter-1.70/lib/Module/ Module-Starter-1.70/lib/Module/Starter.pm Module-Starter-1.70/lib/Module/Starter/ Module-Starter-1.70/lib/Module/Starter/App.pm Module-Starter-1.70/lib/Module/Starter/Plugin.pod Module-Starter-1.70/lib/Module/Starter/BuilderSet.pm Module-Starter-1.70/lib/Module/Starter/Plugin/ Module-Starter-1.70/lib/Module/Starter/Plugin/Template.pm Module-Starter-1.70/lib/Module/Starter/Simple.pm Module-Starter-1.70/README Module-Starter-1.70/Changes Module-Starter-1.70/MANIFEST Module-Starter-1.70/Makefile.PL Module-Starter-1.70/META.json Module-Starter-1.70/t/ Module-Starter-1.70/t/lib/ Module-Starter-1.70/t/lib/Module/ Module-Starter-1.70/t/lib/Module/Starter/ Module-Starter-1.70/t/lib/Module/Starter/TestPlugin.pm Module-Starter-1.70/t/module-starter.t Module-Starter-1.70/t/data/ Module-Starter-1.70/t/data/templates/ Module-Starter-1.70/t/data/templates/Build.PL Module-Starter-1.70/t/data/templates/Module.pm Module-Starter-1.70/t/data/templates/README Module-Starter-1.70/t/data/templates/Changes Module-Starter-1.70/t/data/templates/Makefile.PL Module-Starter-1.70/t/data/templates/t/ Module-Starter-1.70/t/data/templates/t/00-load.t Module-Starter-1.70/t/data/templates/t/pod-coverage.t Module-Starter-1.70/t/data/templates/t/boilerplate.t Module-Starter-1.70/t/data/templates/t/pod.t Module-Starter-1.70/t/00-load.t Module-Starter-1.70/t/BuilderSet.t Module-Starter-1.70/t/pod-coverage.t Module-Starter-1.70/t/pod.t Module-Starter-1.70/t/test-dist.t Module-Starter-1.70/bin/ Module-Starter-1.70/bin/module-starter Module-Starter-1.70/perlcriticrc Module-Starter-1.70/getting-started.html CPAN.pm: Building X/XS/XSAWYERX/Module-Starter-1.70.tar.gz >>> /export/home/fly1232/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/fly1232/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/module-starter Manifying 1 pod document Manifying 6 pod documents XSAWYERX/Module-Starter-1.70.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1232/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.70, Perl 5.012004, /export/home/fly1232/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/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Added to MANIFEST: xt/boilerplate.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/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Added to MANIFEST: xt/boilerplate.t 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: xt/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..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 15 - t/pod-coverage.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 16 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 17 - t/pod.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 18 - t/00-load.t # Subtest: xt/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 19 - xt/boilerplate.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: xt/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..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 15 - t/pod-coverage.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 16 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 17 - t/pod.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 18 - t/00-load.t # Subtest: xt/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 19 - xt/boilerplate.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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..2 # Subtest: force = 0 # Subtest: Set ==> _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 1..35 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi ok 4 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF ok 5 - AMiySVBeATam_hu0QjF ok 6 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM ok 7 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor ok 8 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 ok 9 - GHNnf::w9QqyUob_LamaY::IgV2 ok 10 - jDBrt17SbbvvtGq_Ob ok 11 - mY ok 12 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj ok 13 - S::zJCMOer::_HQI ok 14 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb ok 15 - v ok 16 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi ok 5 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF ok 6 - AMiySVBeATam_hu0QjF ok 7 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM ok 8 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor ok 9 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 ok 10 - GHNnf::w9QqyUob_LamaY::IgV2 ok 11 - jDBrt17SbbvvtGq_Ob ok 12 - mY ok 13 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj ok 14 - S::zJCMOer::_HQI ok 15 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb ok 16 - v ok 17 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 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 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi # Subtest: aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF 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 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF # Subtest: AMiySVBeATam_hu0QjF 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 24 - AMiySVBeATam_hu0QjF # Subtest: aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM 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 25 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM # Subtest: c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor 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 26 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor # Subtest: DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 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 27 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 # Subtest: GHNnf::w9QqyUob_LamaY::IgV2 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 28 - GHNnf::w9QqyUob_LamaY::IgV2 # Subtest: jDBrt17SbbvvtGq_Ob 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 29 - jDBrt17SbbvvtGq_Ob # Subtest: mY 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 30 - mY # Subtest: psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj 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 31 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj # Subtest: S::zJCMOer::_HQI 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 32 - S::zJCMOer::_HQI # Subtest: UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb 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 33 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb # Subtest: v 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 34 - v # Subtest: zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 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 35 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 1 - Set ==> _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 1..35 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi ok 4 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF ok 5 - AMiySVBeATam_hu0QjF ok 6 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM ok 7 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor ok 8 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 ok 9 - GHNnf::w9QqyUob_LamaY::IgV2 ok 10 - jDBrt17SbbvvtGq_Ob ok 11 - mY ok 12 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj ok 13 - S::zJCMOer::_HQI ok 14 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb ok 15 - v ok 16 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi ok 5 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF ok 6 - AMiySVBeATam_hu0QjF ok 7 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM ok 8 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor ok 9 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 ok 10 - GHNnf::w9QqyUob_LamaY::IgV2 ok 11 - jDBrt17SbbvvtGq_Ob ok 12 - mY ok 13 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj ok 14 - S::zJCMOer::_HQI ok 15 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb ok 16 - v ok 17 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 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 - _joP3QdTOcO::tFX2hG0xWqWEg2::jZi # Subtest: aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF 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 - aez8uN_OiusZ2H::E::MCpYT9qYG6u6rV8h0::6AUbSeXcmnF # Subtest: AMiySVBeATam_hu0QjF 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 24 - AMiySVBeATam_hu0QjF # Subtest: aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM 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 25 - aQSAUvI6_5et::bCAyCpVjAfY6QIS::eWsJ5Vj4vnZOZTOK6s::tVocW2ItHQhnoHUjGYM # Subtest: c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor 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 26 - c0jyl15QiR::8U5KNoiYRKSnRYzbAv::MPP4fFVQrnor # Subtest: DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 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 27 - DJJRndsSgYxsnrgspZOx::z7vXHRclEjwKa::kQCA35faGX3FJR4::YF9sguXmrwAP::RTtcgKQPDJ3641 # Subtest: GHNnf::w9QqyUob_LamaY::IgV2 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 28 - GHNnf::w9QqyUob_LamaY::IgV2 # Subtest: jDBrt17SbbvvtGq_Ob 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 29 - jDBrt17SbbvvtGq_Ob # Subtest: mY 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 30 - mY # Subtest: psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj 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 31 - psbJCwy4guN9CqCC::oJVxWaO04zS::57rNuwlb8a::VLuIXV5xWVYz35UDE6nX::zX2cNYRyj # Subtest: S::zJCMOer::_HQI 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 32 - S::zJCMOer::_HQI # Subtest: UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb 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 33 - UP::Z2dQq::xKehyMAup::l4I::Ko7iwAfxb # Subtest: v 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 34 - v # Subtest: zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 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 35 - zNJoyJSAEyPw6VvIzpy::KPc::Ls5uNrAZv::CpEiMwZ::ON9Z_LjGaWnCj53 ok 1 - Set ==> _joP3QdTOcO::tFX2hG0xWqWEg2::jZi 1..1 ok 2 - force = 1 ok 15 - ignores_type = 1110 # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 1 - license = apache # Subtest: license = mozilla 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 2 - license = mozilla # Subtest: license = artistic 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 3 - license = artistic # Subtest: license = lgpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 4 - license = lgpl3 # Subtest: license = lgpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 1..22 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 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 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 1 - Set ==> qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 1..22 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 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 - qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ ok 1 - Set ==> qpJVO3A6::mHIh3IhqpHLUOSztOF0::ByKZm::4T4_ 1..1 ok 2 - force = 1 ok 6 - ignores_type = 0101 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 5 - license = lgpl # Subtest: license = bsd 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..2 # Subtest: force = 0 # Subtest: Set ==> __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 1..39 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G ok 4 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq ok 5 - DDFtiOU::WQB8c3DhKZJksZosM ok 6 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY ok 7 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf ok 8 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT ok 9 - HRo5StnA9j_::o ok 10 - J::eI076 ok 11 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP ok 12 - lguYkyr::Rbcq ok 13 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T ok 14 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u ok 15 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L ok 16 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO ok 17 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA ok 18 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 ok 19 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV ok 20 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 21 - Footer ok 22 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G ok 5 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq ok 6 - DDFtiOU::WQB8c3DhKZJksZosM ok 7 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY ok 8 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf ok 9 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT ok 10 - HRo5StnA9j_::o ok 11 - J::eI076 ok 12 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP ok 13 - lguYkyr::Rbcq ok 14 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T ok 15 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u ok 16 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L ok 17 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO ok 18 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA ok 19 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 ok 20 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV ok 21 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 22 - Footer ok 23 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 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 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G # Subtest: cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq 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 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq # Subtest: DDFtiOU::WQB8c3DhKZJksZosM 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 24 - DDFtiOU::WQB8c3DhKZJksZosM # Subtest: eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY 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 25 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY # Subtest: F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf 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 26 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf # Subtest: GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT 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 27 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT # Subtest: HRo5StnA9j_::o 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 28 - HRo5StnA9j_::o # Subtest: J::eI076 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 29 - J::eI076 # Subtest: KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP 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 30 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP # Subtest: lguYkyr::Rbcq 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 31 - lguYkyr::Rbcq # Subtest: s9XnN0Pj::u4H_OCq7GxWRRky2S3T 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 32 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T # Subtest: TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u 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 33 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u # Subtest: TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L 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 34 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L # Subtest: U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO 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 35 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO # Subtest: vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA 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 36 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA # Subtest: WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 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 37 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 # Subtest: yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV 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 38 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV # Subtest: ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ 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 39 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 1 - Set ==> __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 1..39 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G ok 4 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq ok 5 - DDFtiOU::WQB8c3DhKZJksZosM ok 6 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY ok 7 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf ok 8 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT ok 9 - HRo5StnA9j_::o ok 10 - J::eI076 ok 11 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP ok 12 - lguYkyr::Rbcq ok 13 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T ok 14 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u ok 15 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L ok 16 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO ok 17 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA ok 18 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 ok 19 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV ok 20 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 21 - Footer ok 22 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G ok 5 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq ok 6 - DDFtiOU::WQB8c3DhKZJksZosM ok 7 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY ok 8 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf ok 9 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT ok 10 - HRo5StnA9j_::o ok 11 - J::eI076 ok 12 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP ok 13 - lguYkyr::Rbcq ok 14 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T ok 15 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u ok 16 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L ok 17 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO ok 18 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA ok 19 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 ok 20 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV ok 21 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 22 - Footer ok 23 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 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 - __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G # Subtest: cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq 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 - cOLn::WxHRVHNfiJuf::JZzOYpHUp4k4ay0_::ujnQ4cfq # Subtest: DDFtiOU::WQB8c3DhKZJksZosM 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 24 - DDFtiOU::WQB8c3DhKZJksZosM # Subtest: eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY 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 25 - eaMFmDzzsBwfizxecYB::CdKTgxmvmG7Vs7U4::OhbZ1Je2Bio9::zj6woJc0jkw3nQY # Subtest: F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf 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 26 - F6MJMIFOjX::9kETGzAVn::gzztjVGtrJQE5gf # Subtest: GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT 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 27 - GWTJKgJ::h9AZl8UZ::YYvsQcSTM2FtpmduipT # Subtest: HRo5StnA9j_::o 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 28 - HRo5StnA9j_::o # Subtest: J::eI076 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 29 - J::eI076 # Subtest: KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP 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 30 - KbrI7cb3LJHSx5tZ6::qCZF0_O_8Ksnp88ulS0::wRP # Subtest: lguYkyr::Rbcq 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 31 - lguYkyr::Rbcq # Subtest: s9XnN0Pj::u4H_OCq7GxWRRky2S3T 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 32 - s9XnN0Pj::u4H_OCq7GxWRRky2S3T # Subtest: TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u 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 33 - TqWy3Hkw4R_ktxMxafu::8MKXR5nB6X8NtAd2Ru6u # Subtest: TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L 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 34 - TVfWGW7NMFg4f8::XrNtRJ38::3::kgX5AUNWk7K_9L # Subtest: U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO 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 35 - U23Zqkx::4Ivh4::YhU7kXX::yTfq5dF::zOO # Subtest: vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA 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 36 - vTDcOU5fG7Lv94UV::rEwdi::ZIQYmwNUPmIF::bncOLbqh::2LxsX6zniiHzA # Subtest: WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 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 37 - WVxlNHhrTDiqLpE9A::jq8yZFow60G::pZR::459::9 # Subtest: yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV 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 38 - yarPRISxldvj5arU::IBiqm4_kPGgGMI8G::1HKcmIJs4cU::L5RWado1b::UvHPv6Q6avQCsBDV # Subtest: ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ 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 39 - ZNNKuVvNuqHgpVANgo::hgH0YB_vo62YjH::hPxHnFWj9tCq9::BU96SASTPa_ ok 1 - Set ==> __ocuSum6VRxLCPdyV::9kOxWgRCfH6aIh::WlO3DP6FBW_G 1..1 ok 2 - force = 1 ok 4 - ignores_type = 0011 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> AnfzuM 1..28 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AnfzuM ok 4 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y ok 5 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF ok 6 - u ok 7 - vH8o0hIa3zVQ65StvQ::j ok 8 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv ok 9 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 10 - Footer ok 11 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AnfzuM ok 5 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y ok 6 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF ok 7 - u ok 8 - vH8o0hIa3zVQ65StvQ::j ok 9 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv ok 10 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 11 - Footer ok 12 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: AnfzuM 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 - AnfzuM # Subtest: CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y 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 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y # Subtest: PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF 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 24 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF # Subtest: u 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 25 - u # Subtest: vH8o0hIa3zVQ65StvQ::j 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 26 - vH8o0hIa3zVQ65StvQ::j # Subtest: WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv 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 27 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv # Subtest: XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP 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 28 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 1 - Set ==> AnfzuM 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AnfzuM 1..28 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AnfzuM ok 4 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y ok 5 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF ok 6 - u ok 7 - vH8o0hIa3zVQ65StvQ::j ok 8 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv ok 9 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 10 - Footer ok 11 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AnfzuM ok 5 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y ok 6 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF ok 7 - u ok 8 - vH8o0hIa3zVQ65StvQ::j ok 9 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv ok 10 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 11 - Footer ok 12 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: AnfzuM 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 - AnfzuM # Subtest: CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y 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 - CKMq0BHRS_x::b2ZkEr1SGjSS0sRr::y # Subtest: PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF 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 24 - PhbBSbQ76iikjUO::bT9CC::dulJYHxt4i::WY7Q_i::doFmMF # Subtest: u 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 25 - u # Subtest: vH8o0hIa3zVQ65StvQ::j 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 26 - vH8o0hIa3zVQ65StvQ::j # Subtest: WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv 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 27 - WyffI_TgmO5sHZNrHGvG::Xftuwg::13klp1hyyEWO09qhn::Ca5fbwSjxv # Subtest: XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP 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 28 - XJDhyCL5Yy2aC3::OLL392UFliICQDVCNmP ok 1 - Set ==> AnfzuM 1..1 ok 2 - force = 1 ok 3 - ignores_type = 0010 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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 ==> A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 1..37 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC ok 4 - bYixvcmnzDe6RKX::jjc_srQS8 ok 5 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb ok 6 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF ok 7 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 ok 8 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 ok 9 - LLOz__ ok 10 - plh4pF::X8 ok 11 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC ok 12 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 ok 13 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 ok 14 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB ok 15 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E ok 16 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb ok 17 - YicVzZ9FNsEe78g::TA::dXDtltPf ok 18 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 19 - Footer ok 20 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC ok 5 - bYixvcmnzDe6RKX::jjc_srQS8 ok 6 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb ok 7 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF ok 8 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 ok 9 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 ok 10 - LLOz__ ok 11 - plh4pF::X8 ok 12 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC ok 13 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 ok 14 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 ok 15 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB ok 16 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E ok 17 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb ok 18 - YicVzZ9FNsEe78g::TA::dXDtltPf ok 19 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 20 - Footer ok 21 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 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 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC # Subtest: bYixvcmnzDe6RKX::jjc_srQS8 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 - bYixvcmnzDe6RKX::jjc_srQS8 # Subtest: eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb 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 24 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb # Subtest: fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF 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 25 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF # Subtest: i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 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 26 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 # Subtest: KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 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 27 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 # Subtest: LLOz__ 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 28 - LLOz__ # Subtest: plh4pF::X8 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 29 - plh4pF::X8 # Subtest: pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC 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 30 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC # Subtest: RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 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 31 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 # Subtest: uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 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 32 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 # Subtest: uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB 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 33 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB # Subtest: VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E 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 34 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E # Subtest: WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb 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 35 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb # Subtest: YicVzZ9FNsEe78g::TA::dXDtltPf 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 36 - YicVzZ9FNsEe78g::TA::dXDtltPf # Subtest: ZDTgkSa::z0AlxBWoq1B3oXQ_37UX 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 37 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 1 - Set ==> A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 1..37 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC ok 4 - bYixvcmnzDe6RKX::jjc_srQS8 ok 5 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb ok 6 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF ok 7 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 ok 8 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 ok 9 - LLOz__ ok 10 - plh4pF::X8 ok 11 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC ok 12 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 ok 13 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 ok 14 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB ok 15 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E ok 16 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb ok 17 - YicVzZ9FNsEe78g::TA::dXDtltPf ok 18 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 19 - Footer ok 20 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC ok 5 - bYixvcmnzDe6RKX::jjc_srQS8 ok 6 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb ok 7 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF ok 8 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 ok 9 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 ok 10 - LLOz__ ok 11 - plh4pF::X8 ok 12 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC ok 13 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 ok 14 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 ok 15 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB ok 16 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E ok 17 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb ok 18 - YicVzZ9FNsEe78g::TA::dXDtltPf ok 19 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 20 - Footer ok 21 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 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 - A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC # Subtest: bYixvcmnzDe6RKX::jjc_srQS8 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 - bYixvcmnzDe6RKX::jjc_srQS8 # Subtest: eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb 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 24 - eiiNtXJSYVLIwUf1::hDd6mv5imnRdcH::Kam44nXmWiOYOb # Subtest: fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF 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 25 - fXlSZU::ey5nOCgkPk4VZBPZ::eQhAv_EZZEu1wA::1yF # Subtest: i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 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 26 - i0FCqBy1qLVwQZ::lyihEOo::fxefiNED::PUlSo89WnNLsFer_0 # Subtest: KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 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 27 - KV8b1v66okPTUj::q1ygjiQPUvRTUoO::kVjbQSs0::Oak1 # Subtest: LLOz__ 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 28 - LLOz__ # Subtest: plh4pF::X8 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 29 - plh4pF::X8 # Subtest: pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC 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 30 - pQun0CP5::W8gjaht7Y0Nw::3::bsEqG::drgnDmvRM4TTC # Subtest: RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 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 31 - RyflL::zFYrRhtQn64DmmIu2GL::vblH99SO1xhwUlkoXz::MgXpbXW8Ez::aG2 # Subtest: uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 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 32 - uIAuz::5GnxsLkhPq2Mh1nxmaD::XWTyV::x9temzW::ZvIX9rt2mCCzI4 # Subtest: uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB 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 33 - uY86xX4g2aDZ::GzLsk9::5iGhZ0EhLRIC47Lx::ek0P::eWudy5P1T8sZ6z4IOB # Subtest: VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E 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 34 - VtyJETdiZSif4Hj0::e3BBWHf1IVVeW0PZtuI::CMg5E # Subtest: WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb 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 35 - WsaAhpSgTXpUqmmiF::4OnjAD4LVTbb # Subtest: YicVzZ9FNsEe78g::TA::dXDtltPf 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 36 - YicVzZ9FNsEe78g::TA::dXDtltPf # Subtest: ZDTgkSa::z0AlxBWoq1B3oXQ_37UX 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 37 - ZDTgkSa::z0AlxBWoq1B3oXQ_37UX ok 1 - Set ==> A9aHwONomHXUPE9A::BDty86P95mVXKn::RD::R7HU9bjL774SC 1..1 ok 2 - force = 1 ok 13 - ignores_type = 1100 # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 6 - license = bsd # Subtest: license = gpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 1..31 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 ok 4 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ ok 5 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB ok 6 - hJO6gu0qEGmq4::c5oo9_ ok 7 - HMXZwiJaFH::f1N ok 8 - kFZo7CMb0waya2d5G ok 9 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm ok 10 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 ok 11 - wGwl1::IEd04nyk::d ok 12 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 ok 5 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ ok 6 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB ok 7 - hJO6gu0qEGmq4::c5oo9_ ok 8 - HMXZwiJaFH::f1N ok 9 - kFZo7CMb0waya2d5G ok 10 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm ok 11 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 ok 12 - wGwl1::IEd04nyk::d ok 13 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 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 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 # Subtest: EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ 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 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ # Subtest: gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB 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 24 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB # Subtest: hJO6gu0qEGmq4::c5oo9_ 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 25 - hJO6gu0qEGmq4::c5oo9_ # Subtest: HMXZwiJaFH::f1N 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 26 - HMXZwiJaFH::f1N # Subtest: kFZo7CMb0waya2d5G 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 27 - kFZo7CMb0waya2d5G # Subtest: ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm 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 28 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm # Subtest: qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 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 29 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 # Subtest: wGwl1::IEd04nyk::d 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 30 - wGwl1::IEd04nyk::d # Subtest: ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg 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 31 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 1 - Set ==> aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 1..31 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 ok 4 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ ok 5 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB ok 6 - hJO6gu0qEGmq4::c5oo9_ ok 7 - HMXZwiJaFH::f1N ok 8 - kFZo7CMb0waya2d5G ok 9 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm ok 10 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 ok 11 - wGwl1::IEd04nyk::d ok 12 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 ok 5 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ ok 6 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB ok 7 - hJO6gu0qEGmq4::c5oo9_ ok 8 - HMXZwiJaFH::f1N ok 9 - kFZo7CMb0waya2d5G ok 10 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm ok 11 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 ok 12 - wGwl1::IEd04nyk::d ok 13 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 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 - aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 # Subtest: EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ 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 - EE53n9wIbUwwK7::AjzWXNovWR07qOLv3YNn::_ # Subtest: gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB 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 24 - gFLhxDYSy0g8S::VABfR::vJy0Ir::cG1zUpdUQdcBMB # Subtest: hJO6gu0qEGmq4::c5oo9_ 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 25 - hJO6gu0qEGmq4::c5oo9_ # Subtest: HMXZwiJaFH::f1N 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 26 - HMXZwiJaFH::f1N # Subtest: kFZo7CMb0waya2d5G 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 27 - kFZo7CMb0waya2d5G # Subtest: ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm 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 28 - ortNqFA4g8q2::uGN::tN1pN9oG_D21RWvJbzM::P_oC9T0yn::kt7c5CSsgm # Subtest: qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 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 29 - qz::tR5dtuR_VYnaMKtNQ1::59m2Y1EGONL5d::3 # Subtest: wGwl1::IEd04nyk::d 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 30 - wGwl1::IEd04nyk::d # Subtest: ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg 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 31 - ZP0UroRfsaS4_Noh_::k::O::0kWSmMPKg ok 1 - Set ==> aETCUyfkw::uDOVXW::xIY5q2P::JQM0Wxzorp7cjBaj70::iocAJh_FKGY_45E6 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> FzggWaX3isRK9BtuzDAS::0gb__92oiqur 1..26 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur ok 4 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC ok 5 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T ok 6 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw ok 7 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 8 - Footer ok 9 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur ok 5 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC ok 6 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T ok 7 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw ok 8 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 9 - Footer ok 10 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: FzggWaX3isRK9BtuzDAS::0gb__92oiqur 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 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur # Subtest: PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC 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 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC # Subtest: qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T 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 24 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T # Subtest: rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw 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 25 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw # Subtest: YclaUAsshN6v5jm::pqi2Wppfg0GZl2r 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 26 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 1 - Set ==> FzggWaX3isRK9BtuzDAS::0gb__92oiqur 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> FzggWaX3isRK9BtuzDAS::0gb__92oiqur 1..26 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur ok 4 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC ok 5 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T ok 6 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw ok 7 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 8 - Footer ok 9 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur ok 5 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC ok 6 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T ok 7 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw ok 8 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 9 - Footer ok 10 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: FzggWaX3isRK9BtuzDAS::0gb__92oiqur 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 - FzggWaX3isRK9BtuzDAS::0gb__92oiqur # Subtest: PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC 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 - PZXq1bopPvN::5W::eXdKYex1wk::_mzKjuLB3VQLcnV2EC # Subtest: qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T 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 24 - qko0AL::32Hn5kjLraBhKb5yQNO7::ewv2YEyRIjj5Hmg2tY_T # Subtest: rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw 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 25 - rHU0DsJ9uBNGj::VQD::gyUdLxkg2::OD_PG::X4ID4ad5nOw # Subtest: YclaUAsshN6v5jm::pqi2Wppfg0GZl2r 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 26 - YclaUAsshN6v5jm::pqi2Wppfg0GZl2r ok 1 - Set ==> FzggWaX3isRK9BtuzDAS::0gb__92oiqur 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..2 # Subtest: force = 0 # Subtest: Set ==> cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 1..33 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M ok 4 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h ok 5 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P ok 6 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x ok 7 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh ok 8 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 ok 9 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg ok 10 - sj82::9c933zzc7RzNGSzQg97c ok 11 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ ok 12 - WAFk4atQkE::9 ok 13 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY ok 14 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M ok 5 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h ok 6 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P ok 7 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x ok 8 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh ok 9 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 ok 10 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg ok 11 - sj82::9c933zzc7RzNGSzQg97c ok 12 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ ok 13 - WAFk4atQkE::9 ok 14 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY ok 15 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 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 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M # Subtest: JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h 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 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h # Subtest: KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P 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 24 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P # Subtest: Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x 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 25 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x # Subtest: kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh 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 26 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh # Subtest: Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 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 27 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 # Subtest: R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg 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 28 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg # Subtest: sj82::9c933zzc7RzNGSzQg97c 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 29 - sj82::9c933zzc7RzNGSzQg97c # Subtest: TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ 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 30 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ # Subtest: WAFk4atQkE::9 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 31 - WAFk4atQkE::9 # Subtest: WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY 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 32 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY # Subtest: wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK 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 33 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 1 - Set ==> cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 1..33 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M ok 4 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h ok 5 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P ok 6 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x ok 7 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh ok 8 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 ok 9 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg ok 10 - sj82::9c933zzc7RzNGSzQg97c ok 11 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ ok 12 - WAFk4atQkE::9 ok 13 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY ok 14 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M ok 5 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h ok 6 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P ok 7 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x ok 8 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh ok 9 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 ok 10 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg ok 11 - sj82::9c933zzc7RzNGSzQg97c ok 12 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ ok 13 - WAFk4atQkE::9 ok 14 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY ok 15 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 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 - cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M # Subtest: JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h 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 - JIUwKByw0BaTROcyH3M::ao1q9aypmJzM::7GIWnWbONlOolm2WrOY9::VB4SeIzVA::0VG0h # Subtest: KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P 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 24 - KEHvN_8vlaPggjW7::xO::0v2MeHQs9ayDDctD::5684qEAenAYqqv2K_P # Subtest: Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x 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 25 - Kgd5cMOmFDLS4a::48X1QIxB7TrKfyARq::bb2tixD::UIWemdXIwJdpQj0kam::q7Ta3RH3SHDvo6x # Subtest: kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh 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 26 - kRqklXePz::Je1UbiTM8vRwu::jHvyFBrsF::kvBCR8sRGIf5E2PizHf::BHUMmQPuh # Subtest: Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 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 27 - Offg7auTkwxa::MI::y5ly22sw_6bSH6::kD4ouHhmoGLWzi::DFpaj31t76BY4fN_o7 # Subtest: R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg 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 28 - R2TeXOfqN4cJ3y::JFf::su4AjYfI5xCg # Subtest: sj82::9c933zzc7RzNGSzQg97c 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 29 - sj82::9c933zzc7RzNGSzQg97c # Subtest: TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ 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 30 - TmEDQ::YsgElxuz::MQkTCvwFRzg1yms9Rp_ # Subtest: WAFk4atQkE::9 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 31 - WAFk4atQkE::9 # Subtest: WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY 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 32 - WoELueVX9ZKQqEOrA0::cttg3::kjAj0gaRShM2j4KgyN::wIDKdY # Subtest: wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK 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 33 - wRbrw84zJB::iyvkWr4::d7ysluVQSW15OK ok 1 - Set ==> cw2Hznu_5Yvk9tvkJSU::HePRfcbEW9Eu61zN::Mq::esLDAYUMJeOyEi5M 1..1 ok 2 - force = 1 ok 9 - ignores_type = 1000 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 7 - license = gpl # Subtest: license = artistic2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> _Y::A::B1VOvQ::n5dOX4fey::LE 1..36 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Y::A::B1VOvQ::n5dOX4fey::LE ok 4 - Fv_52rf ok 5 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp ok 6 - hsedP::l7::uCyGuhSxEFYqje ok 7 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm ok 8 - JuPhRkZ ok 9 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh ok 10 - md::tn6::Gnup ok 11 - mDjhM::VTu2XLX ok 12 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 ok 13 - oNxg::q_CXm70B::jIP ok 14 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR ok 15 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi ok 16 - Z ok 17 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 18 - Footer ok 19 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Y::A::B1VOvQ::n5dOX4fey::LE ok 5 - Fv_52rf ok 6 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp ok 7 - hsedP::l7::uCyGuhSxEFYqje ok 8 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm ok 9 - JuPhRkZ ok 10 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh ok 11 - md::tn6::Gnup ok 12 - mDjhM::VTu2XLX ok 13 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 ok 14 - oNxg::q_CXm70B::jIP ok 15 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR ok 16 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi ok 17 - Z ok 18 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 19 - Footer ok 20 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Y::A::B1VOvQ::n5dOX4fey::LE 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 - _Y::A::B1VOvQ::n5dOX4fey::LE # Subtest: Fv_52rf 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 - Fv_52rf # Subtest: hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp 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 24 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp # Subtest: hsedP::l7::uCyGuhSxEFYqje 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 25 - hsedP::l7::uCyGuhSxEFYqje # Subtest: jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm 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 26 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm # Subtest: JuPhRkZ 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 27 - JuPhRkZ # Subtest: MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh 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 28 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh # Subtest: md::tn6::Gnup 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 29 - md::tn6::Gnup # Subtest: mDjhM::VTu2XLX 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 30 - mDjhM::VTu2XLX # Subtest: Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 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 31 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 # Subtest: oNxg::q_CXm70B::jIP 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 32 - oNxg::q_CXm70B::jIP # Subtest: Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR 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 33 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR # Subtest: rBegQJ4DcxC8ZOB7o6K::8wHNXUi 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 34 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi # Subtest: Z 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 35 - Z # Subtest: Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX 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 36 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 1 - Set ==> _Y::A::B1VOvQ::n5dOX4fey::LE 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _Y::A::B1VOvQ::n5dOX4fey::LE 1..36 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Y::A::B1VOvQ::n5dOX4fey::LE ok 4 - Fv_52rf ok 5 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp ok 6 - hsedP::l7::uCyGuhSxEFYqje ok 7 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm ok 8 - JuPhRkZ ok 9 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh ok 10 - md::tn6::Gnup ok 11 - mDjhM::VTu2XLX ok 12 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 ok 13 - oNxg::q_CXm70B::jIP ok 14 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR ok 15 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi ok 16 - Z ok 17 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 18 - Footer ok 19 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Y::A::B1VOvQ::n5dOX4fey::LE ok 5 - Fv_52rf ok 6 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp ok 7 - hsedP::l7::uCyGuhSxEFYqje ok 8 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm ok 9 - JuPhRkZ ok 10 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh ok 11 - md::tn6::Gnup ok 12 - mDjhM::VTu2XLX ok 13 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 ok 14 - oNxg::q_CXm70B::jIP ok 15 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR ok 16 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi ok 17 - Z ok 18 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 19 - Footer ok 20 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Y::A::B1VOvQ::n5dOX4fey::LE 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 - _Y::A::B1VOvQ::n5dOX4fey::LE # Subtest: Fv_52rf 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 - Fv_52rf # Subtest: hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp 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 24 - hfjpZhQWl9nAOs::nUGAUebHYfk::WS85mADlYfGI6_nqwK::yOtbp # Subtest: hsedP::l7::uCyGuhSxEFYqje 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 25 - hsedP::l7::uCyGuhSxEFYqje # Subtest: jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm 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 26 - jRv::x5ux1NR7EorktLmUTO::iThHeh35d9U::NQdO::4sawc1dm8dwCm # Subtest: JuPhRkZ 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 27 - JuPhRkZ # Subtest: MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh 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 28 - MbjkIEYIlRxw3Egvd_::lLwQBCSa1WcIRNN9AmAr::qeSPeLVlw0M::Ibk8::ET6VsaPTHn4WWW0bh # Subtest: md::tn6::Gnup 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 29 - md::tn6::Gnup # Subtest: mDjhM::VTu2XLX 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 30 - mDjhM::VTu2XLX # Subtest: Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 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 31 - Nxd::0TglWE::q1ZQW::wriJuo478LqEQPN::mtylad4Q9EI1 # Subtest: oNxg::q_CXm70B::jIP 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 32 - oNxg::q_CXm70B::jIP # Subtest: Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR 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 33 - Q6UPifQfH5Ev4xjTvn7::PgAm9bI934gO2Hz::I6cAbYMyIfxt::gOH2zQP7gR # Subtest: rBegQJ4DcxC8ZOB7o6K::8wHNXUi 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 34 - rBegQJ4DcxC8ZOB7o6K::8wHNXUi # Subtest: Z 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 35 - Z # Subtest: Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX 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 36 - Zm6xQjlQPb::O96LRZ4::o_2F_boMHJZarWaP6XX ok 1 - Set ==> _Y::A::B1VOvQ::n5dOX4fey::LE 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 8 - license = artistic2 # Subtest: license = perl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> bgBHy 1..23 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bgBHy ok 4 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 5 - Footer ok 6 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bgBHy ok 5 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 6 - Footer ok 7 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: bgBHy 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 - bgBHy # Subtest: pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E 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 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 1 - Set ==> bgBHy 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> bgBHy 1..23 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bgBHy ok 4 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 5 - Footer ok 6 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bgBHy ok 5 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 6 - Footer ok 7 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: bgBHy 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 - bgBHy # Subtest: pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E 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 - pbsK1uFkkoq0wYTMyN::9G2k4FN2_OMc::F8zQRaeEy5::KTz8tMRcLpRts6G::gu2dyLh5E ok 1 - Set ==> bgBHy 1..1 ok 2 - force = 1 ok 7 - ignores_type = 0110 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 9 - license = perl # Subtest: license = agpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 10 - license = agpl3 # Subtest: license = gpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 11 - license = gpl3 # Subtest: license = qpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 1..16 # Subtest: ignores_type = 0000 1..2 # Subtest: force = 0 # Subtest: Set ==> acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 1..33 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl ok 4 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn ok 5 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T ok 6 - FM82bx6TDrtBvo0cd::11::kSP4EWUo ok 7 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy ok 8 - jTieqZY::dzA03zE8_G654C ok 9 - jx_exRXmgo_67by ok 10 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF ok 11 - LS ok 12 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT ok 13 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 ok 14 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl ok 5 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn ok 6 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T ok 7 - FM82bx6TDrtBvo0cd::11::kSP4EWUo ok 8 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy ok 9 - jTieqZY::dzA03zE8_G654C ok 10 - jx_exRXmgo_67by ok 11 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF ok 12 - LS ok 13 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT ok 14 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 ok 15 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 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 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl # Subtest: biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn 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 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn # Subtest: cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T 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 24 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T # Subtest: FM82bx6TDrtBvo0cd::11::kSP4EWUo 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 25 - FM82bx6TDrtBvo0cd::11::kSP4EWUo # Subtest: Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy 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 26 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy # Subtest: jTieqZY::dzA03zE8_G654C 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 27 - jTieqZY::dzA03zE8_G654C # Subtest: jx_exRXmgo_67by 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 28 - jx_exRXmgo_67by # Subtest: khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF 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 29 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF # Subtest: LS 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 30 - LS # Subtest: Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT 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 31 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT # Subtest: wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 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 32 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 # Subtest: xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW 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 33 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 1 - Set ==> acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 1..33 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl ok 4 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn ok 5 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T ok 6 - FM82bx6TDrtBvo0cd::11::kSP4EWUo ok 7 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy ok 8 - jTieqZY::dzA03zE8_G654C ok 9 - jx_exRXmgo_67by ok 10 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF ok 11 - LS ok 12 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT ok 13 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 ok 14 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl ok 5 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn ok 6 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T ok 7 - FM82bx6TDrtBvo0cd::11::kSP4EWUo ok 8 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy ok 9 - jTieqZY::dzA03zE8_G654C ok 10 - jx_exRXmgo_67by ok 11 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF ok 12 - LS ok 13 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT ok 14 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 ok 15 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 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 - acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl # Subtest: biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn 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 - biA6bW35::z2Rr6X8rs::AiQHFvBqy8lScFUVr8nm::ftuxMCrEOqUb_::3pY1Nn # Subtest: cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T 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 24 - cvRha::oiKyrRpL9b7Z6KHOLd::7rLopn9::5PPi0T # Subtest: FM82bx6TDrtBvo0cd::11::kSP4EWUo 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 25 - FM82bx6TDrtBvo0cd::11::kSP4EWUo # Subtest: Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy 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 26 - Hyrro::IUVxaGwHci::e2J9cfWDKn5hrYOSJd::SpPc1uZC::gJFnjSjgfUtqy # Subtest: jTieqZY::dzA03zE8_G654C 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 27 - jTieqZY::dzA03zE8_G654C # Subtest: jx_exRXmgo_67by 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 28 - jx_exRXmgo_67by # Subtest: khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF 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 29 - khYV9M0HCfqqi::_Pq::lLdxWX6DU_H::KlB1PhlnzF # Subtest: LS 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 30 - LS # Subtest: Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT 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 31 - Qezh2cn11J1myrMl::5x5HgND::xy::nS3vDZR03g5MNV34m0BW::PgWFKPE_JT # Subtest: wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 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 32 - wsaVgZfMVV4l_kPrq3::JfbYwDY::8OWL::NlNpuBmrSVV5 # Subtest: xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW 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 33 - xBGFhO4x5V::2TM1Sp3wLZlBVf0P::i3GGd6::UNqu::BFZFW ok 1 - Set ==> acanqMZL6A_USA::oyAmwxX::ADIARbPWuiWl 1..1 ok 2 - force = 1 ok 1 - ignores_type = 0000 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 12 - license = qpl # Subtest: license = mozilla2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 13 - license = mozilla2 # Subtest: license = freebsd 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> UO::xjFvFUJDO40::X1EXAtCrFn0T 1..22 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: UO::xjFvFUJDO40::X1EXAtCrFn0T 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 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 1 - Set ==> UO::xjFvFUJDO40::X1EXAtCrFn0T 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> UO::xjFvFUJDO40::X1EXAtCrFn0T 1..22 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: UO::xjFvFUJDO40::X1EXAtCrFn0T 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 - UO::xjFvFUJDO40::X1EXAtCrFn0T ok 1 - Set ==> UO::xjFvFUJDO40::X1EXAtCrFn0T 1..1 ok 2 - force = 1 ok 8 - ignores_type = 0111 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..2 # Subtest: force = 0 # Subtest: Set ==> Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 1..28 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL ok 4 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m ok 5 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu ok 6 - mydZ7GL7OBA::k7nc_v::YShyBosOh ok 7 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO ok 8 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL ok 9 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 10 - Footer ok 11 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL ok 5 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m ok 6 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu ok 7 - mydZ7GL7OBA::k7nc_v::YShyBosOh ok 8 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO ok 9 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL ok 10 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 11 - Footer ok 12 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 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 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL # Subtest: Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m 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 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m # Subtest: jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu 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 24 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu # Subtest: mydZ7GL7OBA::k7nc_v::YShyBosOh 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 25 - mydZ7GL7OBA::k7nc_v::YShyBosOh # Subtest: nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO 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 26 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO # Subtest: rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL 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 27 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL # Subtest: Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 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 28 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 1 - Set ==> Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 1..28 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL ok 4 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m ok 5 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu ok 6 - mydZ7GL7OBA::k7nc_v::YShyBosOh ok 7 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO ok 8 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL ok 9 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 10 - Footer ok 11 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL ok 5 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m ok 6 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu ok 7 - mydZ7GL7OBA::k7nc_v::YShyBosOh ok 8 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO ok 9 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL ok 10 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 11 - Footer ok 12 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 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 - Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL # Subtest: Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m 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 - Ia7fzjhW::8iOZSium7gHkyb4VCDUi::i::m # Subtest: jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu 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 24 - jC2Vi62l2ktBu::p5GHJqXR::j9Nru1UojruF0bAghu # Subtest: mydZ7GL7OBA::k7nc_v::YShyBosOh 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 25 - mydZ7GL7OBA::k7nc_v::YShyBosOh # Subtest: nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO 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 26 - nv0L4H::lveh7hOy9Rdq693iuS_a::Fs_HUX_YTo::QA5RymO # Subtest: rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL 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 27 - rD7_oeCRMd4cZNL::d0::2ZJ7t_toAh::ojzZS0hL # Subtest: Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 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 28 - Scy3RsaWaokv::iCBAtLFEfvB::5M84T::jCmgbO67TaouJTMW::Lo1AwB2dZ8u1 ok 1 - Set ==> Dp8cjs8hQNWLb4hJmN3I::rWBtaHDBJUwbahAWu::rp_LZiIAb_HoFMkd::J16I47sl7FFDwL 1..1 ok 2 - force = 1 ok 7 - ignores_type = 0110 # 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..2 # Subtest: force = 0 # Subtest: Set ==> B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 1..35 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb ok 4 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B ok 5 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI ok 6 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs ok 7 - hgh::TLFPt6_Z2dTlAy2IO::V ok 8 - m11BMtjNo2yB ok 9 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT ok 10 - NC6x ok 11 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 ok 12 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn ok 13 - uAj8aWCS::wV6NWZzuIzRPzyjl ok 14 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 ok 15 - wU6Bmq4_bAHUpZ ok 16 - zdkxvsN ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb ok 5 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B ok 6 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI ok 7 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs ok 8 - hgh::TLFPt6_Z2dTlAy2IO::V ok 9 - m11BMtjNo2yB ok 10 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT ok 11 - NC6x ok 12 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 ok 13 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn ok 14 - uAj8aWCS::wV6NWZzuIzRPzyjl ok 15 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 ok 16 - wU6Bmq4_bAHUpZ ok 17 - zdkxvsN ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 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 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb # Subtest: BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B 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 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B # Subtest: g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI 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 24 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI # Subtest: H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs 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 25 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs # Subtest: hgh::TLFPt6_Z2dTlAy2IO::V 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 26 - hgh::TLFPt6_Z2dTlAy2IO::V # Subtest: m11BMtjNo2yB 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 27 - m11BMtjNo2yB # Subtest: N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT 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 28 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT # Subtest: NC6x 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 29 - NC6x # Subtest: SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 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 30 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 # Subtest: TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn 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 31 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn # Subtest: uAj8aWCS::wV6NWZzuIzRPzyjl 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 32 - uAj8aWCS::wV6NWZzuIzRPzyjl # Subtest: un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 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 33 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 # Subtest: wU6Bmq4_bAHUpZ 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 34 - wU6Bmq4_bAHUpZ # Subtest: zdkxvsN 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 35 - zdkxvsN ok 1 - Set ==> B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 1..35 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: xt/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 1..11 ok 1 - Min/Strict/Warning/Builder ok 2 - NAME ok 3 - AUTHOR ok 4 - VERSION_FROM ok 5 - ABSTRACT_FROM ok 6 - LICENSE ok 7 - PL_FILES ok 8 - MIN_PERL_VERSION ok 9 - CONFIGURE_REQUIRES ok 10 - BUILD_REQUIRES ok 11 - PREREQ_PM ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb ok 4 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B ok 5 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI ok 6 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs ok 7 - hgh::TLFPt6_Z2dTlAy2IO::V ok 8 - m11BMtjNo2yB ok 9 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT ok 10 - NC6x ok 11 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 ok 12 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn ok 13 - uAj8aWCS::wV6NWZzuIzRPzyjl ok 14 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 ok 15 - wU6Bmq4_bAHUpZ ok 16 - zdkxvsN ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb ok 5 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B ok 6 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI ok 7 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs ok 8 - hgh::TLFPt6_Z2dTlAy2IO::V ok 9 - m11BMtjNo2yB ok 10 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT ok 11 - NC6x ok 12 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 ok 13 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn ok 14 - uAj8aWCS::wV6NWZzuIzRPzyjl ok 15 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 ok 16 - wU6Bmq4_bAHUpZ ok 17 - zdkxvsN ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 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 - B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb # Subtest: BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B 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 - BUoiHlCVRgYgNXOZ::SNwFEIx6XDnz1600ZF::aKIafgb3P7HmAIhttYk::c5::B # Subtest: g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI 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 24 - g3eGwKMpTK26nppmTj::X2::u::iaO::fFaa95ErO8O53etW0eBI # Subtest: H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs 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 25 - H4y1hyE64CkJO31Y5Na::WfTGEUiSp24cs # Subtest: hgh::TLFPt6_Z2dTlAy2IO::V 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 26 - hgh::TLFPt6_Z2dTlAy2IO::V # Subtest: m11BMtjNo2yB 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 27 - m11BMtjNo2yB # Subtest: N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT 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 28 - N::jHBC3CBUeAH0d3::65feDNkcOP::hVeljekmvkWmv0g8Nc9q::rzjPDjkdUWUIPqT # Subtest: NC6x 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 29 - NC6x # Subtest: SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 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 30 - SpiYF::YG::HYd_Oc::LTDnYC8LW::T3n3 # Subtest: TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn 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 31 - TUfvOayUiqwBTnx::vmiYKRe1Rc9::tm::gqLlkfla_RlmRUOs9NJn # Subtest: uAj8aWCS::wV6NWZzuIzRPzyjl 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 32 - uAj8aWCS::wV6NWZzuIzRPzyjl # Subtest: un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 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 33 - un2ySBni7::OurxwZokN::eWSEsGDmT86Ym81b6 # Subtest: wU6Bmq4_bAHUpZ 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 34 - wU6Bmq4_bAHUpZ # Subtest: zdkxvsN 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 35 - zdkxvsN ok 1 - Set ==> B4a0::2P8n4L6zZs::p7_5jvXhZbfoG2olR4H::aV5dlwmtbu::ECF1Hvw0uwtTHuCb 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 14 - license = freebsd # Subtest: license = cc0 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 15 - license = cc0 # Subtest: license = mit 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 16 - license = mit ok 3 - builder = ExtUtils::MakeMaker # Subtest: builder = Module::Build 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS ok 4 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 ok 5 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk ok 6 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C ok 7 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA ok 8 - GcgsgYfRXryRb::d8gFw6Rb5ZTs ok 9 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP ok 10 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA ok 11 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH ok 12 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn ok 13 - RJ0::AoLVtx::B4F7QJ_Iye ok 14 - sOB8fpfrT::FgKp_F::aEQhjo ok 15 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS ok 5 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 ok 6 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk ok 7 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C ok 8 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA ok 9 - GcgsgYfRXryRb::d8gFw6Rb5ZTs ok 10 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP ok 11 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA ok 12 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH ok 13 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn ok 14 - RJ0::AoLVtx::B4F7QJ_Iye ok 15 - sOB8fpfrT::FgKp_F::aEQhjo ok 16 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 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 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS # Subtest: DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 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 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 # Subtest: E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk 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 24 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk # Subtest: EgGPdx::A::6sNpze6ZAz6U0Z2N064C 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 25 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C # Subtest: ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA 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 26 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA # Subtest: GcgsgYfRXryRb::d8gFw6Rb5ZTs 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 27 - GcgsgYfRXryRb::d8gFw6Rb5ZTs # Subtest: N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP 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 28 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP # Subtest: nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA 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 29 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA # Subtest: OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH 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 30 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH # Subtest: QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn 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 31 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn # Subtest: RJ0::AoLVtx::B4F7QJ_Iye 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 32 - RJ0::AoLVtx::B4F7QJ_Iye # Subtest: sOB8fpfrT::FgKp_F::aEQhjo 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 33 - sOB8fpfrT::FgKp_F::aEQhjo # Subtest: XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk 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 34 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 1 - Set ==> _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS ok 4 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 ok 5 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk ok 6 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C ok 7 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA ok 8 - GcgsgYfRXryRb::d8gFw6Rb5ZTs ok 9 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP ok 10 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA ok 11 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH ok 12 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn ok 13 - RJ0::AoLVtx::B4F7QJ_Iye ok 14 - sOB8fpfrT::FgKp_F::aEQhjo ok 15 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS ok 5 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 ok 6 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk ok 7 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C ok 8 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA ok 9 - GcgsgYfRXryRb::d8gFw6Rb5ZTs ok 10 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP ok 11 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA ok 12 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH ok 13 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn ok 14 - RJ0::AoLVtx::B4F7QJ_Iye ok 15 - sOB8fpfrT::FgKp_F::aEQhjo ok 16 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 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 - _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS # Subtest: DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 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 - DWllEpn_AIthz7AhAMO::ShP_K7srP6J::y15QxLmVuRwl3 # Subtest: E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk 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 24 - E5Yw8noxfVcXNvCvWY7M::nM1mWICTrUsSgJBhWCUi::Pk # Subtest: EgGPdx::A::6sNpze6ZAz6U0Z2N064C 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 25 - EgGPdx::A::6sNpze6ZAz6U0Z2N064C # Subtest: ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA 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 26 - ePu1Vcx_a0qjO::TkiTcSR7LTb_5Jj::7Fk5kXqA::j9SudTeflLzA # Subtest: GcgsgYfRXryRb::d8gFw6Rb5ZTs 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 27 - GcgsgYfRXryRb::d8gFw6Rb5ZTs # Subtest: N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP 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 28 - N7Bc0Fvb2X::SgFhGzmHzoWsVezI::IX6dQY7aw8Z4gUH::GP # Subtest: nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA 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 29 - nONO0H77d::2i::QaXH_ZMroy6pk9BQNu::dpVH0wO7bb16JeA # Subtest: OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH 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 30 - OdZVoCO_LLsP2P5HEbL::vWRBi::BnNrj3NnAbYC::NPJPG9S::Ec5K0SH # Subtest: QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn 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 31 - QVBMUGnzhKWDYg7::H0jUddtaM1B4nKpYPWiw::VNvn # Subtest: RJ0::AoLVtx::B4F7QJ_Iye 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 32 - RJ0::AoLVtx::B4F7QJ_Iye # Subtest: sOB8fpfrT::FgKp_F::aEQhjo 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 33 - sOB8fpfrT::FgKp_F::aEQhjo # Subtest: XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk 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 34 - XSy3zZQDYByjok_748::V7sPkk::9a2tNGkhT::RG8I0z7foXkH65KWk ok 1 - Set ==> _YrcP88hyB2FgZfh::B93A::zeohxCR_NKh67hS 1..1 ok 2 - force = 1 ok 11 - ignores_type = 1010 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..2 # Subtest: force = 0 # Subtest: Set ==> _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 1..36 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f ok 4 - A0nx::0RMnVkf1d ok 5 - AKbsmhcOWR9 ok 6 - DdT5NXO3Vcyr::u::5k ok 7 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W ok 8 - FepqVLNBHQPHT0MC ok 9 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp ok 10 - mLXSLq7ICP5M::rENw_RsBczq8CuAP ok 11 - MtUCDahwcV4 ok 12 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd ok 13 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ ok 14 - s27 ok 15 - ss::4kWOm ok 16 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX ok 17 - xF7KE04bR ok 18 - Footer ok 19 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f ok 5 - A0nx::0RMnVkf1d ok 6 - AKbsmhcOWR9 ok 7 - DdT5NXO3Vcyr::u::5k ok 8 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W ok 9 - FepqVLNBHQPHT0MC ok 10 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp ok 11 - mLXSLq7ICP5M::rENw_RsBczq8CuAP ok 12 - MtUCDahwcV4 ok 13 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd ok 14 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ ok 15 - s27 ok 16 - ss::4kWOm ok 17 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX ok 18 - xF7KE04bR ok 19 - Footer ok 20 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 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 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f # Subtest: A0nx::0RMnVkf1d 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 - A0nx::0RMnVkf1d # Subtest: AKbsmhcOWR9 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 24 - AKbsmhcOWR9 # Subtest: DdT5NXO3Vcyr::u::5k 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 25 - DdT5NXO3Vcyr::u::5k # Subtest: eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W 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 26 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W # Subtest: FepqVLNBHQPHT0MC 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 27 - FepqVLNBHQPHT0MC # Subtest: M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp 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 28 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp # Subtest: mLXSLq7ICP5M::rENw_RsBczq8CuAP 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 29 - mLXSLq7ICP5M::rENw_RsBczq8CuAP # Subtest: MtUCDahwcV4 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 30 - MtUCDahwcV4 # Subtest: ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd 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 31 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd # Subtest: Rx_74Nf::Xa5bV::nxD::WJ2G::bQ 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 32 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ # Subtest: s27 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 33 - s27 # Subtest: ss::4kWOm 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 34 - ss::4kWOm # Subtest: xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX 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 35 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX # Subtest: xF7KE04bR 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 36 - xF7KE04bR ok 1 - Set ==> _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 1..36 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f ok 4 - A0nx::0RMnVkf1d ok 5 - AKbsmhcOWR9 ok 6 - DdT5NXO3Vcyr::u::5k ok 7 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W ok 8 - FepqVLNBHQPHT0MC ok 9 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp ok 10 - mLXSLq7ICP5M::rENw_RsBczq8CuAP ok 11 - MtUCDahwcV4 ok 12 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd ok 13 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ ok 14 - s27 ok 15 - ss::4kWOm ok 16 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX ok 17 - xF7KE04bR ok 18 - Footer ok 19 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f ok 5 - A0nx::0RMnVkf1d ok 6 - AKbsmhcOWR9 ok 7 - DdT5NXO3Vcyr::u::5k ok 8 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W ok 9 - FepqVLNBHQPHT0MC ok 10 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp ok 11 - mLXSLq7ICP5M::rENw_RsBczq8CuAP ok 12 - MtUCDahwcV4 ok 13 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd ok 14 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ ok 15 - s27 ok 16 - ss::4kWOm ok 17 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX ok 18 - xF7KE04bR ok 19 - Footer ok 20 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 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 - _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f # Subtest: A0nx::0RMnVkf1d 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 - A0nx::0RMnVkf1d # Subtest: AKbsmhcOWR9 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 24 - AKbsmhcOWR9 # Subtest: DdT5NXO3Vcyr::u::5k 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 25 - DdT5NXO3Vcyr::u::5k # Subtest: eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W 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 26 - eVdIOcufir::pM5::y6AUzAkpNDXWLp::paZl9rEJUv::LF5H02W # Subtest: FepqVLNBHQPHT0MC 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 27 - FepqVLNBHQPHT0MC # Subtest: M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp 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 28 - M6V::h6tcb16KOhh0NLNIil::wHq7MGZChJz0yrHpvB::eJrFdqkK5::swha0FZp # Subtest: mLXSLq7ICP5M::rENw_RsBczq8CuAP 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 29 - mLXSLq7ICP5M::rENw_RsBczq8CuAP # Subtest: MtUCDahwcV4 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 30 - MtUCDahwcV4 # Subtest: ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd 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 31 - ONc07wM1pA6GE::9::bChL86_vci::FG7BZQPecYd # Subtest: Rx_74Nf::Xa5bV::nxD::WJ2G::bQ 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 32 - Rx_74Nf::Xa5bV::nxD::WJ2G::bQ # Subtest: s27 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 33 - s27 # Subtest: ss::4kWOm 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 34 - ss::4kWOm # Subtest: xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX 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 35 - xAAXd1::0PU::DPo1y6YiQre9397HDEf::ZfK_cAhBX # Subtest: xF7KE04bR 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 36 - xF7KE04bR ok 1 - Set ==> _kDL9VIt0AkVD9V9edT::CVsceyTTXjHMsPtsy18f 1..1 ok 2 - force = 1 ok 16 - ignores_type = 1111 ok 5 - minperl = v5.12.4 ok 1 - license = apache # Subtest: license = mozilla 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 2 - license = mozilla # Subtest: license = artistic 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 3 - license = artistic # Subtest: license = lgpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> _Jv5VQ9Ld 1..30 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Jv5VQ9Ld ok 4 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst ok 5 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D ok 6 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 ok 7 - f6GLnSNv ok 8 - HW5KjI4geW::HbgPbms83i ok 9 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR ok 10 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ ok 11 - S_k::gKVH2VSyKNhYsevT ok 12 - Footer ok 13 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Jv5VQ9Ld ok 5 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst ok 6 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D ok 7 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 ok 8 - f6GLnSNv ok 9 - HW5KjI4geW::HbgPbms83i ok 10 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR ok 11 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ ok 12 - S_k::gKVH2VSyKNhYsevT ok 13 - Footer ok 14 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Jv5VQ9Ld 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 - _Jv5VQ9Ld # Subtest: aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst 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 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst # Subtest: eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D 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 24 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D # Subtest: El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 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 25 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 # Subtest: f6GLnSNv 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 26 - f6GLnSNv # Subtest: HW5KjI4geW::HbgPbms83i 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 27 - HW5KjI4geW::HbgPbms83i # Subtest: iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR 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 28 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR # Subtest: nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ 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 29 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ # Subtest: S_k::gKVH2VSyKNhYsevT 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 30 - S_k::gKVH2VSyKNhYsevT ok 1 - Set ==> _Jv5VQ9Ld 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _Jv5VQ9Ld 1..30 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Jv5VQ9Ld ok 4 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst ok 5 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D ok 6 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 ok 7 - f6GLnSNv ok 8 - HW5KjI4geW::HbgPbms83i ok 9 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR ok 10 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ ok 11 - S_k::gKVH2VSyKNhYsevT ok 12 - Footer ok 13 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Jv5VQ9Ld ok 5 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst ok 6 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D ok 7 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 ok 8 - f6GLnSNv ok 9 - HW5KjI4geW::HbgPbms83i ok 10 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR ok 11 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ ok 12 - S_k::gKVH2VSyKNhYsevT ok 13 - Footer ok 14 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Jv5VQ9Ld 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 - _Jv5VQ9Ld # Subtest: aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst 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 - aRc5L0je96::BsZ26tcrCgPbzJ8x6pX::LW_CXv2HA::bTFsP4::_Gaev5eoXXst # Subtest: eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D 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 24 - eJCGhet5Y::KJVhC::6nGuFq::QKXpWxwnACjD::zNnw9D # Subtest: El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 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 25 - El6mWhVmxETFqLPpDx::OOFeC4XUiWp9nLe::O2Wjml2MeReyjo0HU5 # Subtest: f6GLnSNv 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 26 - f6GLnSNv # Subtest: HW5KjI4geW::HbgPbms83i 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 27 - HW5KjI4geW::HbgPbms83i # Subtest: iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR 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 28 - iPw::Fm743pMirBXQ3EDk5XG::0ntyfYGhU::lYPp1e4rD82QmEg3UsFg::C1HrAnVoR # Subtest: nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ 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 29 - nUe3e3qtoRSkCbVuS::iJX98c9xUHmSAoq::eMDAkt3::nLpE::SgoI_ # Subtest: S_k::gKVH2VSyKNhYsevT 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 30 - S_k::gKVH2VSyKNhYsevT ok 1 - Set ==> _Jv5VQ9Ld 1..1 ok 2 - force = 1 ok 4 - ignores_type = 0011 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 4 - license = lgpl3 # Subtest: license = lgpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..2 # Subtest: force = 0 # Subtest: Set ==> _Hn1w3a8::VOAZ2 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Hn1w3a8::VOAZ2 ok 4 - _uMQPcfZIIZb3Dd5F ok 5 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 ok 6 - dgh ok 7 - IyWBJEDMX0AIQrfEA ok 8 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul ok 9 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma ok 10 - LdedsVJ8y::5jbek::G::H ok 11 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH ok 12 - qrmaO7N13BO3sY0uedCk ok 13 - Rsa3hUuNhNIsfW::tbcBh5if ok 14 - s::dw58::9WpuxuULdKgFAhxA ok 15 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Hn1w3a8::VOAZ2 ok 5 - _uMQPcfZIIZb3Dd5F ok 6 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 ok 7 - dgh ok 8 - IyWBJEDMX0AIQrfEA ok 9 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul ok 10 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma ok 11 - LdedsVJ8y::5jbek::G::H ok 12 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH ok 13 - qrmaO7N13BO3sY0uedCk ok 14 - Rsa3hUuNhNIsfW::tbcBh5if ok 15 - s::dw58::9WpuxuULdKgFAhxA ok 16 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Hn1w3a8::VOAZ2 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 - _Hn1w3a8::VOAZ2 # Subtest: _uMQPcfZIIZb3Dd5F 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 - _uMQPcfZIIZb3Dd5F # Subtest: Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 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 24 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 # Subtest: dgh 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 25 - dgh # Subtest: IyWBJEDMX0AIQrfEA 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 26 - IyWBJEDMX0AIQrfEA # Subtest: JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul 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 27 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul # Subtest: kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma 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 28 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma # Subtest: LdedsVJ8y::5jbek::G::H 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 29 - LdedsVJ8y::5jbek::G::H # Subtest: POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH 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 30 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH # Subtest: qrmaO7N13BO3sY0uedCk 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 31 - qrmaO7N13BO3sY0uedCk # Subtest: Rsa3hUuNhNIsfW::tbcBh5if 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 32 - Rsa3hUuNhNIsfW::tbcBh5if # Subtest: s::dw58::9WpuxuULdKgFAhxA 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 33 - s::dw58::9WpuxuULdKgFAhxA # Subtest: UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn 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 34 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 1 - Set ==> _Hn1w3a8::VOAZ2 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _Hn1w3a8::VOAZ2 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Hn1w3a8::VOAZ2 ok 4 - _uMQPcfZIIZb3Dd5F ok 5 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 ok 6 - dgh ok 7 - IyWBJEDMX0AIQrfEA ok 8 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul ok 9 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma ok 10 - LdedsVJ8y::5jbek::G::H ok 11 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH ok 12 - qrmaO7N13BO3sY0uedCk ok 13 - Rsa3hUuNhNIsfW::tbcBh5if ok 14 - s::dw58::9WpuxuULdKgFAhxA ok 15 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Hn1w3a8::VOAZ2 ok 5 - _uMQPcfZIIZb3Dd5F ok 6 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 ok 7 - dgh ok 8 - IyWBJEDMX0AIQrfEA ok 9 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul ok 10 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma ok 11 - LdedsVJ8y::5jbek::G::H ok 12 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH ok 13 - qrmaO7N13BO3sY0uedCk ok 14 - Rsa3hUuNhNIsfW::tbcBh5if ok 15 - s::dw58::9WpuxuULdKgFAhxA ok 16 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _Hn1w3a8::VOAZ2 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 - _Hn1w3a8::VOAZ2 # Subtest: _uMQPcfZIIZb3Dd5F 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 - _uMQPcfZIIZb3Dd5F # Subtest: Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 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 24 - Bp_IK7Rj1S9FmkYNs::uczE::s5LY6zpJigxrsDw_zZte::bpFMJnhwnxoYSh4kbx::cV4dIs3 # Subtest: dgh 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 25 - dgh # Subtest: IyWBJEDMX0AIQrfEA 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 26 - IyWBJEDMX0AIQrfEA # Subtest: JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul 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 27 - JsThhjyUWuTT1B2wAf::CqaFKw4::LwGFs2W8::N8BDA0rQaIGKGBTPB5Ul # Subtest: kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma 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 28 - kxMZ::p8cHos8G::LkonEY_xfJA0d9wg6M::mFChJer::GuxQ5mC43Ma # Subtest: LdedsVJ8y::5jbek::G::H 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 29 - LdedsVJ8y::5jbek::G::H # Subtest: POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH 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 30 - POWp5DvpR_8EwSb::2rJmuuDTL9gmktGu::9rtGSCXRf4RJxpJjU35::B7N57btCMZNnt7NfRwbf::lnl_Am4OTCMH # Subtest: qrmaO7N13BO3sY0uedCk 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 31 - qrmaO7N13BO3sY0uedCk # Subtest: Rsa3hUuNhNIsfW::tbcBh5if 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 32 - Rsa3hUuNhNIsfW::tbcBh5if # Subtest: s::dw58::9WpuxuULdKgFAhxA 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 33 - s::dw58::9WpuxuULdKgFAhxA # Subtest: UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn 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 34 - UG::UI::sfHiEHAmvEP::eL_02Okb::Cyi4vBzYFn ok 1 - Set ==> _Hn1w3a8::VOAZ2 1..1 ok 2 - force = 1 ok 6 - ignores_type = 0101 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 5 - license = lgpl # Subtest: license = bsd 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 6 - license = bsd # Subtest: license = gpl 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..2 # Subtest: force = 0 # Subtest: Set ==> xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 1..22 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 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 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 1 - Set ==> xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 1..22 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 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 - xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap ok 1 - Set ==> xNrwnMeUUK_Up::aD41DpAy::qEULFaIiaXZc::Asap 1..1 ok 2 - force = 1 ok 8 - ignores_type = 0111 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 7 - license = gpl # Subtest: license = artistic2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 8 - license = artistic2 # Subtest: license = perl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..2 # Subtest: force = 0 # Subtest: Set ==> _6pUffL::D 1..29 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _6pUffL::D ok 4 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT ok 5 - hmsB ok 6 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ ok 7 - NbcX2::_ZLC::O_Xolvn6T::E ok 8 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 ok 9 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j ok 10 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 11 - Footer ok 12 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _6pUffL::D ok 5 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT ok 6 - hmsB ok 7 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ ok 8 - NbcX2::_ZLC::O_Xolvn6T::E ok 9 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 ok 10 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j ok 11 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 12 - Footer ok 13 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _6pUffL::D 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 - _6pUffL::D # Subtest: hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT 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 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT # Subtest: hmsB 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 24 - hmsB # Subtest: MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ 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 25 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ # Subtest: NbcX2::_ZLC::O_Xolvn6T::E 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 26 - NbcX2::_ZLC::O_Xolvn6T::E # Subtest: qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 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 27 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 # Subtest: ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j 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 28 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j # Subtest: U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 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 29 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 1 - Set ==> _6pUffL::D 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _6pUffL::D 1..29 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _6pUffL::D ok 4 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT ok 5 - hmsB ok 6 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ ok 7 - NbcX2::_ZLC::O_Xolvn6T::E ok 8 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 ok 9 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j ok 10 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 11 - Footer ok 12 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _6pUffL::D ok 5 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT ok 6 - hmsB ok 7 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ ok 8 - NbcX2::_ZLC::O_Xolvn6T::E ok 9 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 ok 10 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j ok 11 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 12 - Footer ok 13 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _6pUffL::D 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 - _6pUffL::D # Subtest: hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT 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 - hmh5mGyp56v::5s3W3WjIdG::0ZA0A4zrCeSHMwdfJ::9QlRouOFTenMJKbTwvkT # Subtest: hmsB 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 24 - hmsB # Subtest: MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ 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 25 - MhH9pX9::veLA7b::oQIQgvPcdGdPBg5cQxu8::4pk5BExFAP_ # Subtest: NbcX2::_ZLC::O_Xolvn6T::E 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 26 - NbcX2::_ZLC::O_Xolvn6T::E # Subtest: qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 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 27 - qj7BREqbmPFBdRhyly::LjK6JpkbjoTW::7Sxlh0 # Subtest: ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j 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 28 - ScnX::mXot::2DzL_JLjisB7z9c1uH2a::VwRv6ttlgzQ9j # Subtest: U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 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 29 - U6_tPDAoijkk1gtBluV::DEz7wbW_2Wu9k::qhlUd::A7J9Hz7x0ZF1 ok 1 - Set ==> _6pUffL::D 1..1 ok 2 - force = 1 ok 9 - ignores_type = 1000 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 9 - license = perl # Subtest: license = agpl3 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..2 # Subtest: force = 0 # Subtest: Set ==> av::3BCts8McTPJ 1..41 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - av::3BCts8McTPJ ok 4 - B53::VJibzNYy0X5z_4HumZpl ok 5 - Cg ok 6 - cUCf584q6 ok 7 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb ok 8 - e ok 9 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo ok 10 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv ok 11 - IsJme::CiGHFTmIohwqvKr ok 12 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU ok 13 - LE::QxiXxQs4KDsb ok 14 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 ok 15 - Og9hMw8Uyc9cCmIln::x ok 16 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx ok 17 - P2g990n2lZk ok 18 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW ok 19 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 ok 20 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M ok 21 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg ok 22 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 23 - Footer ok 24 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - av::3BCts8McTPJ ok 5 - B53::VJibzNYy0X5z_4HumZpl ok 6 - Cg ok 7 - cUCf584q6 ok 8 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb ok 9 - e ok 10 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo ok 11 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv ok 12 - IsJme::CiGHFTmIohwqvKr ok 13 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU ok 14 - LE::QxiXxQs4KDsb ok 15 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 ok 16 - Og9hMw8Uyc9cCmIln::x ok 17 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx ok 18 - P2g990n2lZk ok 19 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW ok 20 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 ok 21 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M ok 22 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg ok 23 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 24 - Footer ok 25 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: av::3BCts8McTPJ 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 - av::3BCts8McTPJ # Subtest: B53::VJibzNYy0X5z_4HumZpl 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 - B53::VJibzNYy0X5z_4HumZpl # Subtest: Cg 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 24 - Cg # Subtest: cUCf584q6 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 25 - cUCf584q6 # Subtest: DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb 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 26 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb # Subtest: e 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 27 - e # Subtest: FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo 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 28 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo # Subtest: H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv 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 29 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv # Subtest: IsJme::CiGHFTmIohwqvKr 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 30 - IsJme::CiGHFTmIohwqvKr # Subtest: Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU 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 31 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU # Subtest: LE::QxiXxQs4KDsb 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 32 - LE::QxiXxQs4KDsb # Subtest: LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 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 33 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 # Subtest: Og9hMw8Uyc9cCmIln::x 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 34 - Og9hMw8Uyc9cCmIln::x # Subtest: p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx 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 35 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx # Subtest: P2g990n2lZk 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 36 - P2g990n2lZk # Subtest: p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW 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 37 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW # Subtest: tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 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 38 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 # Subtest: UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M 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 39 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M # Subtest: XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg 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 40 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg # Subtest: YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha 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 41 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 1 - Set ==> av::3BCts8McTPJ 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> av::3BCts8McTPJ 1..41 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - av::3BCts8McTPJ ok 4 - B53::VJibzNYy0X5z_4HumZpl ok 5 - Cg ok 6 - cUCf584q6 ok 7 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb ok 8 - e ok 9 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo ok 10 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv ok 11 - IsJme::CiGHFTmIohwqvKr ok 12 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU ok 13 - LE::QxiXxQs4KDsb ok 14 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 ok 15 - Og9hMw8Uyc9cCmIln::x ok 16 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx ok 17 - P2g990n2lZk ok 18 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW ok 19 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 ok 20 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M ok 21 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg ok 22 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 23 - Footer ok 24 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - av::3BCts8McTPJ ok 5 - B53::VJibzNYy0X5z_4HumZpl ok 6 - Cg ok 7 - cUCf584q6 ok 8 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb ok 9 - e ok 10 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo ok 11 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv ok 12 - IsJme::CiGHFTmIohwqvKr ok 13 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU ok 14 - LE::QxiXxQs4KDsb ok 15 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 ok 16 - Og9hMw8Uyc9cCmIln::x ok 17 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx ok 18 - P2g990n2lZk ok 19 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW ok 20 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 ok 21 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M ok 22 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg ok 23 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 24 - Footer ok 25 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: av::3BCts8McTPJ 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 - av::3BCts8McTPJ # Subtest: B53::VJibzNYy0X5z_4HumZpl 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 - B53::VJibzNYy0X5z_4HumZpl # Subtest: Cg 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 24 - Cg # Subtest: cUCf584q6 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 25 - cUCf584q6 # Subtest: DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb 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 26 - DZ7elRBXtYSYARbAL::b9zcTLaUzQ_74FFb # Subtest: e 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 27 - e # Subtest: FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo 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 28 - FaHmwWufgHVCmaGA_::tSRhgj7CaN9w::HIyBZmg1Mo # Subtest: H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv 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 29 - H42wfDW::SpZniZqzuH1el::S4nFxnO::3Rv # Subtest: IsJme::CiGHFTmIohwqvKr 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 30 - IsJme::CiGHFTmIohwqvKr # Subtest: Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU 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 31 - Ks2c51eI3_EdRnr::kGwJIACpf::6BZaMo::C_rab4fCLB9C562JU # Subtest: LE::QxiXxQs4KDsb 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 32 - LE::QxiXxQs4KDsb # Subtest: LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 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 33 - LPgug5ei0d::RBSwWLCWo::u7zRu4Cx::IJL6::5PLTPv4yH3hQgU46 # Subtest: Og9hMw8Uyc9cCmIln::x 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 34 - Og9hMw8Uyc9cCmIln::x # Subtest: p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx 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 35 - p0::RdCLMwmP0HvzxHNGWu::sEj0l9_mZ1C3p105oaEQ::VU401::ALi4nx # Subtest: P2g990n2lZk 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 36 - P2g990n2lZk # Subtest: p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW 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 37 - p_g7RF8qhOutrHDPfpO::0ozGuLxF2fcry7tPJ_lQ::ZMPdXR4iRW # Subtest: tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 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 38 - tgm4NGVCX0l::um::qPb::pSXuhSNKa1eec::r9OGr_AXFiu2QysE5 # Subtest: UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M 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 39 - UMJcfdcgSzhOXDWSw::HN0d8GPv8eWKSG::3Kli8RdUIVZOG5M # Subtest: XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg 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 40 - XkJwUHsR16u1v9HH::NY5cIP0CRCVofxCTCg # Subtest: YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha 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 41 - YNikZli_sSg_l0::KW7ZIuj1::4r6sAZwvi5WF::e1sazlk4m0Bsha ok 1 - Set ==> av::3BCts8McTPJ 1..1 ok 2 - force = 1 ok 6 - ignores_type = 0101 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez ok 4 - DkfDg::Obpjv7e5meeUImUHV0uX ok 5 - iKKD4i ok 6 - laphTVmFiatiEEA34E1y::h ok 7 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s ok 8 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i ok 9 - nG::GrbA4lmFhRtc::bH ok 10 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q ok 11 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu ok 12 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 ok 13 - Px_UUj74::_gZaSa4IeK::1T8n ok 14 - qGLVhEqnhNEq8q90HtB ok 15 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez ok 5 - DkfDg::Obpjv7e5meeUImUHV0uX ok 6 - iKKD4i ok 7 - laphTVmFiatiEEA34E1y::h ok 8 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s ok 9 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i ok 10 - nG::GrbA4lmFhRtc::bH ok 11 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q ok 12 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu ok 13 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 ok 14 - Px_UUj74::_gZaSa4IeK::1T8n ok 15 - qGLVhEqnhNEq8q90HtB ok 16 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 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 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez # Subtest: DkfDg::Obpjv7e5meeUImUHV0uX 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 - DkfDg::Obpjv7e5meeUImUHV0uX # Subtest: iKKD4i 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 24 - iKKD4i # Subtest: laphTVmFiatiEEA34E1y::h 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 25 - laphTVmFiatiEEA34E1y::h # Subtest: m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s 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 26 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s # Subtest: mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i 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 27 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i # Subtest: nG::GrbA4lmFhRtc::bH 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 28 - nG::GrbA4lmFhRtc::bH # Subtest: NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q 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 29 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q # Subtest: p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu 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 30 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu # Subtest: pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 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 31 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 # Subtest: Px_UUj74::_gZaSa4IeK::1T8n 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 32 - Px_UUj74::_gZaSa4IeK::1T8n # Subtest: qGLVhEqnhNEq8q90HtB 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 33 - qGLVhEqnhNEq8q90HtB # Subtest: v9KPUZGKrRWvqZ19rtv::OY2cD 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 34 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 1 - Set ==> AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 1..34 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez ok 4 - DkfDg::Obpjv7e5meeUImUHV0uX ok 5 - iKKD4i ok 6 - laphTVmFiatiEEA34E1y::h ok 7 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s ok 8 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i ok 9 - nG::GrbA4lmFhRtc::bH ok 10 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q ok 11 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu ok 12 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 ok 13 - Px_UUj74::_gZaSa4IeK::1T8n ok 14 - qGLVhEqnhNEq8q90HtB ok 15 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez ok 5 - DkfDg::Obpjv7e5meeUImUHV0uX ok 6 - iKKD4i ok 7 - laphTVmFiatiEEA34E1y::h ok 8 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s ok 9 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i ok 10 - nG::GrbA4lmFhRtc::bH ok 11 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q ok 12 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu ok 13 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 ok 14 - Px_UUj74::_gZaSa4IeK::1T8n ok 15 - qGLVhEqnhNEq8q90HtB ok 16 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 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 - AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez # Subtest: DkfDg::Obpjv7e5meeUImUHV0uX 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 - DkfDg::Obpjv7e5meeUImUHV0uX # Subtest: iKKD4i 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 24 - iKKD4i # Subtest: laphTVmFiatiEEA34E1y::h 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 25 - laphTVmFiatiEEA34E1y::h # Subtest: m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s 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 26 - m25WIZl0T::axXfQrs::aLpJCezODCs2SQ7VAMPo::eOXpsiB3z8::s # Subtest: mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i 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 27 - mK7iB0XjqzeiTvPjYxH::7yP_P60::KN100i # Subtest: nG::GrbA4lmFhRtc::bH 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 28 - nG::GrbA4lmFhRtc::bH # Subtest: NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q 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 29 - NyCnAZ3sDkB::EypencXYdIBUCnYwXAI8::7::0dXuHoY7nzN::04XrPzJ8w4Usx9q # Subtest: p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu 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 30 - p_1::_36ZuAKmIo89O5R0::Fu1DdcVsFezEOBE0b_M::gZ::wRbPEr2WsymNeu # Subtest: pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 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 31 - pn4yEf8pQVWqUd0oz::PNyVnmfRsWAjSIAFlHO2 # Subtest: Px_UUj74::_gZaSa4IeK::1T8n 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 32 - Px_UUj74::_gZaSa4IeK::1T8n # Subtest: qGLVhEqnhNEq8q90HtB 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 33 - qGLVhEqnhNEq8q90HtB # Subtest: v9KPUZGKrRWvqZ19rtv::OY2cD 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 34 - v9KPUZGKrRWvqZ19rtv::OY2cD ok 1 - Set ==> AWr7a58w2N::mXd9PxY4ed::_u2Ll4GlAxYESiTl7ez 1..1 ok 2 - force = 1 ok 7 - ignores_type = 0110 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 10 - license = agpl3 # Subtest: license = gpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 11 - license = gpl3 # Subtest: license = qpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 1..32 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p ok 4 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 ok 5 - nbryWNLJeSp9t5Kdl2g ok 6 - QAJ1knlAp3K::4n9BB16UGNk1 ok 7 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 ok 8 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY ok 9 - sI9BFf ok 10 - ttGCJeGRS ok 11 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c ok 12 - UllG2 ok 13 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 14 - Footer ok 15 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p ok 5 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 ok 6 - nbryWNLJeSp9t5Kdl2g ok 7 - QAJ1knlAp3K::4n9BB16UGNk1 ok 8 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 ok 9 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY ok 10 - sI9BFf ok 11 - ttGCJeGRS ok 12 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c ok 13 - UllG2 ok 14 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 15 - Footer ok 16 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 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 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p # Subtest: j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 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 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 # Subtest: nbryWNLJeSp9t5Kdl2g 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 24 - nbryWNLJeSp9t5Kdl2g # Subtest: QAJ1knlAp3K::4n9BB16UGNk1 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 25 - QAJ1knlAp3K::4n9BB16UGNk1 # Subtest: RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 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 26 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 # Subtest: SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY 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 27 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY # Subtest: sI9BFf 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 28 - sI9BFf # Subtest: ttGCJeGRS 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 29 - ttGCJeGRS # Subtest: u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c 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 30 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c # Subtest: UllG2 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 31 - UllG2 # Subtest: xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny 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 32 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 1 - Set ==> C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 1..32 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p ok 4 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 ok 5 - nbryWNLJeSp9t5Kdl2g ok 6 - QAJ1knlAp3K::4n9BB16UGNk1 ok 7 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 ok 8 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY ok 9 - sI9BFf ok 10 - ttGCJeGRS ok 11 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c ok 12 - UllG2 ok 13 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 14 - Footer ok 15 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p ok 5 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 ok 6 - nbryWNLJeSp9t5Kdl2g ok 7 - QAJ1knlAp3K::4n9BB16UGNk1 ok 8 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 ok 9 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY ok 10 - sI9BFf ok 11 - ttGCJeGRS ok 12 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c ok 13 - UllG2 ok 14 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 15 - Footer ok 16 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 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 - C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p # Subtest: j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 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 - j8oyJr3LyGiWkf6::5j::m7solKg0Ct2GlVbg6::DmjO7k1g_LLio::WzVrWGtEZZFr8 # Subtest: nbryWNLJeSp9t5Kdl2g 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 24 - nbryWNLJeSp9t5Kdl2g # Subtest: QAJ1knlAp3K::4n9BB16UGNk1 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 25 - QAJ1knlAp3K::4n9BB16UGNk1 # Subtest: RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 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 26 - RsYWOWh0ns::3k::BQ3tCfE8::gp3V_bj::JHmaM_mlukzf0ziZN4 # Subtest: SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY 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 27 - SHYcfh4Pl::9AYE1kIhU2FCgMhJTqxY # Subtest: sI9BFf 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 28 - sI9BFf # Subtest: ttGCJeGRS 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 29 - ttGCJeGRS # Subtest: u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c 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 30 - u_aKhNj6::Nk8Tmt9LDfR6flq1Ck::V::c91G4WjyrOp::3KEiIGOrzL8ytF1c # Subtest: UllG2 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 31 - UllG2 # Subtest: xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny 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 32 - xvvdgBhlTk5e4V::DtkIX3Nfjli9Yoy1U7eh::Guv6EYticGH2ny ok 1 - Set ==> C::ZMSjcvaL70qH::hrqZd1r::MJaqy5QAkRoQAPpi3h74::Q8_KzabDP0dw2omoHi_p 1..1 ok 2 - force = 1 ok 8 - ignores_type = 0111 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 12 - license = qpl # Subtest: license = mozilla2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..2 # Subtest: force = 0 # Subtest: Set ==> aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 1..38 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 ok 4 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz ok 5 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X ok 6 - ENrqYMUkQBBUyW::v7uTXQPtbBJb ok 7 - kCxduTEl::x7E9gh ok 8 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n ok 9 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 ok 10 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy ok 11 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl ok 12 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB ok 13 - t::vX01Rgdl3vtavM2aU::CQWRT ok 14 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp ok 15 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt ok 16 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY ok 17 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa ok 18 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz ok 19 - zSeg8J5aDtunA0 ok 20 - Footer ok 21 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 ok 5 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz ok 6 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X ok 7 - ENrqYMUkQBBUyW::v7uTXQPtbBJb ok 8 - kCxduTEl::x7E9gh ok 9 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n ok 10 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 ok 11 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy ok 12 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl ok 13 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB ok 14 - t::vX01Rgdl3vtavM2aU::CQWRT ok 15 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp ok 16 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt ok 17 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY ok 18 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa ok 19 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz ok 20 - zSeg8J5aDtunA0 ok 21 - Footer ok 22 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 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 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 # Subtest: BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz 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 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz # Subtest: DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X 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 24 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X # Subtest: ENrqYMUkQBBUyW::v7uTXQPtbBJb 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 25 - ENrqYMUkQBBUyW::v7uTXQPtbBJb # Subtest: kCxduTEl::x7E9gh 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 26 - kCxduTEl::x7E9gh # Subtest: mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n 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 27 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n # Subtest: nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 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 28 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 # Subtest: PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy 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 29 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy # Subtest: qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl 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 30 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl # Subtest: R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB 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 31 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB # Subtest: t::vX01Rgdl3vtavM2aU::CQWRT 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 32 - t::vX01Rgdl3vtavM2aU::CQWRT # Subtest: th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp 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 33 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp # Subtest: u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt 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 34 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt # Subtest: ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY 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 35 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY # Subtest: Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa 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 36 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa # Subtest: ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz 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 37 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz # Subtest: zSeg8J5aDtunA0 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 38 - zSeg8J5aDtunA0 ok 1 - Set ==> aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 1..38 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 ok 4 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz ok 5 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X ok 6 - ENrqYMUkQBBUyW::v7uTXQPtbBJb ok 7 - kCxduTEl::x7E9gh ok 8 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n ok 9 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 ok 10 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy ok 11 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl ok 12 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB ok 13 - t::vX01Rgdl3vtavM2aU::CQWRT ok 14 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp ok 15 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt ok 16 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY ok 17 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa ok 18 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz ok 19 - zSeg8J5aDtunA0 ok 20 - Footer ok 21 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 ok 5 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz ok 6 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X ok 7 - ENrqYMUkQBBUyW::v7uTXQPtbBJb ok 8 - kCxduTEl::x7E9gh ok 9 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n ok 10 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 ok 11 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy ok 12 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl ok 13 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB ok 14 - t::vX01Rgdl3vtavM2aU::CQWRT ok 15 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp ok 16 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt ok 17 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY ok 18 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa ok 19 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz ok 20 - zSeg8J5aDtunA0 ok 21 - Footer ok 22 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 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 - aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 # Subtest: BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz 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 - BWoJM6qzRTDoJ9Sjvw::sXqcHl1vTzRb3mSHM1Z::_2hGn6yz # Subtest: DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X 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 24 - DRLIkoEd0Vn::WptiNlya9mbx6mh9::skErlDLFzZVUJBcMoQqS::d1qeEC30X # Subtest: ENrqYMUkQBBUyW::v7uTXQPtbBJb 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 25 - ENrqYMUkQBBUyW::v7uTXQPtbBJb # Subtest: kCxduTEl::x7E9gh 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 26 - kCxduTEl::x7E9gh # Subtest: mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n 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 27 - mJihkXC0G5::rc0Jd::g9EhTfNBKE_Jt::0::n # Subtest: nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 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 28 - nlHqKg872M982::PROSEwv::Y::YzNI2cMzASdc55mSvl9 # Subtest: PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy 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 29 - PU4DS3JIPVj::MjDqfiR::WSmznFGU5qjpA::kVGpBELA682O_Y8::gPuhEZSMbpzN6s3GhPy # Subtest: qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl 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 30 - qf::IGozyIHnTKLm::k_Vz8Le2QRI7xhGzMwW3::2394HpaeXx2cEFl # Subtest: R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB 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 31 - R1VdvxcCbLJhx::8Ac4JnUB3voT3l::PiSo2mmf2E9TZBSK4qB # Subtest: t::vX01Rgdl3vtavM2aU::CQWRT 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 32 - t::vX01Rgdl3vtavM2aU::CQWRT # Subtest: th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp 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 33 - th::L::LBRzJRZgNZiLM9AP0b::_gjV5t2VnsPJ7NsFXyY::Gp # Subtest: u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt 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 34 - u6sbMSMv9jXfX7aR::_kj3zeiYe8X9QsE43::gx_D2m0cshfcwYzuFt # Subtest: ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY 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 35 - ueRVR1AKrRM5WLTg::3MsKMr::0AuYa1slzzeH3idY # Subtest: Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa 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 36 - Vmp3DX5r_4QB0zmfZ::DxXhO1tq2K::5CQq4::gsOOBOMmksOk0hbaDa # Subtest: ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz 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 37 - ypjhIEuabPlGD_wqmC::NLzAfTDy::LwroOCxuL_szDf7::wHz # Subtest: zSeg8J5aDtunA0 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 38 - zSeg8J5aDtunA0 ok 1 - Set ==> aOiAxSp::ZLrR7pfDbzyy::T7E3z_JkXjJz2rhq::sMViN2cEaf::jK25Zhaul2 1..1 ok 2 - force = 1 ok 15 - ignores_type = 1110 # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 13 - license = mozilla2 # Subtest: license = freebsd 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..2 # Subtest: force = 0 # Subtest: Set ==> dDCQJdK2yohPqFvouJS::K96 1..31 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - dDCQJdK2yohPqFvouJS::K96 ok 4 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE ok 5 - Hop4ZtlhM1JpfblX::gKy5vt ok 6 - m9p::xydm92K::NFuz1AA7mGuWBzk ok 7 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H ok 8 - oybtJoJyxUjPdnsxp::4qps6 ok 9 - RgI4pPbfo0_DkiPF2I ok 10 - XJ1Ea5jch ok 11 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ ok 12 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - dDCQJdK2yohPqFvouJS::K96 ok 5 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE ok 6 - Hop4ZtlhM1JpfblX::gKy5vt ok 7 - m9p::xydm92K::NFuz1AA7mGuWBzk ok 8 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H ok 9 - oybtJoJyxUjPdnsxp::4qps6 ok 10 - RgI4pPbfo0_DkiPF2I ok 11 - XJ1Ea5jch ok 12 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ ok 13 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: dDCQJdK2yohPqFvouJS::K96 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 - dDCQJdK2yohPqFvouJS::K96 # Subtest: gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE 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 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE # Subtest: Hop4ZtlhM1JpfblX::gKy5vt 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 24 - Hop4ZtlhM1JpfblX::gKy5vt # Subtest: m9p::xydm92K::NFuz1AA7mGuWBzk 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 25 - m9p::xydm92K::NFuz1AA7mGuWBzk # Subtest: MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H 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 26 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H # Subtest: oybtJoJyxUjPdnsxp::4qps6 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 27 - oybtJoJyxUjPdnsxp::4qps6 # Subtest: RgI4pPbfo0_DkiPF2I 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 28 - RgI4pPbfo0_DkiPF2I # Subtest: XJ1Ea5jch 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 29 - XJ1Ea5jch # Subtest: XJ5sreShOh::Q702McFKZGSbIxDlkDJ 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 30 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ # Subtest: y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA 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 31 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 1 - Set ==> dDCQJdK2yohPqFvouJS::K96 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> dDCQJdK2yohPqFvouJS::K96 1..31 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - dDCQJdK2yohPqFvouJS::K96 ok 4 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE ok 5 - Hop4ZtlhM1JpfblX::gKy5vt ok 6 - m9p::xydm92K::NFuz1AA7mGuWBzk ok 7 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H ok 8 - oybtJoJyxUjPdnsxp::4qps6 ok 9 - RgI4pPbfo0_DkiPF2I ok 10 - XJ1Ea5jch ok 11 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ ok 12 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - dDCQJdK2yohPqFvouJS::K96 ok 5 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE ok 6 - Hop4ZtlhM1JpfblX::gKy5vt ok 7 - m9p::xydm92K::NFuz1AA7mGuWBzk ok 8 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H ok 9 - oybtJoJyxUjPdnsxp::4qps6 ok 10 - RgI4pPbfo0_DkiPF2I ok 11 - XJ1Ea5jch ok 12 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ ok 13 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: dDCQJdK2yohPqFvouJS::K96 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 - dDCQJdK2yohPqFvouJS::K96 # Subtest: gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE 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 - gEe1nqh::LbmDo::C::bZufAz7Hek5pg5G4b4::utUQnssG7Mw4ZTTtE # Subtest: Hop4ZtlhM1JpfblX::gKy5vt 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 24 - Hop4ZtlhM1JpfblX::gKy5vt # Subtest: m9p::xydm92K::NFuz1AA7mGuWBzk 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 25 - m9p::xydm92K::NFuz1AA7mGuWBzk # Subtest: MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H 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 26 - MMAwZdEhYyoP_7::EfbBh0qPG::shXEhGLHBFbALPNvFDb::fN91Tvb8SvfNJvG4Q8H # Subtest: oybtJoJyxUjPdnsxp::4qps6 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 27 - oybtJoJyxUjPdnsxp::4qps6 # Subtest: RgI4pPbfo0_DkiPF2I 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 28 - RgI4pPbfo0_DkiPF2I # Subtest: XJ1Ea5jch 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 29 - XJ1Ea5jch # Subtest: XJ5sreShOh::Q702McFKZGSbIxDlkDJ 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 30 - XJ5sreShOh::Q702McFKZGSbIxDlkDJ # Subtest: y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA 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 31 - y::ePMxWW1em8h6q3::7TRP0O::W9wphbgm0ZwFqenE::HbwyE6D_zj_VigSA ok 1 - Set ==> dDCQJdK2yohPqFvouJS::K96 1..1 ok 2 - force = 1 ok 6 - ignores_type = 0101 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..2 # Subtest: force = 0 # Subtest: Set ==> _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 1..41 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 ok 4 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY ok 5 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW ok 6 - dn::HrQ6P6IMUT3L0N::vmSoK_U ok 7 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW ok 8 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ ok 9 - I05dliASw__MkToFx_ ok 10 - jVUjKzBVfA::8Axl::kWH ok 11 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI ok 12 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw ok 13 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc ok 14 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg ok 15 - PRTd9uKDpm3 ok 16 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 ok 17 - tG::ZwYJd7AVswO8BLyxJVt ok 18 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj ok 19 - xkseqQiX6nyIy8tyfruc::eQMZuAbU ok 20 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa ok 21 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp ok 22 - Yoykoh2WrGO4WoaLO::fPp ok 23 - Footer ok 24 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 ok 5 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY ok 6 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW ok 7 - dn::HrQ6P6IMUT3L0N::vmSoK_U ok 8 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW ok 9 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ ok 10 - I05dliASw__MkToFx_ ok 11 - jVUjKzBVfA::8Axl::kWH ok 12 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI ok 13 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw ok 14 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc ok 15 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg ok 16 - PRTd9uKDpm3 ok 17 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 ok 18 - tG::ZwYJd7AVswO8BLyxJVt ok 19 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj ok 20 - xkseqQiX6nyIy8tyfruc::eQMZuAbU ok 21 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa ok 22 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp ok 23 - Yoykoh2WrGO4WoaLO::fPp ok 24 - Footer ok 25 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 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 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 # Subtest: CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY 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 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY # Subtest: dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW 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 24 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW # Subtest: dn::HrQ6P6IMUT3L0N::vmSoK_U 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 25 - dn::HrQ6P6IMUT3L0N::vmSoK_U # Subtest: eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW 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 26 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW # Subtest: gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ 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 27 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ # Subtest: I05dliASw__MkToFx_ 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 28 - I05dliASw__MkToFx_ # Subtest: jVUjKzBVfA::8Axl::kWH 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 29 - jVUjKzBVfA::8Axl::kWH # Subtest: K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI 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 30 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI # Subtest: KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw 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 31 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw # Subtest: kUHDyzSWgQYM::8XiokQ_FBZNPUQTc 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 32 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc # Subtest: NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg 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 33 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg # Subtest: PRTd9uKDpm3 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 34 - PRTd9uKDpm3 # Subtest: pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 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 35 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 # Subtest: tG::ZwYJd7AVswO8BLyxJVt 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 36 - tG::ZwYJd7AVswO8BLyxJVt # Subtest: tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj 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 37 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj # Subtest: xkseqQiX6nyIy8tyfruc::eQMZuAbU 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 38 - xkseqQiX6nyIy8tyfruc::eQMZuAbU # Subtest: YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa 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 39 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa # Subtest: ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp 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 40 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp # Subtest: Yoykoh2WrGO4WoaLO::fPp 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 41 - Yoykoh2WrGO4WoaLO::fPp ok 1 - Set ==> _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 1..41 ok 1 - Exists: README ok 2 - Exists: Changes ok 3 - Exists: MANIFEST.SKIP ok 4 - Exists: Build.PL ok 5 - Exists: t/00-load.t ok 6 - Exists: xt/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: 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 14 - Build.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 ok 4 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY ok 5 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW ok 6 - dn::HrQ6P6IMUT3L0N::vmSoK_U ok 7 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW ok 8 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ ok 9 - I05dliASw__MkToFx_ ok 10 - jVUjKzBVfA::8Axl::kWH ok 11 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI ok 12 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw ok 13 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc ok 14 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg ok 15 - PRTd9uKDpm3 ok 16 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 ok 17 - tG::ZwYJd7AVswO8BLyxJVt ok 18 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj ok 19 - xkseqQiX6nyIy8tyfruc::eQMZuAbU ok 20 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa ok 21 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp ok 22 - Yoykoh2WrGO4WoaLO::fPp ok 23 - Footer ok 24 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 ok 5 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY ok 6 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW ok 7 - dn::HrQ6P6IMUT3L0N::vmSoK_U ok 8 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW ok 9 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ ok 10 - I05dliASw__MkToFx_ ok 11 - jVUjKzBVfA::8Axl::kWH ok 12 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI ok 13 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw ok 14 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc ok 15 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg ok 16 - PRTd9uKDpm3 ok 17 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 ok 18 - tG::ZwYJd7AVswO8BLyxJVt ok 19 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj ok 20 - xkseqQiX6nyIy8tyfruc::eQMZuAbU ok 21 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa ok 22 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp ok 23 - Yoykoh2WrGO4WoaLO::fPp ok 24 - Footer ok 25 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 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 - _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 # Subtest: CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY 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 - CiaFNw::ROR4O::wXCB::cfDNKluXf::Lalr5W_hlpYLnR5NOqY # Subtest: dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW 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 24 - dfgKkFWOfAvS3sD::TVVD5::ytRnaGRnZ::nvXha2qG21FFyvk1q::sn3lrdTrKnlLx3tQ_xEW # Subtest: dn::HrQ6P6IMUT3L0N::vmSoK_U 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 25 - dn::HrQ6P6IMUT3L0N::vmSoK_U # Subtest: eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW 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 26 - eVuuZ8aQcD::7qHdHxLKIEjyb2L::s5k02JAz59omRzLh8XoW # Subtest: gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ 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 27 - gtKLkThkIP9l::bEemLQL6hsX::ogOP5EXklPzjaQ # Subtest: I05dliASw__MkToFx_ 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 28 - I05dliASw__MkToFx_ # Subtest: jVUjKzBVfA::8Axl::kWH 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 29 - jVUjKzBVfA::8Axl::kWH # Subtest: K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI 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 30 - K::gmbCum9Z9ICcF::nCp1giHWnu::GAvgtkaRdLmHnI # Subtest: KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw 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 31 - KlBktpB62num0::i3D_j7RUvX7mJO::mYXFjF7nPsXw # Subtest: kUHDyzSWgQYM::8XiokQ_FBZNPUQTc 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 32 - kUHDyzSWgQYM::8XiokQ_FBZNPUQTc # Subtest: NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg 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 33 - NWbFb2vF::oZ9UqCdGHIRYiV::6ppRZCtv9hVg # Subtest: PRTd9uKDpm3 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 34 - PRTd9uKDpm3 # Subtest: pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 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 35 - pZNqy4fvtjiNHUwe::ZkaiTGck5f51O::mv0 # Subtest: tG::ZwYJd7AVswO8BLyxJVt 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 36 - tG::ZwYJd7AVswO8BLyxJVt # Subtest: tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj 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 37 - tLQVwOESLM7PzXHB6ff::FaCXFDCYNUnC68t::EKSCzWH_DujTBXrxP::BCLp_L5A5xj # Subtest: xkseqQiX6nyIy8tyfruc::eQMZuAbU 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 38 - xkseqQiX6nyIy8tyfruc::eQMZuAbU # Subtest: YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa 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 39 - YBdNkiiXo::IU::ci::gwARFbRGEa_IhvmS1bk::0NCoxtA2KAfUpeYlcZxa # Subtest: ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp 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 40 - ydNbfnXVooZoYvP9W::urVW5FASN::H75DzM6tvJTtKp # Subtest: Yoykoh2WrGO4WoaLO::fPp 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 41 - Yoykoh2WrGO4WoaLO::fPp ok 1 - Set ==> _4B::mVGZG_46bKwoUD3::P6U::TS044tpqe::fK98cdAPA1cnxZk5 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 14 - license = freebsd # Subtest: license = cc0 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 15 - license = cc0 # Subtest: license = mit 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 16 - license = mit ok 4 - builder = Module::Build # Subtest: builder = Module::Install 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..2 # Subtest: force = 0 # Subtest: Set ==> a6T79WZFaRY 1..40 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a6T79WZFaRY ok 4 - ABVkH6z1LX8I::MqcFCFv1chn8pp ok 5 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ ok 6 - Arzc2OwC ok 7 - bDrIa9nKz4MuES5S ok 8 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY ok 9 - cGGlk ok 10 - FkfQbk9RcRdtz::4mI_sNXir ok 11 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m ok 12 - HESo19E_n::Vo4S ok 13 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F ok 14 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv ok 15 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB ok 16 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt ok 17 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX ok 18 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 ok 19 - v6TmNH ok 20 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe ok 21 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 22 - Footer ok 23 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a6T79WZFaRY ok 5 - ABVkH6z1LX8I::MqcFCFv1chn8pp ok 6 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ ok 7 - Arzc2OwC ok 8 - bDrIa9nKz4MuES5S ok 9 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY ok 10 - cGGlk ok 11 - FkfQbk9RcRdtz::4mI_sNXir ok 12 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m ok 13 - HESo19E_n::Vo4S ok 14 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F ok 15 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv ok 16 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB ok 17 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt ok 18 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX ok 19 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 ok 20 - v6TmNH ok 21 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe ok 22 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 23 - Footer ok 24 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: a6T79WZFaRY 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 - a6T79WZFaRY # Subtest: ABVkH6z1LX8I::MqcFCFv1chn8pp 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 - ABVkH6z1LX8I::MqcFCFv1chn8pp # Subtest: AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ 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 24 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ # Subtest: Arzc2OwC 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 25 - Arzc2OwC # Subtest: bDrIa9nKz4MuES5S 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 26 - bDrIa9nKz4MuES5S # Subtest: bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY 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 27 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY # Subtest: cGGlk 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 28 - cGGlk # Subtest: FkfQbk9RcRdtz::4mI_sNXir 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 29 - FkfQbk9RcRdtz::4mI_sNXir # Subtest: GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m 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 30 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m # Subtest: HESo19E_n::Vo4S 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 31 - HESo19E_n::Vo4S # Subtest: nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F 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 32 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F # Subtest: o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv 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 33 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv # Subtest: ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB 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 34 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB # Subtest: QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt 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 35 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt # Subtest: rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX 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 36 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX # Subtest: SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 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 37 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 # Subtest: v6TmNH 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 38 - v6TmNH # Subtest: WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe 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 39 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe # Subtest: zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK 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 40 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 1 - Set ==> a6T79WZFaRY 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> a6T79WZFaRY 1..40 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a6T79WZFaRY ok 4 - ABVkH6z1LX8I::MqcFCFv1chn8pp ok 5 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ ok 6 - Arzc2OwC ok 7 - bDrIa9nKz4MuES5S ok 8 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY ok 9 - cGGlk ok 10 - FkfQbk9RcRdtz::4mI_sNXir ok 11 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m ok 12 - HESo19E_n::Vo4S ok 13 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F ok 14 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv ok 15 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB ok 16 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt ok 17 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX ok 18 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 ok 19 - v6TmNH ok 20 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe ok 21 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 22 - Footer ok 23 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a6T79WZFaRY ok 5 - ABVkH6z1LX8I::MqcFCFv1chn8pp ok 6 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ ok 7 - Arzc2OwC ok 8 - bDrIa9nKz4MuES5S ok 9 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY ok 10 - cGGlk ok 11 - FkfQbk9RcRdtz::4mI_sNXir ok 12 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m ok 13 - HESo19E_n::Vo4S ok 14 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F ok 15 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv ok 16 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB ok 17 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt ok 18 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX ok 19 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 ok 20 - v6TmNH ok 21 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe ok 22 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 23 - Footer ok 24 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: a6T79WZFaRY 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 - a6T79WZFaRY # Subtest: ABVkH6z1LX8I::MqcFCFv1chn8pp 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 - ABVkH6z1LX8I::MqcFCFv1chn8pp # Subtest: AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ 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 24 - AqprO0FSBT::bKoYrlXOXDKcbnw33EVD::O3_::o6mcCtE6HQ # Subtest: Arzc2OwC 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 25 - Arzc2OwC # Subtest: bDrIa9nKz4MuES5S 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 26 - bDrIa9nKz4MuES5S # Subtest: bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY 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 27 - bEB_r6pGPTGOgn1::QEPBVr_bn2t8k::_EuH4IEq::Wk66g_V611Tq2o::mtilwIV2Y6lvmWGVjY # Subtest: cGGlk 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 28 - cGGlk # Subtest: FkfQbk9RcRdtz::4mI_sNXir 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 29 - FkfQbk9RcRdtz::4mI_sNXir # Subtest: GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m 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 30 - GglHOeHpe65F::0p8550r52nzME0lbz::1yDjkFXvDhGc4m # Subtest: HESo19E_n::Vo4S 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 31 - HESo19E_n::Vo4S # Subtest: nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F 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 32 - nFeWAGdlNES_4::cIPg5Vgsj::d::bmJcoDK::dW7F # Subtest: o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv 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 33 - o4::pjGtfneaPQQB2DpGi::PMGQvoXD::9Bfz7Q1fKv # Subtest: ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB 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 34 - ozVMS2tcpfyjuYjUuUY::_::5tdwZlTB # Subtest: QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt 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 35 - QDuzcvElhjTd::Ajf2::g9z1xjuEcWy6kyt # Subtest: rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX 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 36 - rRYohAabEgh78OK::VT::OoNYl25iB2::TNtX # Subtest: SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 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 37 - SrTzp8qh194uTHCnb::rdY8bukn1ttB77jQe::woXm3HqP5hXV_Jbf0::a4BP4R36EM::5IpfOZl0 # Subtest: v6TmNH 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 38 - v6TmNH # Subtest: WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe 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 39 - WVMFXmrKtVX7B0r83::_8umF5::V1watkWOwB::fGbhe # Subtest: zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK 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 40 - zRsFEm3lRnV::I9FUMu0p3k1qO::7::M9CwbbFCi6U9u0IgYK ok 1 - Set ==> a6T79WZFaRY 1..1 ok 2 - force = 1 ok 5 - ignores_type = 0100 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 1 - license = apache # Subtest: license = mozilla 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 2 - license = mozilla # Subtest: license = artistic 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 3 - license = artistic # Subtest: license = lgpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..2 # Subtest: force = 0 # Subtest: Set ==> DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 1..31 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 ok 4 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG ok 5 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP ok 6 - j6whm9URiyQNKk::jteBRZr ok 7 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd ok 8 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V ok 9 - V7RfzFjYDb1Z::fB2er3 ok 10 - Vdua6ERp7YlU838X::H3Pr2SS0NX ok 11 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 ok 12 - z::ceZ ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 ok 5 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG ok 6 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP ok 7 - j6whm9URiyQNKk::jteBRZr ok 8 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd ok 9 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V ok 10 - V7RfzFjYDb1Z::fB2er3 ok 11 - Vdua6ERp7YlU838X::H3Pr2SS0NX ok 12 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 ok 13 - z::ceZ ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 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 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 # Subtest: eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG 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 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG # Subtest: ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP 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 24 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP # Subtest: j6whm9URiyQNKk::jteBRZr 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 25 - j6whm9URiyQNKk::jteBRZr # Subtest: Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd 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 26 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd # Subtest: TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V 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 27 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V # Subtest: V7RfzFjYDb1Z::fB2er3 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 28 - V7RfzFjYDb1Z::fB2er3 # Subtest: Vdua6ERp7YlU838X::H3Pr2SS0NX 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 29 - Vdua6ERp7YlU838X::H3Pr2SS0NX # Subtest: yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 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 30 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 # Subtest: z::ceZ 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 31 - z::ceZ ok 1 - Set ==> DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 1..31 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 ok 4 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG ok 5 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP ok 6 - j6whm9URiyQNKk::jteBRZr ok 7 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd ok 8 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V ok 9 - V7RfzFjYDb1Z::fB2er3 ok 10 - Vdua6ERp7YlU838X::H3Pr2SS0NX ok 11 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 ok 12 - z::ceZ ok 13 - Footer ok 14 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 ok 5 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG ok 6 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP ok 7 - j6whm9URiyQNKk::jteBRZr ok 8 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd ok 9 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V ok 10 - V7RfzFjYDb1Z::fB2er3 ok 11 - Vdua6ERp7YlU838X::H3Pr2SS0NX ok 12 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 ok 13 - z::ceZ ok 14 - Footer ok 15 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 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 - DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 # Subtest: eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG 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 - eS_m0FaEgE0VEc1fg5Sw::c4kK1xZuL::xniD7qdLhjO8A9iG # Subtest: ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP 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 24 - ic0ygL5J::n0c13P0y5y96lhDE::gRrW2XnjT::etNZkpt::RA7SP # Subtest: j6whm9URiyQNKk::jteBRZr 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 25 - j6whm9URiyQNKk::jteBRZr # Subtest: Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd 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 26 - Lm7fQmiXE3W6AezvQ::v9YZ2tnU7::Yd # Subtest: TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V 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 27 - TZ::UxDwJPDK1MptcSA::ul6CIspMJN9::GULAUJI::YkD26XGsxyM3J8V # Subtest: V7RfzFjYDb1Z::fB2er3 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 28 - V7RfzFjYDb1Z::fB2er3 # Subtest: Vdua6ERp7YlU838X::H3Pr2SS0NX 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 29 - Vdua6ERp7YlU838X::H3Pr2SS0NX # Subtest: yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 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 30 - yCVQW5Uj::CZhV6LnubZvaI::RWety4iLj::c5fqy0 # Subtest: z::ceZ 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 31 - z::ceZ ok 1 - Set ==> DyQeovrHevdlpb1qV::eAkLf8TX::PplU9qv8Nx6m2Y5pf76 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 4 - license = lgpl3 # Subtest: license = lgpl 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..2 # Subtest: force = 0 # Subtest: Set ==> gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 1..22 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 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 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 1 - Set ==> gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 1..22 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 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 - gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn ok 1 - Set ==> gG::O3QbMVzhIMqj::Xmvqm4::wqY9WMYMQ13Lx7en7NJn 1..1 ok 2 - force = 1 ok 4 - ignores_type = 0011 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> bJu8fRKf::3Wb 1..27 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bJu8fRKf::3Wb ok 4 - jc ok 5 - mB0dhDpQX ok 6 - Ojxwapj36eQbPga5Bw ok 7 - owRUj7Nu5 ok 8 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 9 - Footer ok 10 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bJu8fRKf::3Wb ok 5 - jc ok 6 - mB0dhDpQX ok 7 - Ojxwapj36eQbPga5Bw ok 8 - owRUj7Nu5 ok 9 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 10 - Footer ok 11 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: bJu8fRKf::3Wb 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 - bJu8fRKf::3Wb # Subtest: jc 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 - jc # Subtest: mB0dhDpQX 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 24 - mB0dhDpQX # Subtest: Ojxwapj36eQbPga5Bw 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 25 - Ojxwapj36eQbPga5Bw # Subtest: owRUj7Nu5 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 26 - owRUj7Nu5 # Subtest: Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR 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 27 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 1 - Set ==> bJu8fRKf::3Wb 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> bJu8fRKf::3Wb 1..27 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bJu8fRKf::3Wb ok 4 - jc ok 5 - mB0dhDpQX ok 6 - Ojxwapj36eQbPga5Bw ok 7 - owRUj7Nu5 ok 8 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 9 - Footer ok 10 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bJu8fRKf::3Wb ok 5 - jc ok 6 - mB0dhDpQX ok 7 - Ojxwapj36eQbPga5Bw ok 8 - owRUj7Nu5 ok 9 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 10 - Footer ok 11 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: bJu8fRKf::3Wb 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 - bJu8fRKf::3Wb # Subtest: jc 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 - jc # Subtest: mB0dhDpQX 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 24 - mB0dhDpQX # Subtest: Ojxwapj36eQbPga5Bw 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 25 - Ojxwapj36eQbPga5Bw # Subtest: owRUj7Nu5 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 26 - owRUj7Nu5 # Subtest: Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR 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 27 - Ya::I3gaNHw5tm6::_nyUKJGjgO3d4kO::SsVqjRDR ok 1 - Set ==> bJu8fRKf::3Wb 1..1 ok 2 - force = 1 ok 3 - ignores_type = 0010 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> UhwWSkfdblIrLfG 1..22 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - UhwWSkfdblIrLfG ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - UhwWSkfdblIrLfG ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: UhwWSkfdblIrLfG 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 - UhwWSkfdblIrLfG ok 1 - Set ==> UhwWSkfdblIrLfG 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> UhwWSkfdblIrLfG 1..22 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..5 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - UhwWSkfdblIrLfG ok 4 - Footer ok 5 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - UhwWSkfdblIrLfG ok 5 - Footer ok 6 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: UhwWSkfdblIrLfG 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 - UhwWSkfdblIrLfG ok 1 - Set ==> UhwWSkfdblIrLfG 1..1 ok 2 - force = 1 ok 7 - ignores_type = 0110 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 5 - license = lgpl # Subtest: license = bsd 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..2 # Subtest: force = 0 # Subtest: Set ==> CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 1..35 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 ok 4 - cit96psmM8Tlm3::pdYKJ7Wj ok 5 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv ok 6 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB ok 7 - gM8NXhh7::VV6f5r ok 8 - mULKKGlNq ok 9 - q0::fW_RR ok 10 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc ok 11 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii ok 12 - sGP0OEj::oZkI3::Qc3zS ok 13 - sIS ok 14 - tu ok 15 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS ok 16 - ZX9LS::O3i ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 ok 5 - cit96psmM8Tlm3::pdYKJ7Wj ok 6 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv ok 7 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB ok 8 - gM8NXhh7::VV6f5r ok 9 - mULKKGlNq ok 10 - q0::fW_RR ok 11 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc ok 12 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii ok 13 - sGP0OEj::oZkI3::Qc3zS ok 14 - sIS ok 15 - tu ok 16 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS ok 17 - ZX9LS::O3i ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 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 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 # Subtest: cit96psmM8Tlm3::pdYKJ7Wj 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 - cit96psmM8Tlm3::pdYKJ7Wj # Subtest: djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv 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 24 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv # Subtest: ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB 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 25 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB # Subtest: gM8NXhh7::VV6f5r 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 26 - gM8NXhh7::VV6f5r # Subtest: mULKKGlNq 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 27 - mULKKGlNq # Subtest: q0::fW_RR 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 28 - q0::fW_RR # Subtest: qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc 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 29 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc # Subtest: r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii 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 30 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii # Subtest: sGP0OEj::oZkI3::Qc3zS 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 31 - sGP0OEj::oZkI3::Qc3zS # Subtest: sIS 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 32 - sIS # Subtest: tu 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 33 - tu # Subtest: vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS 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 34 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS # Subtest: ZX9LS::O3i 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 35 - ZX9LS::O3i ok 1 - Set ==> CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 1..35 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 ok 4 - cit96psmM8Tlm3::pdYKJ7Wj ok 5 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv ok 6 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB ok 7 - gM8NXhh7::VV6f5r ok 8 - mULKKGlNq ok 9 - q0::fW_RR ok 10 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc ok 11 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii ok 12 - sGP0OEj::oZkI3::Qc3zS ok 13 - sIS ok 14 - tu ok 15 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS ok 16 - ZX9LS::O3i ok 17 - Footer ok 18 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 ok 5 - cit96psmM8Tlm3::pdYKJ7Wj ok 6 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv ok 7 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB ok 8 - gM8NXhh7::VV6f5r ok 9 - mULKKGlNq ok 10 - q0::fW_RR ok 11 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc ok 12 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii ok 13 - sGP0OEj::oZkI3::Qc3zS ok 14 - sIS ok 15 - tu ok 16 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS ok 17 - ZX9LS::O3i ok 18 - Footer ok 19 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 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 - CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 # Subtest: cit96psmM8Tlm3::pdYKJ7Wj 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 - cit96psmM8Tlm3::pdYKJ7Wj # Subtest: djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv 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 24 - djYyOezKp7::qosq_28exGjvHX::OaFV33S5gv # Subtest: ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB 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 25 - ePP1uujg8IfVyvYk5F85::Jiq_PTO9Q9z5isXmOUKg::FMh0BeJ4J::ASGzLA2TOeZkvu8A::Dv3GoB # Subtest: gM8NXhh7::VV6f5r 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 26 - gM8NXhh7::VV6f5r # Subtest: mULKKGlNq 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 27 - mULKKGlNq # Subtest: q0::fW_RR 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 28 - q0::fW_RR # Subtest: qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc 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 29 - qv::V::6x3SwvciQNB1adNoB3A::NW51hgOIYplg1ZVc # Subtest: r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii 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 30 - r2qC5wivbputBZ8ZzIEc::6hBQfMiuUuiSNfp2bl::Ii # Subtest: sGP0OEj::oZkI3::Qc3zS 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 31 - sGP0OEj::oZkI3::Qc3zS # Subtest: sIS 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 32 - sIS # Subtest: tu 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 33 - tu # Subtest: vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS 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 34 - vVzRmsw4jCdYupNXy20p::Mrr2OIs3FBxG0NN::nAtjedO3L1P7LbS # Subtest: ZX9LS::O3i 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 35 - ZX9LS::O3i ok 1 - Set ==> CDGwm5hxt_eFXAjXuFV::dQnI0h9OvqRwipv86 1..1 ok 2 - force = 1 ok 5 - ignores_type = 0100 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> _5Wz::pWy7::ncb4QaSErML8q6NFx 1..34 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _5Wz::pWy7::ncb4QaSErML8q6NFx ok 4 - BAn2Cc0kIDTluny::cfu_o2jn61tH ok 5 - bO1kb0uvQgrnl8_2ZPS ok 6 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A ok 7 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 ok 8 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW ok 9 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ ok 10 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr ok 11 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR ok 12 - nWq4bKy_f9Mt9XkXn ok 13 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN ok 14 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q ok 15 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _5Wz::pWy7::ncb4QaSErML8q6NFx ok 5 - BAn2Cc0kIDTluny::cfu_o2jn61tH ok 6 - bO1kb0uvQgrnl8_2ZPS ok 7 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A ok 8 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 ok 9 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW ok 10 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ ok 11 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr ok 12 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR ok 13 - nWq4bKy_f9Mt9XkXn ok 14 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN ok 15 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q ok 16 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _5Wz::pWy7::ncb4QaSErML8q6NFx 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 - _5Wz::pWy7::ncb4QaSErML8q6NFx # Subtest: BAn2Cc0kIDTluny::cfu_o2jn61tH 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 - BAn2Cc0kIDTluny::cfu_o2jn61tH # Subtest: bO1kb0uvQgrnl8_2ZPS 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 24 - bO1kb0uvQgrnl8_2ZPS # Subtest: F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A 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 25 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A # Subtest: GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 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 26 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 # Subtest: ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW 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 27 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW # Subtest: lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ 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 28 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ # Subtest: lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr 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 29 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr # Subtest: Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR 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 30 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR # Subtest: nWq4bKy_f9Mt9XkXn 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 31 - nWq4bKy_f9Mt9XkXn # Subtest: u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN 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 32 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN # Subtest: W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q 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 33 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q # Subtest: W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM 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 34 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 1 - Set ==> _5Wz::pWy7::ncb4QaSErML8q6NFx 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _5Wz::pWy7::ncb4QaSErML8q6NFx 1..34 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _5Wz::pWy7::ncb4QaSErML8q6NFx ok 4 - BAn2Cc0kIDTluny::cfu_o2jn61tH ok 5 - bO1kb0uvQgrnl8_2ZPS ok 6 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A ok 7 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 ok 8 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW ok 9 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ ok 10 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr ok 11 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR ok 12 - nWq4bKy_f9Mt9XkXn ok 13 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN ok 14 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q ok 15 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 16 - Footer ok 17 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _5Wz::pWy7::ncb4QaSErML8q6NFx ok 5 - BAn2Cc0kIDTluny::cfu_o2jn61tH ok 6 - bO1kb0uvQgrnl8_2ZPS ok 7 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A ok 8 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 ok 9 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW ok 10 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ ok 11 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr ok 12 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR ok 13 - nWq4bKy_f9Mt9XkXn ok 14 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN ok 15 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q ok 16 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 17 - Footer ok 18 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _5Wz::pWy7::ncb4QaSErML8q6NFx 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 - _5Wz::pWy7::ncb4QaSErML8q6NFx # Subtest: BAn2Cc0kIDTluny::cfu_o2jn61tH 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 - BAn2Cc0kIDTluny::cfu_o2jn61tH # Subtest: bO1kb0uvQgrnl8_2ZPS 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 24 - bO1kb0uvQgrnl8_2ZPS # Subtest: F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A 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 25 - F5uQ_P::csiBhEmAfevbAIxz9m1::hF8A # Subtest: GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 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 26 - GodkhDP::BxXNJGzpmdY8C5A0::x_ZEiH5g::BzV::h2da4Q4 # Subtest: ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW 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 27 - ieRKW1wIYXNwwXqjBZje::pp5SVDGB2EghFv6p::2YBr_EzBGn19::AOl_ymIR::fKmW # Subtest: lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ 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 28 - lrAQi::ZzdSBpmTSkBjczU::37C6YSdG2qnFXt::SYzjjqBcv::OpSO7xGWcD9LZ # Subtest: lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr 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 29 - lVpvvo9CKoS_o1ye::_rJQWgF::4j::vhuwGnxEr # Subtest: Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR 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 30 - Mnm7IiFCgcVvkr83uK::taAmZxrP51SKR # Subtest: nWq4bKy_f9Mt9XkXn 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 31 - nWq4bKy_f9Mt9XkXn # Subtest: u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN 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 32 - u::ic2hyoSjcLVb3UfcQtyT::ebMvRt9F0OgsN # Subtest: W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q 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 33 - W4KPs86aSxLCIQfq::Cf6bA1eg::nmgT0ggQz5avzA1Q # Subtest: W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM 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 34 - W6j0Xs7yd8mXDOI::ZA290AK::diZegrU1d9zYvcoLObi3::cMWnZmI1fB::oe6mgpLT_WoM ok 1 - Set ==> _5Wz::pWy7::ncb4QaSErML8q6NFx 1..1 ok 2 - force = 1 ok 3 - ignores_type = 0010 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 6 - license = bsd # Subtest: license = gpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 7 - license = gpl # Subtest: license = artistic2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..2 # Subtest: force = 0 # Subtest: Set ==> et_Z308tc2ETD 1..27 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - et_Z308tc2ETD ok 4 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA ok 5 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA ok 6 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q ok 7 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM ok 8 - XWYym8LsOH ok 9 - Footer ok 10 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - et_Z308tc2ETD ok 5 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA ok 6 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA ok 7 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q ok 8 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM ok 9 - XWYym8LsOH ok 10 - Footer ok 11 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: et_Z308tc2ETD 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 - et_Z308tc2ETD # Subtest: P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA 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 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA # Subtest: P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA 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 24 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA # Subtest: q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q 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 25 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q # Subtest: V0643CcPr1::FZAyE::klxaUKHpKFpW7tM 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 26 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM # Subtest: XWYym8LsOH 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 27 - XWYym8LsOH ok 1 - Set ==> et_Z308tc2ETD 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> et_Z308tc2ETD 1..27 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - et_Z308tc2ETD ok 4 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA ok 5 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA ok 6 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q ok 7 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM ok 8 - XWYym8LsOH ok 9 - Footer ok 10 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - et_Z308tc2ETD ok 5 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA ok 6 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA ok 7 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q ok 8 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM ok 9 - XWYym8LsOH ok 10 - Footer ok 11 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: et_Z308tc2ETD 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 - et_Z308tc2ETD # Subtest: P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA 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 - P1::DUxYyOTzIvC8::Dmuy::c8YobB::OmvduA # Subtest: P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA 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 24 - P9GACe9qpWxZGi::7l7e7Juy0VypchkoNA # Subtest: q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q 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 25 - q6KPOoWeR77QKkulEQPH::f::xoKzcGDtBxZaO::yeOplP828JpK::hdYsQ2q # Subtest: V0643CcPr1::FZAyE::klxaUKHpKFpW7tM 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 26 - V0643CcPr1::FZAyE::klxaUKHpKFpW7tM # Subtest: XWYym8LsOH 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 27 - XWYym8LsOH ok 1 - Set ==> et_Z308tc2ETD 1..1 ok 2 - force = 1 ok 11 - ignores_type = 1010 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 8 - license = artistic2 # Subtest: license = perl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 9 - license = perl # Subtest: license = agpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 10 - license = agpl3 # Subtest: license = gpl3 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 11 - license = gpl3 # Subtest: license = qpl 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..2 # Subtest: force = 0 # Subtest: Set ==> C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 1..25 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 ok 4 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI ok 5 - ixHf231ghwJ::orWHx6FLg6AnNfks ok 6 - Mk::nt8KfrERyDMnMrY88A30 ok 7 - Footer ok 8 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 ok 5 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI ok 6 - ixHf231ghwJ::orWHx6FLg6AnNfks ok 7 - Mk::nt8KfrERyDMnMrY88A30 ok 8 - Footer ok 9 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 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 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 # Subtest: d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI 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 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI # Subtest: ixHf231ghwJ::orWHx6FLg6AnNfks 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 24 - ixHf231ghwJ::orWHx6FLg6AnNfks # Subtest: Mk::nt8KfrERyDMnMrY88A30 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 25 - Mk::nt8KfrERyDMnMrY88A30 ok 1 - Set ==> C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 1..25 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 ok 4 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI ok 5 - ixHf231ghwJ::orWHx6FLg6AnNfks ok 6 - Mk::nt8KfrERyDMnMrY88A30 ok 7 - Footer ok 8 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 ok 5 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI ok 6 - ixHf231ghwJ::orWHx6FLg6AnNfks ok 7 - Mk::nt8KfrERyDMnMrY88A30 ok 8 - Footer ok 9 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 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 - C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 # Subtest: d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI 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 - d::lIMW41jiT::hdf81fHD5CLBJitqyXYz::Zr9xBLOI # Subtest: ixHf231ghwJ::orWHx6FLg6AnNfks 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 24 - ixHf231ghwJ::orWHx6FLg6AnNfks # Subtest: Mk::nt8KfrERyDMnMrY88A30 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 25 - Mk::nt8KfrERyDMnMrY88A30 ok 1 - Set ==> C0jsbscwTgCrYj::W7BNgRYATu1GFjo6hfo::islcNDitVAd8XzUuhze::U5 1..1 ok 2 - force = 1 ok 16 - ignores_type = 1111 ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 12 - license = qpl # Subtest: license = mozilla2 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 13 - license = mozilla2 # Subtest: license = freebsd 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..2 # Subtest: force = 0 # Subtest: Set ==> a 1..23 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a ok 4 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 5 - Footer ok 6 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a ok 5 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 6 - Footer ok 7 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: a 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 - a # Subtest: xhPLWFFxVCYK::UgZn::GddlNWY6C 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 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 1 - Set ==> a 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> a 1..23 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a ok 4 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 5 - Footer ok 6 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a ok 5 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 6 - Footer ok 7 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: a 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 - a # Subtest: xhPLWFFxVCYK::UgZn::GddlNWY6C 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 - xhPLWFFxVCYK::UgZn::GddlNWY6C ok 1 - Set ==> a 1..1 ok 2 - force = 1 ok 10 - ignores_type = 1001 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..2 # Subtest: force = 0 # Subtest: Set ==> BcNvErorrV::7 1..38 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - BcNvErorrV::7 ok 4 - dbRDHbyo9 ok 5 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM ok 6 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S ok 7 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu ok 8 - gnR ok 9 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin ok 10 - Ixnr::2EOhD::i::w_G3XCvjNR7TL ok 11 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ ok 12 - MFVv1FbXUALmNBP6A5::p9::I ok 13 - ROt58g0tlx3UdOu::KUKVpOeyNVH ok 14 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr ok 15 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL ok 16 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs ok 17 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc ok 18 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB ok 19 - UxFlc5PA8zypJH6kgUk3 ok 20 - Footer ok 21 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - BcNvErorrV::7 ok 5 - dbRDHbyo9 ok 6 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM ok 7 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S ok 8 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu ok 9 - gnR ok 10 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin ok 11 - Ixnr::2EOhD::i::w_G3XCvjNR7TL ok 12 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ ok 13 - MFVv1FbXUALmNBP6A5::p9::I ok 14 - ROt58g0tlx3UdOu::KUKVpOeyNVH ok 15 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr ok 16 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL ok 17 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs ok 18 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc ok 19 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB ok 20 - UxFlc5PA8zypJH6kgUk3 ok 21 - Footer ok 22 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: BcNvErorrV::7 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 - BcNvErorrV::7 # Subtest: dbRDHbyo9 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 - dbRDHbyo9 # Subtest: f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM 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 24 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM # Subtest: faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S 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 25 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S # Subtest: fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu 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 26 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu # Subtest: gnR 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 27 - gnR # Subtest: goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin 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 28 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin # Subtest: Ixnr::2EOhD::i::w_G3XCvjNR7TL 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 29 - Ixnr::2EOhD::i::w_G3XCvjNR7TL # Subtest: KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ 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 30 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ # Subtest: MFVv1FbXUALmNBP6A5::p9::I 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 31 - MFVv1FbXUALmNBP6A5::p9::I # Subtest: ROt58g0tlx3UdOu::KUKVpOeyNVH 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 32 - ROt58g0tlx3UdOu::KUKVpOeyNVH # Subtest: tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr 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 33 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr # Subtest: tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL 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 34 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL # Subtest: toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs 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 35 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs # Subtest: tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc 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 36 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc # Subtest: uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB 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 37 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB # Subtest: UxFlc5PA8zypJH6kgUk3 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 38 - UxFlc5PA8zypJH6kgUk3 ok 1 - Set ==> BcNvErorrV::7 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> BcNvErorrV::7 1..38 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - BcNvErorrV::7 ok 4 - dbRDHbyo9 ok 5 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM ok 6 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S ok 7 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu ok 8 - gnR ok 9 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin ok 10 - Ixnr::2EOhD::i::w_G3XCvjNR7TL ok 11 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ ok 12 - MFVv1FbXUALmNBP6A5::p9::I ok 13 - ROt58g0tlx3UdOu::KUKVpOeyNVH ok 14 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr ok 15 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL ok 16 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs ok 17 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc ok 18 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB ok 19 - UxFlc5PA8zypJH6kgUk3 ok 20 - Footer ok 21 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - BcNvErorrV::7 ok 5 - dbRDHbyo9 ok 6 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM ok 7 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S ok 8 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu ok 9 - gnR ok 10 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin ok 11 - Ixnr::2EOhD::i::w_G3XCvjNR7TL ok 12 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ ok 13 - MFVv1FbXUALmNBP6A5::p9::I ok 14 - ROt58g0tlx3UdOu::KUKVpOeyNVH ok 15 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr ok 16 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL ok 17 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs ok 18 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc ok 19 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB ok 20 - UxFlc5PA8zypJH6kgUk3 ok 21 - Footer ok 22 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: BcNvErorrV::7 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 - BcNvErorrV::7 # Subtest: dbRDHbyo9 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 - dbRDHbyo9 # Subtest: f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM 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 24 - f::BnayFvHH::qlRmD2::tRwIED6439xHxMQ1YU::KM # Subtest: faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S 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 25 - faNRpyDkIAQgBQS::oLAlkR8xPf2_Z8S # Subtest: fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu 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 26 - fm3gTTzOHisaxLKo::wosz_nQ6UD::EE0TdqaOHuLrVJCV::Tu # Subtest: gnR 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 27 - gnR # Subtest: goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin 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 28 - goSzi::0LgkpDENsEqthORN::SzKadcFt8z_RIn3f::z_gi9YnoS3s5ESin # Subtest: Ixnr::2EOhD::i::w_G3XCvjNR7TL 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 29 - Ixnr::2EOhD::i::w_G3XCvjNR7TL # Subtest: KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ 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 30 - KVhP86NiigfS::KB5CkMY::Aw::QG2upU7::z3dGlhqZ # Subtest: MFVv1FbXUALmNBP6A5::p9::I 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 31 - MFVv1FbXUALmNBP6A5::p9::I # Subtest: ROt58g0tlx3UdOu::KUKVpOeyNVH 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 32 - ROt58g0tlx3UdOu::KUKVpOeyNVH # Subtest: tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr 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 33 - tfEecGfbFPszHb::zyp0tsquml42UR6tx::RrZMyncMv::ZQEKJhR3N6Ok_::K2oTflcvYpr # Subtest: tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL 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 34 - tMX1Bq9m0Hw5A::e1lIf6WeBCXGTILW7EC::krAKuQnp9Ub::8WR0CHhPgx6RdPrfZAP::igLC1T87RVuXivINBSL # Subtest: toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs 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 35 - toZjDxzpzUm::GbHDSZuAw::xKYpgNrOobs # Subtest: tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc 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 36 - tvufGa1gwlm1S::k4Qka::Fg7nRv::3yLc # Subtest: uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB 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 37 - uH7fa7C::pkEv6KKNAq40ZYyB::A9zez3_bF2IPpZzB # Subtest: UxFlc5PA8zypJH6kgUk3 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 38 - UxFlc5PA8zypJH6kgUk3 ok 1 - Set ==> BcNvErorrV::7 1..1 ok 2 - force = 1 ok 16 - ignores_type = 1111 ok 2 - minperl = 5.008001 # Subtest: minperl =  # 1..16 # Subtest: ignores_type = 0000 1..2 # Subtest: force = 0 # Subtest: Set ==> _rArPLIvkjxa 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _rArPLIvkjxa ok 4 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH ok 5 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 6 - Footer ok 7 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _rArPLIvkjxa ok 5 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH ok 6 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 7 - Footer ok 8 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _rArPLIvkjxa 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 - _rArPLIvkjxa # Subtest: DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH 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 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH # Subtest: Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ 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 24 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 1 - Set ==> _rArPLIvkjxa 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _rArPLIvkjxa 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _rArPLIvkjxa ok 4 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH ok 5 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 6 - Footer ok 7 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _rArPLIvkjxa ok 5 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH ok 6 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 7 - Footer ok 8 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: _rArPLIvkjxa 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 - _rArPLIvkjxa # Subtest: DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH 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 - DbhuVWuteDPRu56x::J7psD8vMy1XpgXWn::AOIF::P9BUGRpwNK::rFBew4A7DH # Subtest: Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ 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 24 - Z_4VS_mB4UkR2zio8a::O::uMi7dl6Yhzo::FKqDiDr_T4i4jyS_ ok 1 - Set ==> _rArPLIvkjxa 1..1 ok 2 - force = 1 ok 1 - ignores_type = 0000 # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 14 - license = freebsd # Subtest: license = cc0 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 15 - license = cc0 # Subtest: license = mit 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 1 - minperl = 5.006 # Subtest: minperl = 5.008001 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 2 - minperl = 5.008001 # Subtest: minperl =  # 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 3 - minperl =  # # Subtest: minperl = v5.10.1 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..2 # Subtest: force = 0 # Subtest: Set ==> acRPO_5xU::Tc0QkFElrbQZe 1..33 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - acRPO_5xU::Tc0QkFElrbQZe ok 4 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km ok 5 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ ok 6 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY ok 7 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP ok 8 - isCbI ok 9 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 ok 10 - KQozvVwQLagtAxiKGnvT::oFr0m ok 11 - opC7z4nEQHeSERHn8 ok 12 - p7k71::ZCGIv ok 13 - WtiBv ok 14 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - acRPO_5xU::Tc0QkFElrbQZe ok 5 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km ok 6 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ ok 7 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY ok 8 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP ok 9 - isCbI ok 10 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 ok 11 - KQozvVwQLagtAxiKGnvT::oFr0m ok 12 - opC7z4nEQHeSERHn8 ok 13 - p7k71::ZCGIv ok 14 - WtiBv ok 15 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: acRPO_5xU::Tc0QkFElrbQZe 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 - acRPO_5xU::Tc0QkFElrbQZe # Subtest: ax0VVWxB::m3K5H0iUvyaYJ4DA6km 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 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km # Subtest: BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ 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 24 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ # Subtest: EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY 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 25 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY # Subtest: GIBAfZhD7htI6yMbBy::NGvVmCSZCaP 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 26 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP # Subtest: isCbI 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 27 - isCbI # Subtest: j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 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 28 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 # Subtest: KQozvVwQLagtAxiKGnvT::oFr0m 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 29 - KQozvVwQLagtAxiKGnvT::oFr0m # Subtest: opC7z4nEQHeSERHn8 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 30 - opC7z4nEQHeSERHn8 # Subtest: p7k71::ZCGIv 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 31 - p7k71::ZCGIv # Subtest: WtiBv 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 32 - WtiBv # Subtest: ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c 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 33 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 1 - Set ==> acRPO_5xU::Tc0QkFElrbQZe 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> acRPO_5xU::Tc0QkFElrbQZe 1..33 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - acRPO_5xU::Tc0QkFElrbQZe ok 4 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km ok 5 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ ok 6 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY ok 7 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP ok 8 - isCbI ok 9 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 ok 10 - KQozvVwQLagtAxiKGnvT::oFr0m ok 11 - opC7z4nEQHeSERHn8 ok 12 - p7k71::ZCGIv ok 13 - WtiBv ok 14 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 15 - Footer ok 16 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - acRPO_5xU::Tc0QkFElrbQZe ok 5 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km ok 6 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ ok 7 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY ok 8 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP ok 9 - isCbI ok 10 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 ok 11 - KQozvVwQLagtAxiKGnvT::oFr0m ok 12 - opC7z4nEQHeSERHn8 ok 13 - p7k71::ZCGIv ok 14 - WtiBv ok 15 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 16 - Footer ok 17 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: acRPO_5xU::Tc0QkFElrbQZe 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 - acRPO_5xU::Tc0QkFElrbQZe # Subtest: ax0VVWxB::m3K5H0iUvyaYJ4DA6km 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 - ax0VVWxB::m3K5H0iUvyaYJ4DA6km # Subtest: BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ 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 24 - BjAtGPGtWaXQp::VfSLCp9XVYRU_nW::LxRC7ZyLCy2UNN4f3b2x::2Ed::yteWdGgzSrOwdKlJ # Subtest: EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY 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 25 - EH2alphZWPurxubB::Yngmnjq07FygK3::E7ROGuF2F4gZSudhdm::Wc2h9eP9T15YsbGt::Mxau4zFx5xY # Subtest: GIBAfZhD7htI6yMbBy::NGvVmCSZCaP 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 26 - GIBAfZhD7htI6yMbBy::NGvVmCSZCaP # Subtest: isCbI 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 27 - isCbI # Subtest: j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 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 28 - j1AO7DRThR3ic::YSMAjL5JKS3flx84Uu5 # Subtest: KQozvVwQLagtAxiKGnvT::oFr0m 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 29 - KQozvVwQLagtAxiKGnvT::oFr0m # Subtest: opC7z4nEQHeSERHn8 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 30 - opC7z4nEQHeSERHn8 # Subtest: p7k71::ZCGIv 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 31 - p7k71::ZCGIv # Subtest: WtiBv 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 32 - WtiBv # Subtest: ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c 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 33 - ZjRpfn0A6O1ytCFZrM::D06vvMk2::6r::xI::c ok 1 - Set ==> acRPO_5xU::Tc0QkFElrbQZe 1..1 ok 2 - force = 1 ok 5 - ignores_type = 0100 # 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..2 # Subtest: force = 0 # Subtest: Set ==> dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 1..25 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q ok 4 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm ok 5 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD ok 6 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 7 - Footer ok 8 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q ok 5 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm ok 6 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD ok 7 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 8 - Footer ok 9 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 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 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q # Subtest: mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm 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 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm # Subtest: RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD 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 24 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD # Subtest: U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 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 25 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 1 - Set ==> dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 1..25 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: xt/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 1..13 ok 1 - Min/Strict/Warning/Builder ok 2 - name ok 3 - all_from ok 4 - author ok 5 - license ok 6 - perl_version ok 7 - tests_recursive ok 8 - resources ok 9 - configure_requires ok 10 - build_requires ok 11 - requires ok 12 - Footer ok 13 - That's all folks! ok 14 - Makefile.PL # Subtest: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 15 - 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 16 - README # Subtest: t/pod-coverage.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - min_tpc block ok 4 - min_pod_coverage block ok 5 - all_pod_coverage_ok ok 6 - That's all folks! ok 17 - t/pod-coverage.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 18 - t/manifest.t # Subtest: t/pod.t 1..4 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - test is release only ok 3 - Contents ok 4 - That's all folks! ok 19 - t/pod.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q ok 4 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm ok 5 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD ok 6 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 7 - Footer ok 8 - That's all folks! ok 20 - t/00-load.t # Subtest: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q ok 5 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm ok 6 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD ok 7 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 8 - Footer ok 9 - That's all folks! ok 21 - xt/boilerplate.t # Subtest: dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 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 - dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q # Subtest: mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm 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 - mGhpJbSAR7Kvc_i_::bl95k1_VGfyGlqEoZYZ::LKpVhQIShgFmm # Subtest: RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD 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 24 - RVKLV::zYcKbCvr::Mb5uGxuTi1xftJN7eaD # Subtest: U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 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 25 - U0R2pRgYqGUm4mepTl::PUOCKKakCE::Hurs8pdEWpm::auwNOyjB6A::BOV_AYAOBLPa2 ok 1 - Set ==> dCJ2Z_0pdgaxgMI::ZX6J::g2fG5xq9::GQ6wDOd5TdxuLwMJ::kdmDcyEB8tJtPPH6p_Q 1..1 ok 2 - force = 1 ok 12 - ignores_type = 1011 # Subtest: ignores_type = 1100 1..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 4 - minperl = v5.10.1 # Subtest: minperl = v5.12.4 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..0 # SKIP Only testing a 1% sample ok 13 # skip Only testing a 1% sample # Subtest: ignores_type = 1101 1..0 # SKIP Only testing a 1% sample ok 14 # skip Only testing a 1% sample # Subtest: ignores_type = 1110 1..0 # SKIP Only testing a 1% sample ok 15 # skip Only testing a 1% sample # Subtest: ignores_type = 1111 1..0 # SKIP Only testing a 1% sample ok 16 # skip Only testing a 1% sample ok 5 - minperl = v5.12.4 ok 16 - license = mit ok 5 - builder = Module::Install ok All tests successful. Files=6, Tests=26, 31 wallclock secs ( 8.79 usr 0.53 sys + 28.19 cusr 2.21 csys = 39.72 CPU) Result: PASS XSAWYERX/Module-Starter-1.70.tar.gz make test TEST_VERBOSE=1 -- OK Sawyer X <xsawyerx [AT] cpan [DOT] org> a simple starter kit for any module >>> (cd /export/home/fly1232/var/cpan/build/Module-Starter-1.70-cZ1lS4 && tar cvf - Module-Starter-1.70.ppd blib) | gzip -c >/export/home/fly1232/var/REPO/X/XS/XSAWYERX/Module-Starter-1.70.tar.gz Module-Starter-1.70.ppd blib/ blib/lib/ blib/lib/Module/ blib/lib/Module/Starter/ blib/lib/Module/Starter/Simple.pm blib/lib/Module/Starter/BuilderSet.pm blib/lib/Module/Starter/Plugin/ blib/lib/Module/Starter/Plugin/Template.pm blib/lib/Module/Starter/App.pm blib/lib/Module/Starter/Plugin.pod blib/lib/Module/Starter.pm blib/script/ blib/script/module-starter blib/man1/ blib/man1/module-starter.1 blib/man3/ blib/man3/Module::Starter.3 blib/man3/Module::Starter::App.3 blib/man3/Module::Starter::BuilderSet.3 blib/man3/Module::Starter::Plugin.3 blib/man3/Module::Starter::Plugin::Template.3 blib/man3/Module::Starter::Simple.3 >>> mv /export/home/fly1232/var/cpan/build/Module-Starter-1.70-cZ1lS4/Module-Starter-1.70.ppd /export/home/fly1232/var/REPO/X/XS/XSAWYERX Finished 2015-01-20T18:33:33