PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-03-27T02:00:36 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 26 Mar 2017 05:53:40 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/D/DB/DBOOK/Module-Starter-1.72.tar.gz ok Module-Starter-1.72/ Module-Starter-1.72/bin/ Module-Starter-1.72/bin/module-starter Module-Starter-1.72/META.yml Module-Starter-1.72/getting-started.html Module-Starter-1.72/README Module-Starter-1.72/MANIFEST Module-Starter-1.72/t/ Module-Starter-1.72/t/pod-coverage.t Module-Starter-1.72/t/test-dist.t Module-Starter-1.72/t/pod.t Module-Starter-1.72/t/data/ Module-Starter-1.72/t/data/templates/ Module-Starter-1.72/t/data/templates/README Module-Starter-1.72/t/data/templates/t/ Module-Starter-1.72/t/data/templates/t/pod-coverage.t Module-Starter-1.72/t/data/templates/t/pod.t Module-Starter-1.72/t/data/templates/t/boilerplate.t Module-Starter-1.72/t/data/templates/t/00-load.t Module-Starter-1.72/t/data/templates/Build.PL Module-Starter-1.72/t/data/templates/Changes Module-Starter-1.72/t/data/templates/Makefile.PL Module-Starter-1.72/t/data/templates/Module.pm Module-Starter-1.72/t/module-starter.t Module-Starter-1.72/t/lib/ Module-Starter-1.72/t/lib/Module/ Module-Starter-1.72/t/lib/Module/Starter/ Module-Starter-1.72/t/lib/Module/Starter/TestPlugin.pm Module-Starter-1.72/t/00-load.t Module-Starter-1.72/t/BuilderSet.t Module-Starter-1.72/perlcriticrc Module-Starter-1.72/Changes Module-Starter-1.72/Makefile.PL Module-Starter-1.72/lib/ Module-Starter-1.72/lib/Module/ Module-Starter-1.72/lib/Module/Starter/ Module-Starter-1.72/lib/Module/Starter/App.pm Module-Starter-1.72/lib/Module/Starter/Simple.pm Module-Starter-1.72/lib/Module/Starter/BuilderSet.pm Module-Starter-1.72/lib/Module/Starter/Plugin.pod Module-Starter-1.72/lib/Module/Starter/Plugin/ Module-Starter-1.72/lib/Module/Starter/Plugin/Template.pm Module-Starter-1.72/lib/Module/Starter.pm Module-Starter-1.72/META.json Configuring D/DB/DBOOK/Module-Starter-1.72.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Module::Starter Writing MYMETA.yml and MYMETA.json DBOOK/Module-Starter-1.72.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for D/DB/DBOOK/Module-Starter-1.72.tar.gz >>> make cp lib/Module/Starter/App.pm blib/lib/Module/Starter/App.pm 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/Plugin/Template.pm blib/lib/Module/Starter/Plugin/Template.pm cp lib/Module/Starter/Plugin.pod blib/lib/Module/Starter/Plugin.pod cp lib/Module/Starter.pm blib/lib/Module/Starter.pm cp bin/module-starter blib/script/module-starter "/data/fly2200/ap2200-299134/bin/perl-static" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/module-starter Manifying 1 pod document Manifying 6 pod documents DBOOK/Module-Starter-1.72.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Module::Starter 1.72, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST # Subtest: ignore.txt 1..2 ok 1 - Contents ok 2 - That's all folks! ok 12 - ignore.txt # Subtest: Build.PL 1..10 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 13 - Build.PL # 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 14 - README # 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 15 - xt/boilerplate.t # 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 16 - t/pod-coverage.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 17 - t/00-load.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: 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST # Subtest: ignore.txt 1..2 ok 1 - Contents ok 2 - That's all folks! ok 12 - ignore.txt # Subtest: Build.PL 1..10 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 13 - Build.PL # 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 14 - README # 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 15 - xt/boilerplate.t # 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 16 - t/pod-coverage.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 17 - t/00-load.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: 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 = 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..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..2 # Subtest: force = 0 # Subtest: Set ==> brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A ok 5 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm ok 6 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 ok 7 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId ok 8 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC ok 9 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN ok 10 - zQ ok 11 - Footer ok 12 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A ok 4 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm ok 5 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 ok 6 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId ok 7 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC ok 8 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN ok 9 - zQ ok 10 - Footer ok 11 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A # Subtest: I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm # Subtest: Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 # Subtest: uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId # Subtest: Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC # Subtest: XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN # Subtest: zQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zQ ok 1 - Set ==> brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A ok 5 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm ok 6 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 ok 7 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId ok 8 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC ok 9 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN ok 10 - zQ ok 11 - Footer ok 12 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A ok 4 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm ok 5 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 ok 6 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId ok 7 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC ok 8 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN ok 9 - zQ ok 10 - Footer ok 11 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A # Subtest: I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I8mFo::M4quTeQBw6MdUI::LXqC9LYp77OKHifsm # Subtest: Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Sx3XhYSM::iYAF::q9_iCwdUzwHTH9UTPQ::mQ7YhtBNM8 # Subtest: uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uzUiPUZpGNKzk::iuxin6PoRlgH::viCm5C3w::9fn_PwsjcohXTQ::KLZyZjHG9YId # Subtest: Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Vgz7yN::kNCZr35uS::qtNrQk5Wj7K7AOzvcUML::9A227jC # Subtest: XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - XyTwMHiB6a61T0l3::A3XS6fXTdWaS::9PhpN # Subtest: zQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zQ ok 1 - Set ==> brsh1Z9f::1w1AkJOMGe3fdn6iUpRg::YXWIg::nHwnR::AkOh_uZm2A 1..1 ok 2 - force = 1 ok 14 - ignores_type = 1101 # 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 = 5.022000 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 = 5.022000 ok 1 - license = qpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> A::xqLW_dyUFhGHZfeGwK::0 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - A::xqLW_dyUFhGHZfeGwK::0 ok 5 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK ok 6 - e9DxSPSo5lGGSk::k7wHbLd0n ok 7 - Elvv1Luhjq8b::QLM ok 8 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU ok 9 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO ok 10 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg ok 11 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM ok 12 - nRM3GsbSw_c::9LYCmS::bVD ok 13 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha ok 14 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i ok 15 - vc ok 16 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L ok 17 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr ok 18 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P ok 19 - zRZpG54uQACbjL ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - A::xqLW_dyUFhGHZfeGwK::0 ok 4 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK ok 5 - e9DxSPSo5lGGSk::k7wHbLd0n ok 6 - Elvv1Luhjq8b::QLM ok 7 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU ok 8 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO ok 9 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg ok 10 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM ok 11 - nRM3GsbSw_c::9LYCmS::bVD ok 12 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha ok 13 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i ok 14 - vc ok 15 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L ok 16 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr ok 17 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P ok 18 - zRZpG54uQACbjL ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: A::xqLW_dyUFhGHZfeGwK::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 22 - A::xqLW_dyUFhGHZfeGwK::0 # Subtest: CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK # Subtest: e9DxSPSo5lGGSk::k7wHbLd0n 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e9DxSPSo5lGGSk::k7wHbLd0n # Subtest: Elvv1Luhjq8b::QLM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Elvv1Luhjq8b::QLM # Subtest: GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU # Subtest: haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO # Subtest: IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg # Subtest: kNh199eY_oyfMyhNa::v__B2dH8GVbqmM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM # Subtest: nRM3GsbSw_c::9LYCmS::bVD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nRM3GsbSw_c::9LYCmS::bVD # Subtest: piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha # Subtest: qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i # Subtest: vc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vc # Subtest: vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L # Subtest: wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr # Subtest: ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P # Subtest: zRZpG54uQACbjL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zRZpG54uQACbjL ok 1 - Set ==> A::xqLW_dyUFhGHZfeGwK::0 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> A::xqLW_dyUFhGHZfeGwK::0 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - A::xqLW_dyUFhGHZfeGwK::0 ok 5 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK ok 6 - e9DxSPSo5lGGSk::k7wHbLd0n ok 7 - Elvv1Luhjq8b::QLM ok 8 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU ok 9 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO ok 10 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg ok 11 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM ok 12 - nRM3GsbSw_c::9LYCmS::bVD ok 13 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha ok 14 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i ok 15 - vc ok 16 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L ok 17 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr ok 18 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P ok 19 - zRZpG54uQACbjL ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - A::xqLW_dyUFhGHZfeGwK::0 ok 4 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK ok 5 - e9DxSPSo5lGGSk::k7wHbLd0n ok 6 - Elvv1Luhjq8b::QLM ok 7 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU ok 8 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO ok 9 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg ok 10 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM ok 11 - nRM3GsbSw_c::9LYCmS::bVD ok 12 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha ok 13 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i ok 14 - vc ok 15 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L ok 16 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr ok 17 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P ok 18 - zRZpG54uQACbjL ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: A::xqLW_dyUFhGHZfeGwK::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 22 - A::xqLW_dyUFhGHZfeGwK::0 # Subtest: CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CxLTbuIgMt4DIv4caH43::ii6yJiHBV7i_buM7HK # Subtest: e9DxSPSo5lGGSk::k7wHbLd0n 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e9DxSPSo5lGGSk::k7wHbLd0n # Subtest: Elvv1Luhjq8b::QLM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Elvv1Luhjq8b::QLM # Subtest: GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GmR_GoRT::o::91_K72iSpIZrMUOe::jXF5nZHskOYyU # Subtest: haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - haysT0VlUSWfOfIPAL4i::M_sR52QgVkb582::ITLqUSM::Vx9wiREu53::IprAchMO # Subtest: IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IiAyBUIRUfQrOBd3IUc::IPvzgf::N0Kcg # Subtest: kNh199eY_oyfMyhNa::v__B2dH8GVbqmM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - kNh199eY_oyfMyhNa::v__B2dH8GVbqmM # Subtest: nRM3GsbSw_c::9LYCmS::bVD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nRM3GsbSw_c::9LYCmS::bVD # Subtest: piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - piEZEMFxbotJOW6kWm5y::9aWhw8XtD4RL::rTYXQBe::3_s3GQ::Pha # Subtest: qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qQzAXG3FSS2ep::ISYs63x19FHYV2::w4Qu4i # Subtest: vc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vc # Subtest: vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vlTLcXTFqwFS::sZ2kKsYUFIqywFd::InTKxIxrhKE7L # Subtest: wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wAzn5Nf6dr0LSNo::Qs_2Fvcn59hL2RRxKGC::fhgsYDvPG::522gzZ5::w8wSfMLHqBrExL8QTr # Subtest: ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZR95jbZqXIq3AMU9d::TVtH9EnDUwbeqRRBbve::sst1VSbUEw6K6P # Subtest: zRZpG54uQACbjL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zRZpG54uQACbjL ok 1 - Set ==> A::xqLW_dyUFhGHZfeGwK::0 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 = 5.022000 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 = 5.022000 ok 2 - license = agpl3 # 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 = 5.022000 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 = 5.022000 ok 3 - license = perl # 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 = 5.022000 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 = 5.022000 ok 4 - license = artistic # 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..2 # Subtest: force = 0 # Subtest: Set ==> D::FGQ::4myktyC36MUdR 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - D::FGQ::4myktyC36MUdR ok 5 - fg5DIZQwe::QNfwz3vN7JDMQ ok 6 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm ok 7 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH ok 8 - SmTzV1::9 ok 9 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - D::FGQ::4myktyC36MUdR ok 4 - fg5DIZQwe::QNfwz3vN7JDMQ ok 5 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm ok 6 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH ok 7 - SmTzV1::9 ok 8 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: D::FGQ::4myktyC36MUdR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D::FGQ::4myktyC36MUdR # Subtest: fg5DIZQwe::QNfwz3vN7JDMQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fg5DIZQwe::QNfwz3vN7JDMQ # Subtest: FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm # Subtest: Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH # Subtest: SmTzV1::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 26 - SmTzV1::9 # Subtest: w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 1 - Set ==> D::FGQ::4myktyC36MUdR 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> D::FGQ::4myktyC36MUdR 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - D::FGQ::4myktyC36MUdR ok 5 - fg5DIZQwe::QNfwz3vN7JDMQ ok 6 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm ok 7 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH ok 8 - SmTzV1::9 ok 9 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - D::FGQ::4myktyC36MUdR ok 4 - fg5DIZQwe::QNfwz3vN7JDMQ ok 5 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm ok 6 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH ok 7 - SmTzV1::9 ok 8 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: D::FGQ::4myktyC36MUdR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D::FGQ::4myktyC36MUdR # Subtest: fg5DIZQwe::QNfwz3vN7JDMQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fg5DIZQwe::QNfwz3vN7JDMQ # Subtest: FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FjO69OhWDEkkCPy::ShBh6S3vbc_emwFWv5ir::clEHm # Subtest: Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Saij::E3E::an3w::mcxYOnmg7TC::rc9Z6M1pTmB1mPuYWH # Subtest: SmTzV1::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 26 - SmTzV1::9 # Subtest: w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - w1HAkGQIoaDq::6GojVfFKjcWyc::Fp47Ovw ok 1 - Set ==> D::FGQ::4myktyC36MUdR 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 = 5.022000 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 = 5.022000 ok 5 - license = artistic2 # 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..2 # Subtest: force = 0 # Subtest: Set ==> AzVILlWIJ::GTibGgnf7iu 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AzVILlWIJ::GTibGgnf7iu ok 5 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k ok 6 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 ok 7 - F ok 8 - fktZ4bnWFPflTP3ez8 ok 9 - Frm::tSD_VbjsCrI ok 10 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf ok 11 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU ok 12 - MrUsQjvFbzp9JWOhy ok 13 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b ok 14 - PxckEo3Uy1wHM5_ ok 15 - qG8QQ7BhU2Z1::7::4wNue ok 16 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 ok 17 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI ok 18 - ukslQGi::xl4hx0t2Wq3BHxf ok 19 - wq6WrLNV ok 20 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN ok 21 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AzVILlWIJ::GTibGgnf7iu ok 4 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k ok 5 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 ok 6 - F ok 7 - fktZ4bnWFPflTP3ez8 ok 8 - Frm::tSD_VbjsCrI ok 9 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf ok 10 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU ok 11 - MrUsQjvFbzp9JWOhy ok 12 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b ok 13 - PxckEo3Uy1wHM5_ ok 14 - qG8QQ7BhU2Z1::7::4wNue ok 15 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 ok 16 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI ok 17 - ukslQGi::xl4hx0t2Wq3BHxf ok 18 - wq6WrLNV ok 19 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN ok 20 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AzVILlWIJ::GTibGgnf7iu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AzVILlWIJ::GTibGgnf7iu # Subtest: bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k # Subtest: e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 # Subtest: F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - F # Subtest: fktZ4bnWFPflTP3ez8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fktZ4bnWFPflTP3ez8 # Subtest: Frm::tSD_VbjsCrI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Frm::tSD_VbjsCrI # Subtest: g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf # Subtest: IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU # Subtest: MrUsQjvFbzp9JWOhy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MrUsQjvFbzp9JWOhy # Subtest: P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b # Subtest: PxckEo3Uy1wHM5_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PxckEo3Uy1wHM5_ # Subtest: qG8QQ7BhU2Z1::7::4wNue 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qG8QQ7BhU2Z1::7::4wNue # Subtest: rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 # Subtest: TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI # Subtest: ukslQGi::xl4hx0t2Wq3BHxf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ukslQGi::xl4hx0t2Wq3BHxf # Subtest: wq6WrLNV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wq6WrLNV # Subtest: xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN # Subtest: yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 1 - Set ==> AzVILlWIJ::GTibGgnf7iu 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AzVILlWIJ::GTibGgnf7iu 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AzVILlWIJ::GTibGgnf7iu ok 5 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k ok 6 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 ok 7 - F ok 8 - fktZ4bnWFPflTP3ez8 ok 9 - Frm::tSD_VbjsCrI ok 10 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf ok 11 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU ok 12 - MrUsQjvFbzp9JWOhy ok 13 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b ok 14 - PxckEo3Uy1wHM5_ ok 15 - qG8QQ7BhU2Z1::7::4wNue ok 16 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 ok 17 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI ok 18 - ukslQGi::xl4hx0t2Wq3BHxf ok 19 - wq6WrLNV ok 20 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN ok 21 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AzVILlWIJ::GTibGgnf7iu ok 4 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k ok 5 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 ok 6 - F ok 7 - fktZ4bnWFPflTP3ez8 ok 8 - Frm::tSD_VbjsCrI ok 9 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf ok 10 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU ok 11 - MrUsQjvFbzp9JWOhy ok 12 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b ok 13 - PxckEo3Uy1wHM5_ ok 14 - qG8QQ7BhU2Z1::7::4wNue ok 15 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 ok 16 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI ok 17 - ukslQGi::xl4hx0t2Wq3BHxf ok 18 - wq6WrLNV ok 19 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN ok 20 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AzVILlWIJ::GTibGgnf7iu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AzVILlWIJ::GTibGgnf7iu # Subtest: bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bCkABg2lelJV7YQ::QkbshNBAMxQ::me29eS5k # Subtest: e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e9hmDg3IpkLh::mt58H6fFQoZS8y6IX::6t::gguwD3d::EHa06N1t3 # Subtest: F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - F # Subtest: fktZ4bnWFPflTP3ez8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fktZ4bnWFPflTP3ez8 # Subtest: Frm::tSD_VbjsCrI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Frm::tSD_VbjsCrI # Subtest: g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g4RClOXi9u::_oTPBfKLyGJGglJUal9::BPaYSf # Subtest: IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IhdKaAZI1p8lSgN80X::Jxq::qjkfDdX3BnEl::3AY3qU # Subtest: MrUsQjvFbzp9JWOhy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MrUsQjvFbzp9JWOhy # Subtest: P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P3J7BmOE::hCJaL9Z0g0nW2v::kN_A6B::9uIFAaS9QQvONOTnP::D_yTweHn6iVHS25b # Subtest: PxckEo3Uy1wHM5_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PxckEo3Uy1wHM5_ # Subtest: qG8QQ7BhU2Z1::7::4wNue 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qG8QQ7BhU2Z1::7::4wNue # Subtest: rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rCxc4_cBb7n::oor0aE93wi::qkndVIYp6CS0gn::4QyCRaqZlOjTv00::tPOycS180LypTf_He5 # Subtest: TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TvOIk9_::Z_DB269W24vTeHQJTW4::nGjKo::JBW4PhI0HqzIjl1Js::wOhaUtmXOOpV2AtpevHI # Subtest: ukslQGi::xl4hx0t2Wq3BHxf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ukslQGi::xl4hx0t2Wq3BHxf # Subtest: wq6WrLNV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wq6WrLNV # Subtest: xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xH3N638Ta::NI3Ar156R::PNAN6FjaGL3iefdQopT::0u53KUc8jDk::45rhSfkSeHtipuN # Subtest: yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yTKWGoazAv5hykU::e3t9xZX9LDAC1ldeC::VmE048cOmmrlr82::lMc4NQ7U6aGGD::s6EF ok 1 - Set ==> AzVILlWIJ::GTibGgnf7iu 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 = 5.022000 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 = 5.022000 ok 6 - license = bsd # 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 = 5.022000 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 = 5.022000 ok 7 - license = gpl3 # 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 = 5.022000 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 = 5.022000 ok 8 - license = mozilla2 # 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..2 # Subtest: force = 0 # Subtest: Set ==> _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA ok 5 - m2j2AqiTvAiUUFND ok 6 - PLLg528VVPYnJ2w1 ok 7 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK ok 8 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa ok 9 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ ok 10 - ZmyHe::XCGyGjahP::x7A ok 11 - Footer ok 12 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA ok 4 - m2j2AqiTvAiUUFND ok 5 - PLLg528VVPYnJ2w1 ok 6 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK ok 7 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa ok 8 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ ok 9 - ZmyHe::XCGyGjahP::x7A ok 10 - Footer ok 11 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA # Subtest: m2j2AqiTvAiUUFND 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m2j2AqiTvAiUUFND # Subtest: PLLg528VVPYnJ2w1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PLLg528VVPYnJ2w1 # Subtest: vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK # Subtest: wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa # Subtest: Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ # Subtest: ZmyHe::XCGyGjahP::x7A 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZmyHe::XCGyGjahP::x7A ok 1 - Set ==> _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA ok 5 - m2j2AqiTvAiUUFND ok 6 - PLLg528VVPYnJ2w1 ok 7 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK ok 8 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa ok 9 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ ok 10 - ZmyHe::XCGyGjahP::x7A ok 11 - Footer ok 12 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA ok 4 - m2j2AqiTvAiUUFND ok 5 - PLLg528VVPYnJ2w1 ok 6 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK ok 7 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa ok 8 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ ok 9 - ZmyHe::XCGyGjahP::x7A ok 10 - Footer ok 11 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA # Subtest: m2j2AqiTvAiUUFND 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m2j2AqiTvAiUUFND # Subtest: PLLg528VVPYnJ2w1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PLLg528VVPYnJ2w1 # Subtest: vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vwb0GT6OfLM::jqhoIGYj::Cvi1IQSaFWXHrFgR8y::EvCZHqDn9GifkfcYFIK # Subtest: wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wNFQAt6WgZTtA::Ql3BUw67J::4v7cPa # Subtest: Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Xzrs0M9FvSwkY2nuV::ZXDT8IsYXAlUx1kiIUs::pFQ3_VvTJDlLjetOjnZ1::ZPJiFGieZv4xN1uNJ # Subtest: ZmyHe::XCGyGjahP::x7A 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZmyHe::XCGyGjahP::x7A ok 1 - Set ==> _Hf::wjaRtYicMQ55::Ngt::6sZ5s3NLSRye::1xebD5SVcezqxX93lA 1..1 ok 2 - force = 1 ok 16 - ignores_type = 1111 ok 4 - minperl = v5.10.1 # Subtest: minperl = 5.022000 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 ==> bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR ok 5 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW ok 6 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc ok 7 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo ok 8 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr ok 9 - LQTRfg4DlSClmnCCwDno ok 10 - MdAOw4z1yd5Q ok 11 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 ok 12 - outnJhgZSMq6hU8 ok 13 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T ok 14 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 ok 15 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF ok 16 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X ok 17 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba ok 18 - tLbw::WAhog::nX8mC2::KY86oh ok 19 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE ok 20 - WY::Zl9k7zJ3 ok 21 - x ok 22 - zN4epRl70UAUE::0 ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR ok 4 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW ok 5 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc ok 6 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo ok 7 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr ok 8 - LQTRfg4DlSClmnCCwDno ok 9 - MdAOw4z1yd5Q ok 10 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 ok 11 - outnJhgZSMq6hU8 ok 12 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T ok 13 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 ok 14 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF ok 15 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X ok 16 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba ok 17 - tLbw::WAhog::nX8mC2::KY86oh ok 18 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE ok 19 - WY::Zl9k7zJ3 ok 20 - x ok 21 - zN4epRl70UAUE::0 ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR # Subtest: Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW # Subtest: l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc # Subtest: LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo # Subtest: lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr # Subtest: LQTRfg4DlSClmnCCwDno 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LQTRfg4DlSClmnCCwDno # Subtest: MdAOw4z1yd5Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MdAOw4z1yd5Q # Subtest: o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 # Subtest: outnJhgZSMq6hU8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - outnJhgZSMq6hU8 # Subtest: QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::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 31 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T # Subtest: rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 # Subtest: rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF # Subtest: sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_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 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X # Subtest: SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba # Subtest: tLbw::WAhog::nX8mC2::KY86oh 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tLbw::WAhog::nX8mC2::KY86oh # Subtest: TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE # Subtest: WY::Zl9k7zJ3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WY::Zl9k7zJ3 # Subtest: 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 39 - x # Subtest: zN4epRl70UAUE::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 40 - zN4epRl70UAUE::0 ok 1 - Set ==> bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR ok 5 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW ok 6 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc ok 7 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo ok 8 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr ok 9 - LQTRfg4DlSClmnCCwDno ok 10 - MdAOw4z1yd5Q ok 11 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 ok 12 - outnJhgZSMq6hU8 ok 13 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T ok 14 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 ok 15 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF ok 16 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X ok 17 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba ok 18 - tLbw::WAhog::nX8mC2::KY86oh ok 19 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE ok 20 - WY::Zl9k7zJ3 ok 21 - x ok 22 - zN4epRl70UAUE::0 ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR ok 4 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW ok 5 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc ok 6 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo ok 7 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr ok 8 - LQTRfg4DlSClmnCCwDno ok 9 - MdAOw4z1yd5Q ok 10 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 ok 11 - outnJhgZSMq6hU8 ok 12 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T ok 13 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 ok 14 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF ok 15 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X ok 16 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba ok 17 - tLbw::WAhog::nX8mC2::KY86oh ok 18 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE ok 19 - WY::Zl9k7zJ3 ok 20 - x ok 21 - zN4epRl70UAUE::0 ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR # Subtest: Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Jw0EurSP2f::2z6vyqT90Px::S5cSv::a9c8_11IPiRlAnW # Subtest: l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l::R::gDpN1F9r::9_bjTqOY014toG::cHYGrc # Subtest: LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LA9fi85CG::4rMMi01J52WDqYkiVVy::zKop::7lQuTo # Subtest: lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lE8KqP9EEli8QWsNwIG::VSNAGQQJ::KBr # Subtest: LQTRfg4DlSClmnCCwDno 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LQTRfg4DlSClmnCCwDno # Subtest: MdAOw4z1yd5Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MdAOw4z1yd5Q # Subtest: o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - o5kZwYZYMAb::j::AM6Xz::tWMmhStJWA51KZlGB::fTs_HqbQ5 # Subtest: outnJhgZSMq6hU8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - outnJhgZSMq6hU8 # Subtest: QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::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 31 - QGRCQ3YWxJ4bnY::JN5aE::W50t::WA::T # Subtest: rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rJoLATY79I4zeRdVgJ::442wRcHgZy7SHJ6 # Subtest: rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rryNUnM7UIj0PfVLjr::wAjwmHBomhkEOHJQnF # Subtest: sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_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 - sLZ::wPQr7es::3::oj5Rn4OjdQHyx33J_X # Subtest: SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SVWF6Mcb0nBbg29nz9ui::BkLFtNBJ5Uy5Q_pzUt::G::aZLvhq9fg70nOT5UNtQ::yBbNqueidbuhRuba # Subtest: tLbw::WAhog::nX8mC2::KY86oh 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tLbw::WAhog::nX8mC2::KY86oh # Subtest: TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TRqkSUW1BEOpJm9lmW::wqx6uuSw9SB123vE # Subtest: WY::Zl9k7zJ3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WY::Zl9k7zJ3 # Subtest: 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 39 - x # Subtest: zN4epRl70UAUE::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 40 - zN4epRl70UAUE::0 ok 1 - Set ==> bdogdYBdp8zxKE::VGTOhmXApoWfb8GjR 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..2 # Subtest: force = 0 # Subtest: Set ==> _gSDoi3kA6ves8eTzPA 1..32 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _gSDoi3kA6ves8eTzPA ok 5 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu ok 6 - aT8fH4 ok 7 - cqT2TI_ ok 8 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb ok 9 - EqthM::psp14SEf ok 10 - gn3KotOhOpKbad0a ok 11 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags ok 12 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t ok 13 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W ok 14 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 15 - Footer ok 16 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _gSDoi3kA6ves8eTzPA ok 4 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu ok 5 - aT8fH4 ok 6 - cqT2TI_ ok 7 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb ok 8 - EqthM::psp14SEf ok 9 - gn3KotOhOpKbad0a ok 10 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags ok 11 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t ok 12 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W ok 13 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 14 - Footer ok 15 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _gSDoi3kA6ves8eTzPA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _gSDoi3kA6ves8eTzPA # Subtest: _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu # Subtest: aT8fH4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aT8fH4 # Subtest: cqT2TI_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cqT2TI_ # Subtest: DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb # Subtest: EqthM::psp14SEf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EqthM::psp14SEf # Subtest: gn3KotOhOpKbad0a 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gn3KotOhOpKbad0a # Subtest: jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags # Subtest: NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t # Subtest: Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W # Subtest: uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 1 - Set ==> _gSDoi3kA6ves8eTzPA 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _gSDoi3kA6ves8eTzPA 1..32 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _gSDoi3kA6ves8eTzPA ok 5 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu ok 6 - aT8fH4 ok 7 - cqT2TI_ ok 8 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb ok 9 - EqthM::psp14SEf ok 10 - gn3KotOhOpKbad0a ok 11 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags ok 12 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t ok 13 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W ok 14 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 15 - Footer ok 16 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _gSDoi3kA6ves8eTzPA ok 4 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu ok 5 - aT8fH4 ok 6 - cqT2TI_ ok 7 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb ok 8 - EqthM::psp14SEf ok 9 - gn3KotOhOpKbad0a ok 10 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags ok 11 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t ok 12 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W ok 13 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 14 - Footer ok 15 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _gSDoi3kA6ves8eTzPA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _gSDoi3kA6ves8eTzPA # Subtest: _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _o8s5::SaRszpb::zp8HKzBiiKPwrT0hv::endx::Jbux_yu # Subtest: aT8fH4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aT8fH4 # Subtest: cqT2TI_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cqT2TI_ # Subtest: DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - DfWNz8dTGhjkRAV::uhFbLSMiVvm9bZU4zp::i::K6hb # Subtest: EqthM::psp14SEf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EqthM::psp14SEf # Subtest: gn3KotOhOpKbad0a 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gn3KotOhOpKbad0a # Subtest: jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jFPRun6NjdgBalt_3nJ8::ClfYa::_ef4Ozo5zVTBX6Mn::sv::BfScgWdiHlCjags # Subtest: NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NO0_WsyM_eCqWHNZu::4::JOg9U0lF0t # Subtest: Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Q9S_Cw::7PdiEJ::J_QwmbT1zkqN__W # Subtest: uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uMi0o3w::nIWw::1m8j7KI2E6Xl18lzUd ok 1 - Set ==> _gSDoi3kA6ves8eTzPA 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 5 - minperl = 5.022000 ok 9 - license = lgpl # 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 = 5.022000 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 = 5.022000 ok 10 - license = gpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn ok 5 - BIrVXMa8G6_EYedQeDRb ok 6 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe ok 7 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN ok 8 - e::ix ok 9 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 ok 10 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey ok 11 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd ok 12 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 ok 13 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke ok 14 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP ok 15 - jbB ok 16 - KNr::BoRZttuZ::U::AnJRoJ30vwTG ok 17 - QONYb8lu::H::2w58EmgG4jVQBk ok 18 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN ok 19 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun ok 20 - SG::us3Cyqye6H9 ok 21 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn ok 4 - BIrVXMa8G6_EYedQeDRb ok 5 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe ok 6 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN ok 7 - e::ix ok 8 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 ok 9 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey ok 10 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd ok 11 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 ok 12 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke ok 13 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP ok 14 - jbB ok 15 - KNr::BoRZttuZ::U::AnJRoJ30vwTG ok 16 - QONYb8lu::H::2w58EmgG4jVQBk ok 17 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN ok 18 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun ok 19 - SG::us3Cyqye6H9 ok 20 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn # Subtest: BIrVXMa8G6_EYedQeDRb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BIrVXMa8G6_EYedQeDRb # Subtest: Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe # Subtest: c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN # Subtest: e::ix 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e::ix # Subtest: ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 # Subtest: FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey # Subtest: G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd # Subtest: GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 # Subtest: J::pE1WXXJsTyq2OfjH0wuG::7csPvpke 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke # Subtest: j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP # Subtest: jbB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jbB # Subtest: KNr::BoRZttuZ::U::AnJRoJ30vwTG 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KNr::BoRZttuZ::U::AnJRoJ30vwTG # Subtest: QONYb8lu::H::2w58EmgG4jVQBk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - QONYb8lu::H::2w58EmgG4jVQBk # Subtest: RkqJiNk::vnRRZ0::PPvDBQy3gP_AN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN # Subtest: RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun # Subtest: SG::us3Cyqye6H9 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SG::us3Cyqye6H9 # Subtest: TsLn0xad6Qr::dJW::lzr1DH75I9icOsL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 1 - Set ==> aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn ok 5 - BIrVXMa8G6_EYedQeDRb ok 6 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe ok 7 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN ok 8 - e::ix ok 9 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 ok 10 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey ok 11 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd ok 12 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 ok 13 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke ok 14 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP ok 15 - jbB ok 16 - KNr::BoRZttuZ::U::AnJRoJ30vwTG ok 17 - QONYb8lu::H::2w58EmgG4jVQBk ok 18 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN ok 19 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun ok 20 - SG::us3Cyqye6H9 ok 21 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn ok 4 - BIrVXMa8G6_EYedQeDRb ok 5 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe ok 6 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN ok 7 - e::ix ok 8 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 ok 9 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey ok 10 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd ok 11 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 ok 12 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke ok 13 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP ok 14 - jbB ok 15 - KNr::BoRZttuZ::U::AnJRoJ30vwTG ok 16 - QONYb8lu::H::2w58EmgG4jVQBk ok 17 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN ok 18 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun ok 19 - SG::us3Cyqye6H9 ok 20 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn # Subtest: BIrVXMa8G6_EYedQeDRb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BIrVXMa8G6_EYedQeDRb # Subtest: Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bnlg8::jGDT::Okf::5s9TjIzQmyTsVMe # Subtest: c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c1crpkFJOYOvq::mBZKKu8r::5U2T3Te2xIUP::j6X2Ivql::8YN # Subtest: e::ix 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e::ix # Subtest: ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ffNralmQwLPVZE7rLQ::dMJ::NBSI8ZwjYgJVfv::DxS7GOQiL::Lh0G4 # Subtest: FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FWKew0::OUcyOzFjR0NWyG8ex::Z::jDKLvhj::Oo8yH6TJSanKH5ey # Subtest: G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - G0::lpN2::NFOAlgXF4Hy8PhohVXbv::ZcSQXiE3syDU9N5GG::eaH8rXd # Subtest: GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GRSVSb14mJhG3g7zZO::kJSEBozIETgKciik2T::lLHwBYcQFsD6H::s_a4EFY7RRdkKWouj93 # Subtest: J::pE1WXXJsTyq2OfjH0wuG::7csPvpke 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - J::pE1WXXJsTyq2OfjH0wuG::7csPvpke # Subtest: j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - j2P2xGvegXbeTUfIM::9A_3EOtuemVUSu7XiN::kOER0noAI12kZz::KIdirQKtzkRFN6UeqXg::vPe_RaxvUFeMP # Subtest: jbB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jbB # Subtest: KNr::BoRZttuZ::U::AnJRoJ30vwTG 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KNr::BoRZttuZ::U::AnJRoJ30vwTG # Subtest: QONYb8lu::H::2w58EmgG4jVQBk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - QONYb8lu::H::2w58EmgG4jVQBk # Subtest: RkqJiNk::vnRRZ0::PPvDBQy3gP_AN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RkqJiNk::vnRRZ0::PPvDBQy3gP_AN # Subtest: RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RSlFHW7rX41ER89x::5yVN9HRYnPszDhSLN7::wfEIQylGgTUiOdI::ngL_j46emCsfmVun # Subtest: SG::us3Cyqye6H9 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SG::us3Cyqye6H9 # Subtest: TsLn0xad6Qr::dJW::lzr1DH75I9icOsL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TsLn0xad6Qr::dJW::lzr1DH75I9icOsL ok 1 - Set ==> aLo::jbpOVJtkM7s4nrXRDuK::CQ2YJe7NUjKEv3lDCwLE::X5YWtn 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 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 = 5.022000 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 = 5.022000 ok 11 - license = apache # 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..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 = 5.022000 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 = 5.022000 ok 12 - license = freebsd # 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 = 5.022000 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 = 5.022000 ok 13 - license = mozilla # 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..2 # Subtest: force = 0 # Subtest: Set ==> C::FJ2Rl2t::4S8kaojVC7 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C::FJ2Rl2t::4S8kaojVC7 ok 5 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik ok 6 - HBc0FkEG55413pIB9 ok 7 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi ok 8 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO ok 9 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 ok 10 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO ok 11 - S6Re::IjRgETeLGxAGaxW::u ok 12 - TVpv4T4X32 ok 13 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 14 - Footer ok 15 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C::FJ2Rl2t::4S8kaojVC7 ok 4 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik ok 5 - HBc0FkEG55413pIB9 ok 6 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi ok 7 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO ok 8 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 ok 9 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO ok 10 - S6Re::IjRgETeLGxAGaxW::u ok 11 - TVpv4T4X32 ok 12 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 13 - Footer ok 14 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: C::FJ2Rl2t::4S8kaojVC7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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::FJ2Rl2t::4S8kaojVC7 # Subtest: eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik # Subtest: HBc0FkEG55413pIB9 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HBc0FkEG55413pIB9 # Subtest: LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi # Subtest: M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO # Subtest: oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 # Subtest: pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO # Subtest: S6Re::IjRgETeLGxAGaxW::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 29 - S6Re::IjRgETeLGxAGaxW::u # Subtest: TVpv4T4X32 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TVpv4T4X32 # Subtest: u3::a2U6wel3kT6gLI::APFz7q4a_ujz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 1 - Set ==> C::FJ2Rl2t::4S8kaojVC7 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> C::FJ2Rl2t::4S8kaojVC7 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - C::FJ2Rl2t::4S8kaojVC7 ok 5 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik ok 6 - HBc0FkEG55413pIB9 ok 7 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi ok 8 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO ok 9 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 ok 10 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO ok 11 - S6Re::IjRgETeLGxAGaxW::u ok 12 - TVpv4T4X32 ok 13 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 14 - Footer ok 15 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - C::FJ2Rl2t::4S8kaojVC7 ok 4 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik ok 5 - HBc0FkEG55413pIB9 ok 6 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi ok 7 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO ok 8 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 ok 9 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO ok 10 - S6Re::IjRgETeLGxAGaxW::u ok 11 - TVpv4T4X32 ok 12 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 13 - Footer ok 14 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: C::FJ2Rl2t::4S8kaojVC7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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::FJ2Rl2t::4S8kaojVC7 # Subtest: eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eMXYfvEvG::bIuz_1Q3icJkA3VNL_6::S_OBrdx9WB::Vitdkik # Subtest: HBc0FkEG55413pIB9 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HBc0FkEG55413pIB9 # Subtest: LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LQ::KwfHgI::2UWHhk2Ei::6XijdFdVO::m_HTi # Subtest: M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - M_kufRP9D::F9xBsX2hZS::Rn2edsbK40wVpx4::aSP8aRsOLsqAO # Subtest: oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oR5fLumnYQ2::xL0GMzjB::h7xLxQ9dazmRDpjAeF::hpSeY37 # Subtest: pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - pB2FYohW45Anrs1ds_V::7aYMzwh5SYK6inN3HpO # Subtest: S6Re::IjRgETeLGxAGaxW::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 29 - S6Re::IjRgETeLGxAGaxW::u # Subtest: TVpv4T4X32 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TVpv4T4X32 # Subtest: u3::a2U6wel3kT6gLI::APFz7q4a_ujz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - u3::a2U6wel3kT6gLI::APFz7q4a_ujz ok 1 - Set ==> C::FJ2Rl2t::4S8kaojVC7 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 = 5.022000 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 = 5.022000 ok 14 - 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 = 5.022000 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 = 5.022000 ok 15 - license = mit # 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 = 5.022000 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 = 5.022000 ok 16 - license = lgpl3 ok 3 - builder = ExtUtils::MakeMaker # Subtest: builder = Module::Build 1..16 # 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..2 # Subtest: force = 0 # Subtest: Set ==> De_D7nytSDL 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - De_D7nytSDL ok 5 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM ok 6 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW ok 7 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw ok 8 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga ok 9 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk ok 10 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 ok 11 - ZJgbj::wQe8_ASy7XPP ok 12 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 13 - Footer ok 14 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - De_D7nytSDL ok 4 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM ok 5 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW ok 6 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw ok 7 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga ok 8 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk ok 9 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 ok 10 - ZJgbj::wQe8_ASy7XPP ok 11 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 12 - Footer ok 13 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: De_D7nytSDL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - De_D7nytSDL # Subtest: dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM # Subtest: mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW # Subtest: s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw # Subtest: Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga # Subtest: xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk # Subtest: z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 # Subtest: ZJgbj::wQe8_ASy7XPP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZJgbj::wQe8_ASy7XPP # Subtest: Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 1 - Set ==> De_D7nytSDL 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> De_D7nytSDL 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - De_D7nytSDL ok 5 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM ok 6 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW ok 7 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw ok 8 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga ok 9 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk ok 10 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 ok 11 - ZJgbj::wQe8_ASy7XPP ok 12 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 13 - Footer ok 14 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - De_D7nytSDL ok 4 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM ok 5 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW ok 6 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw ok 7 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga ok 8 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk ok 9 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 ok 10 - ZJgbj::wQe8_ASy7XPP ok 11 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 12 - Footer ok 13 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: De_D7nytSDL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - De_D7nytSDL # Subtest: dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dYMOgFPl4XStqOn::u8whp2p9_xUNQu2Xm::yBmt9xv8KUaxwB5IkFv::KcjAhp3TLtOJepfrPUsM # Subtest: mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mAdg_::nu75pqmh::cpEVKUBE8kJ6p::LRxzQnlZB83LxTkHW # Subtest: s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - s5KmvTV9RD3qdCw::IoxLn0qHFBjb::rG::11lOw # Subtest: Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tctc::6g9LsbVPDWV2::LlkuamBXgGukhjga # Subtest: xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xU55gE::taUfN3qwl6QFZ4r1eALG::obiGNtFcYG0::13CTQXtGKxFmWDxW5A7K::zk # Subtest: z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - z9F5U9uJyI95H::tN8emCyEUSjOs9k::qCNLlyIk39vewOYiW2 # Subtest: ZJgbj::wQe8_ASy7XPP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZJgbj::wQe8_ASy7XPP # Subtest: Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Zszi0dbQcpBy78F::0Gc::jOnqdaYcc0bm1yGaLZlu::pG0EV::5FcexcrEeT53fjDip3j ok 1 - Set ==> De_D7nytSDL 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..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 = 5.022000 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 = 5.022000 ok 1 - license = qpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 1..35 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP ok 5 - I::bq::G_QGgW9OxuoA9SHv4k ok 6 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb ok 7 - mSoGBnUabj::gcXaF::tIeIozY ok 8 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX ok 9 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL ok 10 - PsSV ok 11 - Qd4dE6::G::ih7M4tN1Vnl13mq ok 12 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv ok 13 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS ok 14 - ViKe5sM1Cbruaz ok 15 - WAl35PUT6::2QYMB ok 16 - xJ_UIEaYsgHqajfD3_HQ::S ok 17 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 18 - Footer ok 19 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP ok 4 - I::bq::G_QGgW9OxuoA9SHv4k ok 5 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb ok 6 - mSoGBnUabj::gcXaF::tIeIozY ok 7 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX ok 8 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL ok 9 - PsSV ok 10 - Qd4dE6::G::ih7M4tN1Vnl13mq ok 11 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv ok 12 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS ok 13 - ViKe5sM1Cbruaz ok 14 - WAl35PUT6::2QYMB ok 15 - xJ_UIEaYsgHqajfD3_HQ::S ok 16 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 17 - Footer ok 18 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP # Subtest: I::bq::G_QGgW9OxuoA9SHv4k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I::bq::G_QGgW9OxuoA9SHv4k # Subtest: Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb # Subtest: mSoGBnUabj::gcXaF::tIeIozY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mSoGBnUabj::gcXaF::tIeIozY # Subtest: nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX # Subtest: oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL # Subtest: PsSV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PsSV # Subtest: Qd4dE6::G::ih7M4tN1Vnl13mq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qd4dE6::G::ih7M4tN1Vnl13mq # Subtest: uAa4MizcS::Fx::3tAUzYuREnuW3nVv 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv # Subtest: uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS # Subtest: ViKe5sM1Cbruaz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ViKe5sM1Cbruaz # Subtest: WAl35PUT6::2QYMB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WAl35PUT6::2QYMB # Subtest: xJ_UIEaYsgHqajfD3_HQ::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 34 - xJ_UIEaYsgHqajfD3_HQ::S # Subtest: yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 1 - Set ==> CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 1..35 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP ok 5 - I::bq::G_QGgW9OxuoA9SHv4k ok 6 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb ok 7 - mSoGBnUabj::gcXaF::tIeIozY ok 8 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX ok 9 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL ok 10 - PsSV ok 11 - Qd4dE6::G::ih7M4tN1Vnl13mq ok 12 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv ok 13 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS ok 14 - ViKe5sM1Cbruaz ok 15 - WAl35PUT6::2QYMB ok 16 - xJ_UIEaYsgHqajfD3_HQ::S ok 17 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 18 - Footer ok 19 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..18 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP ok 4 - I::bq::G_QGgW9OxuoA9SHv4k ok 5 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb ok 6 - mSoGBnUabj::gcXaF::tIeIozY ok 7 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX ok 8 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL ok 9 - PsSV ok 10 - Qd4dE6::G::ih7M4tN1Vnl13mq ok 11 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv ok 12 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS ok 13 - ViKe5sM1Cbruaz ok 14 - WAl35PUT6::2QYMB ok 15 - xJ_UIEaYsgHqajfD3_HQ::S ok 16 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 17 - Footer ok 18 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP # Subtest: I::bq::G_QGgW9OxuoA9SHv4k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I::bq::G_QGgW9OxuoA9SHv4k # Subtest: Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Kfh::ryE::01KqPRhAm1Q_ipV::gshq3Sb # Subtest: mSoGBnUabj::gcXaF::tIeIozY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mSoGBnUabj::gcXaF::tIeIozY # Subtest: nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nwXhG1b8ZRjZA8mq_5c::ieY5HzpQnaYFnTyOaJJ::ZY::XhMkYV3jz::dsCpBpVphkH0HX # Subtest: oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oSSdhMSbakEMMQ::biMDuw35UM94::0EgmOuphqjzM7::Lytx::Ozi8SSbBC2fWHAgL # Subtest: PsSV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PsSV # Subtest: Qd4dE6::G::ih7M4tN1Vnl13mq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qd4dE6::G::ih7M4tN1Vnl13mq # Subtest: uAa4MizcS::Fx::3tAUzYuREnuW3nVv 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uAa4MizcS::Fx::3tAUzYuREnuW3nVv # Subtest: uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uZrr8M6k::5LXhObU4MpS2m7LSg::8ooF73OJAaazAHGS # Subtest: ViKe5sM1Cbruaz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ViKe5sM1Cbruaz # Subtest: WAl35PUT6::2QYMB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WAl35PUT6::2QYMB # Subtest: xJ_UIEaYsgHqajfD3_HQ::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 34 - xJ_UIEaYsgHqajfD3_HQ::S # Subtest: yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yWY::6OlxUXHpmz::LzFZ6y5NqEMQJs_::VG0 ok 1 - Set ==> CG3ZZS_xy0bSQK::PfNtvzPDxqLWT4ggSUY0::MUpu_PqfOa5022f84VP 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..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 = 5.022000 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 = 5.022000 ok 2 - license = agpl3 # 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 = 5.022000 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..2 # Subtest: force = 0 # Subtest: Set ==> aV8T2::kgddwi1PkWKXfa 1..40 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aV8T2::kgddwi1PkWKXfa ok 5 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 ok 6 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp ok 7 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py ok 8 - eon ok 9 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I ok 10 - gfBp4WVwD754n::kiInNVwm9StvK ok 11 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ ok 12 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct ok 13 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 ok 14 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg ok 15 - qs8WUaGDd::EmOJ ok 16 - S3yWqs833_Gxf4P3 ok 17 - SZNUS4tD ok 18 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL ok 19 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT ok 20 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys ok 21 - USjVQLi4q6zmmSoD::NHy6_cu ok 22 - VxH6fQX::GN6UY ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aV8T2::kgddwi1PkWKXfa ok 4 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 ok 5 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp ok 6 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py ok 7 - eon ok 8 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I ok 9 - gfBp4WVwD754n::kiInNVwm9StvK ok 10 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ ok 11 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct ok 12 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 ok 13 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg ok 14 - qs8WUaGDd::EmOJ ok 15 - S3yWqs833_Gxf4P3 ok 16 - SZNUS4tD ok 17 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL ok 18 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT ok 19 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys ok 20 - USjVQLi4q6zmmSoD::NHy6_cu ok 21 - VxH6fQX::GN6UY ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aV8T2::kgddwi1PkWKXfa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aV8T2::kgddwi1PkWKXfa # Subtest: BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 # Subtest: cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp # Subtest: D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py # Subtest: eon 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eon # Subtest: fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::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 27 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I # Subtest: gfBp4WVwD754n::kiInNVwm9StvK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gfBp4WVwD754n::kiInNVwm9StvK # Subtest: MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ # Subtest: nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct # Subtest: nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 # Subtest: PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg # Subtest: qs8WUaGDd::EmOJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qs8WUaGDd::EmOJ # Subtest: S3yWqs833_Gxf4P3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - S3yWqs833_Gxf4P3 # Subtest: SZNUS4tD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SZNUS4tD # Subtest: TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL # Subtest: TxoGxW7HCPVArFTU::79zWDj6qOdBxT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT # Subtest: uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys # Subtest: USjVQLi4q6zmmSoD::NHy6_cu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - USjVQLi4q6zmmSoD::NHy6_cu # Subtest: VxH6fQX::GN6UY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VxH6fQX::GN6UY ok 1 - Set ==> aV8T2::kgddwi1PkWKXfa 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> aV8T2::kgddwi1PkWKXfa 1..40 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aV8T2::kgddwi1PkWKXfa ok 5 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 ok 6 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp ok 7 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py ok 8 - eon ok 9 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I ok 10 - gfBp4WVwD754n::kiInNVwm9StvK ok 11 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ ok 12 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct ok 13 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 ok 14 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg ok 15 - qs8WUaGDd::EmOJ ok 16 - S3yWqs833_Gxf4P3 ok 17 - SZNUS4tD ok 18 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL ok 19 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT ok 20 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys ok 21 - USjVQLi4q6zmmSoD::NHy6_cu ok 22 - VxH6fQX::GN6UY ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aV8T2::kgddwi1PkWKXfa ok 4 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 ok 5 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp ok 6 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py ok 7 - eon ok 8 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I ok 9 - gfBp4WVwD754n::kiInNVwm9StvK ok 10 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ ok 11 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct ok 12 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 ok 13 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg ok 14 - qs8WUaGDd::EmOJ ok 15 - S3yWqs833_Gxf4P3 ok 16 - SZNUS4tD ok 17 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL ok 18 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT ok 19 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys ok 20 - USjVQLi4q6zmmSoD::NHy6_cu ok 21 - VxH6fQX::GN6UY ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aV8T2::kgddwi1PkWKXfa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aV8T2::kgddwi1PkWKXfa # Subtest: BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BoOMpY7::91QBFocaZ60tYLI4bQ::ktrXrU1DjQGkW::LFYNEtaCIqqiat6 # Subtest: cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cq3ZTpe::MU2VKOSMGFOcYQEsYDz::yQYiUJjECbd_yRaIdlp # Subtest: D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D4rGsl3::tXkQEf5u8A1lxA4::W9U::D05AEA::py # Subtest: eon 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eon # Subtest: fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::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 27 - fVasG_TnJdkGcijDPi::X::eFXq2BPFd33E::I # Subtest: gfBp4WVwD754n::kiInNVwm9StvK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gfBp4WVwD754n::kiInNVwm9StvK # Subtest: MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MDSl7i::OcTcE6dx::4KKDZot_A::qVsGuUXIy1RvXlufQ # Subtest: nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nc::Dfa::RJVOF6xeOP6dsay::WXMKT3BjADXfkl0ct # Subtest: nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nZjj::XEC::jAk_e7EfqQb::VqnwpTr4y1rVV::Kj9h4S891 # Subtest: PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PjhSEdsDI::UpD7mJjPA3b::Ete2TdwrfpD::sHoHg # Subtest: qs8WUaGDd::EmOJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qs8WUaGDd::EmOJ # Subtest: S3yWqs833_Gxf4P3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - S3yWqs833_Gxf4P3 # Subtest: SZNUS4tD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SZNUS4tD # Subtest: TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TK4sVEolZ::yTPG::TVtpDcYvRIR::jjWC9Nn8jF38LL # Subtest: TxoGxW7HCPVArFTU::79zWDj6qOdBxT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TxoGxW7HCPVArFTU::79zWDj6qOdBxT # Subtest: uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uJsk9uvlRBlzG::Bh3SdQ1Y::udauiJys # Subtest: USjVQLi4q6zmmSoD::NHy6_cu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - USjVQLi4q6zmmSoD::NHy6_cu # Subtest: VxH6fQX::GN6UY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VxH6fQX::GN6UY ok 1 - Set ==> aV8T2::kgddwi1PkWKXfa 1..1 ok 2 - force = 1 ok 14 - ignores_type = 1101 # 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 = 5.022000 ok 3 - license = perl # 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 = 5.022000 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 = 5.022000 ok 4 - license = artistic # 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..2 # Subtest: force = 0 # Subtest: Set ==> B9WugnP6gc3K_KUuus9u 1..39 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B9WugnP6gc3K_KUuus9u ok 5 - CnJjUxYb::XWwRZWZ6eJ32eMLR ok 6 - fG::XbiqLJ9t6UMk ok 7 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M ok 8 - KI::63mK64OVc::JDUa0DNK::HiZ ok 9 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 ok 10 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r ok 11 - qE_enRUMFrt81Le8 ok 12 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e ok 13 - tZUtJif79QhRowzl ok 14 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O ok 15 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA ok 16 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA ok 17 - Wttw9RrtoaIT1fRKia ok 18 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k ok 19 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ ok 20 - ZD ok 21 - zJEoh::RK34agcugXKG4vOiMF3F ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B9WugnP6gc3K_KUuus9u ok 4 - CnJjUxYb::XWwRZWZ6eJ32eMLR ok 5 - fG::XbiqLJ9t6UMk ok 6 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M ok 7 - KI::63mK64OVc::JDUa0DNK::HiZ ok 8 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 ok 9 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r ok 10 - qE_enRUMFrt81Le8 ok 11 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e ok 12 - tZUtJif79QhRowzl ok 13 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O ok 14 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA ok 15 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA ok 16 - Wttw9RrtoaIT1fRKia ok 17 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k ok 18 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ ok 19 - ZD ok 20 - zJEoh::RK34agcugXKG4vOiMF3F ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: B9WugnP6gc3K_KUuus9u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - B9WugnP6gc3K_KUuus9u # Subtest: CnJjUxYb::XWwRZWZ6eJ32eMLR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CnJjUxYb::XWwRZWZ6eJ32eMLR # Subtest: fG::XbiqLJ9t6UMk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fG::XbiqLJ9t6UMk # Subtest: FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M # Subtest: KI::63mK64OVc::JDUa0DNK::HiZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KI::63mK64OVc::JDUa0DNK::HiZ # Subtest: NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 # Subtest: POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r # Subtest: qE_enRUMFrt81Le8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qE_enRUMFrt81Le8 # Subtest: SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e # Subtest: tZUtJif79QhRowzl 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tZUtJif79QhRowzl # Subtest: UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O # Subtest: vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA # Subtest: woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA # Subtest: Wttw9RrtoaIT1fRKia 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Wttw9RrtoaIT1fRKia # Subtest: wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k # Subtest: Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ # Subtest: ZD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZD # Subtest: zJEoh::RK34agcugXKG4vOiMF3F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zJEoh::RK34agcugXKG4vOiMF3F ok 1 - Set ==> B9WugnP6gc3K_KUuus9u 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> B9WugnP6gc3K_KUuus9u 1..39 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B9WugnP6gc3K_KUuus9u ok 5 - CnJjUxYb::XWwRZWZ6eJ32eMLR ok 6 - fG::XbiqLJ9t6UMk ok 7 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M ok 8 - KI::63mK64OVc::JDUa0DNK::HiZ ok 9 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 ok 10 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r ok 11 - qE_enRUMFrt81Le8 ok 12 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e ok 13 - tZUtJif79QhRowzl ok 14 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O ok 15 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA ok 16 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA ok 17 - Wttw9RrtoaIT1fRKia ok 18 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k ok 19 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ ok 20 - ZD ok 21 - zJEoh::RK34agcugXKG4vOiMF3F ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B9WugnP6gc3K_KUuus9u ok 4 - CnJjUxYb::XWwRZWZ6eJ32eMLR ok 5 - fG::XbiqLJ9t6UMk ok 6 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M ok 7 - KI::63mK64OVc::JDUa0DNK::HiZ ok 8 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 ok 9 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r ok 10 - qE_enRUMFrt81Le8 ok 11 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e ok 12 - tZUtJif79QhRowzl ok 13 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O ok 14 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA ok 15 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA ok 16 - Wttw9RrtoaIT1fRKia ok 17 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k ok 18 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ ok 19 - ZD ok 20 - zJEoh::RK34agcugXKG4vOiMF3F ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: B9WugnP6gc3K_KUuus9u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - B9WugnP6gc3K_KUuus9u # Subtest: CnJjUxYb::XWwRZWZ6eJ32eMLR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CnJjUxYb::XWwRZWZ6eJ32eMLR # Subtest: fG::XbiqLJ9t6UMk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fG::XbiqLJ9t6UMk # Subtest: FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - FmtraA::Y040kCnioNli2pI::R9::5I::G0Jxe4xb1M # Subtest: KI::63mK64OVc::JDUa0DNK::HiZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KI::63mK64OVc::JDUa0DNK::HiZ # Subtest: NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NzYBpsKY9FHXzQ::8WQ::CVkVK_TavpWRSz9s8 # Subtest: POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - POBkxdGiXwQSNVHHE::RPf::XkcfmxGy1vPY4TlEoP9b::kc9NLu::OoIg0r # Subtest: qE_enRUMFrt81Le8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qE_enRUMFrt81Le8 # Subtest: SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SzeOrHYS8::T10ITnEDFi::9oUY_aS9RUCMVBZ8e # Subtest: tZUtJif79QhRowzl 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tZUtJif79QhRowzl # Subtest: UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UPXwvQNR::PrlUZ2Hy1Qe::dRe5qUHGeBzws7O # Subtest: vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vZf::vGr8LYAD_SUajpTCFt1::oButv1mLqA # Subtest: woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - woNZ8NFgBlsQ9IUPtT4V::V49::f75zixjj1HN4o::mnJcA # Subtest: Wttw9RrtoaIT1fRKia 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Wttw9RrtoaIT1fRKia # Subtest: wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wu5ghgvE2_U8rJ::j333xzJx7NrdR2S::hILOD5pZxU6k # Subtest: Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Z5xHsQJXSssciISysOb::zp1Xr7_9cs::_WPBBoRZ1tFqNKxBudJ # Subtest: ZD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZD # Subtest: zJEoh::RK34agcugXKG4vOiMF3F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - zJEoh::RK34agcugXKG4vOiMF3F ok 1 - Set ==> B9WugnP6gc3K_KUuus9u 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 = 5.022000 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 = 5.022000 ok 5 - license = artistic2 # 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..2 # Subtest: force = 0 # Subtest: Set ==> AW07WhGVub::GgxXRrnNNSp 1..39 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AW07WhGVub::GgxXRrnNNSp ok 5 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn ok 6 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 ok 7 - ey5y3qWqOZle ok 8 - fdzef499wRSrn ok 9 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y ok 10 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi ok 11 - fsSjiXlyU::DfB2o_vM3uxBRzZ ok 12 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu ok 13 - hVhXPLYJb44NUgiQN ok 14 - m6xqddpaqq ok 15 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq ok 16 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q ok 17 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J ok 18 - uMYyEnRN::8d6yif2rd::dpIOC8u ok 19 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq ok 20 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW ok 21 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AW07WhGVub::GgxXRrnNNSp ok 4 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn ok 5 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 ok 6 - ey5y3qWqOZle ok 7 - fdzef499wRSrn ok 8 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y ok 9 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi ok 10 - fsSjiXlyU::DfB2o_vM3uxBRzZ ok 11 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu ok 12 - hVhXPLYJb44NUgiQN ok 13 - m6xqddpaqq ok 14 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq ok 15 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q ok 16 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J ok 17 - uMYyEnRN::8d6yif2rd::dpIOC8u ok 18 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq ok 19 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW ok 20 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AW07WhGVub::GgxXRrnNNSp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AW07WhGVub::GgxXRrnNNSp # Subtest: c::rsNnjDJtZLZmY0K1i::zvQrpLBn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn # Subtest: eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 # Subtest: ey5y3qWqOZle 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ey5y3qWqOZle # Subtest: fdzef499wRSrn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fdzef499wRSrn # Subtest: fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y # Subtest: frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi # Subtest: fsSjiXlyU::DfB2o_vM3uxBRzZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fsSjiXlyU::DfB2o_vM3uxBRzZ # Subtest: g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu # Subtest: hVhXPLYJb44NUgiQN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hVhXPLYJb44NUgiQN # Subtest: m6xqddpaqq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m6xqddpaqq # Subtest: OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq # Subtest: QpbR54mrvBgGsc::9E3NQEYcGzwk6Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q # Subtest: TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_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 35 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J # Subtest: uMYyEnRN::8d6yif2rd::dpIOC8u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uMYyEnRN::8d6yif2rd::dpIOC8u # Subtest: uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq # Subtest: Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW # Subtest: ZACepqo::k8OqdsZpL::Gi1v6__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 39 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 1 - Set ==> AW07WhGVub::GgxXRrnNNSp 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AW07WhGVub::GgxXRrnNNSp 1..39 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AW07WhGVub::GgxXRrnNNSp ok 5 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn ok 6 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 ok 7 - ey5y3qWqOZle ok 8 - fdzef499wRSrn ok 9 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y ok 10 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi ok 11 - fsSjiXlyU::DfB2o_vM3uxBRzZ ok 12 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu ok 13 - hVhXPLYJb44NUgiQN ok 14 - m6xqddpaqq ok 15 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq ok 16 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q ok 17 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J ok 18 - uMYyEnRN::8d6yif2rd::dpIOC8u ok 19 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq ok 20 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW ok 21 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AW07WhGVub::GgxXRrnNNSp ok 4 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn ok 5 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 ok 6 - ey5y3qWqOZle ok 7 - fdzef499wRSrn ok 8 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y ok 9 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi ok 10 - fsSjiXlyU::DfB2o_vM3uxBRzZ ok 11 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu ok 12 - hVhXPLYJb44NUgiQN ok 13 - m6xqddpaqq ok 14 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq ok 15 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q ok 16 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J ok 17 - uMYyEnRN::8d6yif2rd::dpIOC8u ok 18 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq ok 19 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW ok 20 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AW07WhGVub::GgxXRrnNNSp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AW07WhGVub::GgxXRrnNNSp # Subtest: c::rsNnjDJtZLZmY0K1i::zvQrpLBn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c::rsNnjDJtZLZmY0K1i::zvQrpLBn # Subtest: eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eWgal::vK0TGC9OhJ1fqitIm3n::G::SB7uQBuGq7DE7 # Subtest: ey5y3qWqOZle 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ey5y3qWqOZle # Subtest: fdzef499wRSrn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fdzef499wRSrn # Subtest: fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fmNRMYqTNmtF::FSe5TskFazU::TmhgNzH4::U5kaovjv8Y # Subtest: frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - frJKZV5S2T::BJ8RU9a2jQ::XBSVa9ZYX8v::h5yfF0lzz7CqKd5::TC4ODiMVHtMuMi # Subtest: fsSjiXlyU::DfB2o_vM3uxBRzZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fsSjiXlyU::DfB2o_vM3uxBRzZ # Subtest: g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g::UdolI9JIhxfO::aWoPJtaOq6::X__::lrhMDJNGrhahu # Subtest: hVhXPLYJb44NUgiQN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hVhXPLYJb44NUgiQN # Subtest: m6xqddpaqq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m6xqddpaqq # Subtest: OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - OFGADL4Ez0T0Pfd26tV::OydbUNgeYEjyq # Subtest: QpbR54mrvBgGsc::9E3NQEYcGzwk6Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - QpbR54mrvBgGsc::9E3NQEYcGzwk6Q # Subtest: TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_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 35 - TMXot0::nigXc0A1x8s6Q::TEV_nxoku0x4IEQBj_J # Subtest: uMYyEnRN::8d6yif2rd::dpIOC8u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uMYyEnRN::8d6yif2rd::dpIOC8u # Subtest: uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uuCI8jSxNa6uXgYU::cDakL8Vgg7Sq1HCp7x::aoeM::y5dBpCJq # Subtest: Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Z9Dg93J2nSvFsS::C2q6m5D8U4IcOXQ4VW # Subtest: ZACepqo::k8OqdsZpL::Gi1v6__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 39 - ZACepqo::k8OqdsZpL::Gi1v6__E ok 1 - Set ==> AW07WhGVub::GgxXRrnNNSp 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 4 - minperl = v5.10.1 # Subtest: minperl = 5.022000 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 = 5.022000 ok 6 - license = bsd # 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..2 # Subtest: force = 0 # Subtest: Set ==> a8UZyHUH 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a8UZyHUH ok 5 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC ok 6 - eLY1wy9nOe::WKhy ok 7 - FnANi0mjd3OM::U ok 8 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK ok 9 - ln::_1gXCO2I162BdoZ ok 10 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI ok 11 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt ok 12 - ONG1X7uQ::lhFH2OcCetHcBbFER ok 13 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C ok 14 - wBgdCBJ0::LgF9UtbVF ok 15 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC ok 16 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb ok 17 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX ok 18 - ZO ok 19 - Footer ok 20 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a8UZyHUH ok 4 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC ok 5 - eLY1wy9nOe::WKhy ok 6 - FnANi0mjd3OM::U ok 7 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK ok 8 - ln::_1gXCO2I162BdoZ ok 9 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI ok 10 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt ok 11 - ONG1X7uQ::lhFH2OcCetHcBbFER ok 12 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C ok 13 - wBgdCBJ0::LgF9UtbVF ok 14 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC ok 15 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb ok 16 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX ok 17 - ZO ok 18 - Footer ok 19 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: a8UZyHUH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - a8UZyHUH # Subtest: dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC # Subtest: eLY1wy9nOe::WKhy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eLY1wy9nOe::WKhy # Subtest: FnANi0mjd3OM::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 - FnANi0mjd3OM::U # Subtest: Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK # Subtest: ln::_1gXCO2I162BdoZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ln::_1gXCO2I162BdoZ # Subtest: Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI # Subtest: mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt # Subtest: ONG1X7uQ::lhFH2OcCetHcBbFER 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ONG1X7uQ::lhFH2OcCetHcBbFER # Subtest: uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C # Subtest: wBgdCBJ0::LgF9UtbVF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wBgdCBJ0::LgF9UtbVF # Subtest: xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC # Subtest: Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb # Subtest: YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX # Subtest: ZO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZO ok 1 - Set ==> a8UZyHUH 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> a8UZyHUH 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - a8UZyHUH ok 5 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC ok 6 - eLY1wy9nOe::WKhy ok 7 - FnANi0mjd3OM::U ok 8 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK ok 9 - ln::_1gXCO2I162BdoZ ok 10 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI ok 11 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt ok 12 - ONG1X7uQ::lhFH2OcCetHcBbFER ok 13 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C ok 14 - wBgdCBJ0::LgF9UtbVF ok 15 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC ok 16 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb ok 17 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX ok 18 - ZO ok 19 - Footer ok 20 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - a8UZyHUH ok 4 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC ok 5 - eLY1wy9nOe::WKhy ok 6 - FnANi0mjd3OM::U ok 7 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK ok 8 - ln::_1gXCO2I162BdoZ ok 9 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI ok 10 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt ok 11 - ONG1X7uQ::lhFH2OcCetHcBbFER ok 12 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C ok 13 - wBgdCBJ0::LgF9UtbVF ok 14 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC ok 15 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb ok 16 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX ok 17 - ZO ok 18 - Footer ok 19 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: a8UZyHUH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - a8UZyHUH # Subtest: dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dnxh4vUKmgzV::hkU::uMXQtyddYoO5eOLcJ3::JfYMW2TgvtU_CUf41RrC # Subtest: eLY1wy9nOe::WKhy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eLY1wy9nOe::WKhy # Subtest: FnANi0mjd3OM::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 - FnANi0mjd3OM::U # Subtest: Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Hf5mlFaDCG::lddOt::87qypzTPeoF3f::Lyyxio::KrknLxvrK # Subtest: ln::_1gXCO2I162BdoZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ln::_1gXCO2I162BdoZ # Subtest: Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Mc6q5ydnLYGyy::lpihkvVztl9qXHPSkheY::ZkvweZ::dtajV1UsXVsFCUdI # Subtest: mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mqhQUuc6r8QRVxoh3::gbZDPS2UYSYOPCwvW::6NIkZl::iVZMt # Subtest: ONG1X7uQ::lhFH2OcCetHcBbFER 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ONG1X7uQ::lhFH2OcCetHcBbFER # Subtest: uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uq6dIVUM3x::0ERorEpY::MBxFvpCZgxqgyROX4::pLqBM_JTDP0C # Subtest: wBgdCBJ0::LgF9UtbVF 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wBgdCBJ0::LgF9UtbVF # Subtest: xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xO06t85Hf::Okgioa_ufKL87::uZqQBQhTsn4goOYnC # Subtest: Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Y::4xmP1a43sx8bahou::l7VRKD6B0GoRadczoO::WZQFWpgRpcYwUIgWJW::lRCmub43LiwUNb # Subtest: YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YU8U7RyWTgvB4ah8T::ug7OrYh0Z9Ub6Kx6EL::vtgrgmduwX6OzU::HmkQzpSwofHxvee0U_Dw::Nh39B1vIc5qWX # Subtest: ZO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZO ok 1 - Set ==> a8UZyHUH 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 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..2 # Subtest: force = 0 # Subtest: Set ==> Is3p5i5ei 1..23 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Is3p5i5ei ok 5 - w4P2vKpFIPpf ok 6 - Footer ok 7 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Is3p5i5ei ok 4 - w4P2vKpFIPpf ok 5 - Footer ok 6 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Is3p5i5ei 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Is3p5i5ei # Subtest: w4P2vKpFIPpf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - w4P2vKpFIPpf ok 1 - Set ==> Is3p5i5ei 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> Is3p5i5ei 1..23 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Is3p5i5ei ok 5 - w4P2vKpFIPpf ok 6 - Footer ok 7 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..6 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Is3p5i5ei ok 4 - w4P2vKpFIPpf ok 5 - Footer ok 6 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Is3p5i5ei 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Is3p5i5ei # Subtest: w4P2vKpFIPpf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - w4P2vKpFIPpf ok 1 - Set ==> Is3p5i5ei 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 4 - minperl = v5.10.1 # Subtest: minperl = 5.022000 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 = 5.022000 ok 7 - license = gpl3 # 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 = 5.022000 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 = 5.022000 ok 8 - license = mozilla2 # 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..2 # Subtest: force = 0 # Subtest: Set ==> L1cFhC::3Dao3LE::5MpLwi 1..24 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - L1cFhC::3Dao3LE::5MpLwi ok 5 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL ok 6 - yh7OMp ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - L1cFhC::3Dao3LE::5MpLwi ok 4 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL ok 5 - yh7OMp ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: L1cFhC::3Dao3LE::5MpLwi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L1cFhC::3Dao3LE::5MpLwi # Subtest: VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL # Subtest: yh7OMp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yh7OMp ok 1 - Set ==> L1cFhC::3Dao3LE::5MpLwi 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> L1cFhC::3Dao3LE::5MpLwi 1..24 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - L1cFhC::3Dao3LE::5MpLwi ok 5 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL ok 6 - yh7OMp ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - L1cFhC::3Dao3LE::5MpLwi ok 4 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL ok 5 - yh7OMp ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: L1cFhC::3Dao3LE::5MpLwi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L1cFhC::3Dao3LE::5MpLwi # Subtest: VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VESL8589QU::mW8pPhK7G::OlVaWR::sI8uierecxL # Subtest: yh7OMp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yh7OMp ok 1 - Set ==> L1cFhC::3Dao3LE::5MpLwi 1..1 ok 2 - force = 1 ok 14 - ignores_type = 1101 # 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 = 5.022000 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 = 5.022000 ok 9 - license = lgpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> _k4 1..40 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _k4 ok 5 - bGDvSlKiuTz08 ok 6 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 ok 7 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei ok 8 - fFASPgoSd8Ff1 ok 9 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA ok 10 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo ok 11 - JeXPWD39UzH ok 12 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 ok 13 - qOP6l48 ok 14 - tuZ_7_fkgBPG ok 15 - Tv6MUbE_55d ok 16 - UfSDCHwIolf9YHyQnyuN ok 17 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi ok 18 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn ok 19 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK ok 20 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 ok 21 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F ok 22 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _k4 ok 4 - bGDvSlKiuTz08 ok 5 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 ok 6 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei ok 7 - fFASPgoSd8Ff1 ok 8 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA ok 9 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo ok 10 - JeXPWD39UzH ok 11 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 ok 12 - qOP6l48 ok 13 - tuZ_7_fkgBPG ok 14 - Tv6MUbE_55d ok 15 - UfSDCHwIolf9YHyQnyuN ok 16 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi ok 17 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn ok 18 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK ok 19 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 ok 20 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F ok 21 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _k4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _k4 # Subtest: bGDvSlKiuTz08 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bGDvSlKiuTz08 # Subtest: dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 # Subtest: EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei # Subtest: fFASPgoSd8Ff1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fFASPgoSd8Ff1 # Subtest: Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA # Subtest: iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo # Subtest: JeXPWD39UzH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JeXPWD39UzH # Subtest: qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 # Subtest: qOP6l48 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qOP6l48 # Subtest: tuZ_7_fkgBPG 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tuZ_7_fkgBPG # Subtest: Tv6MUbE_55d 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tv6MUbE_55d # Subtest: UfSDCHwIolf9YHyQnyuN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UfSDCHwIolf9YHyQnyuN # Subtest: ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi # Subtest: V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn # Subtest: vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK # Subtest: x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 # Subtest: x4odKNyM::Oeq_STi5C::WISu6Uzy4F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F # Subtest: ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 1 - Set ==> _k4 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _k4 1..40 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _k4 ok 5 - bGDvSlKiuTz08 ok 6 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 ok 7 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei ok 8 - fFASPgoSd8Ff1 ok 9 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA ok 10 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo ok 11 - JeXPWD39UzH ok 12 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 ok 13 - qOP6l48 ok 14 - tuZ_7_fkgBPG ok 15 - Tv6MUbE_55d ok 16 - UfSDCHwIolf9YHyQnyuN ok 17 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi ok 18 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn ok 19 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK ok 20 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 ok 21 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F ok 22 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 23 - Footer ok 24 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _k4 ok 4 - bGDvSlKiuTz08 ok 5 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 ok 6 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei ok 7 - fFASPgoSd8Ff1 ok 8 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA ok 9 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo ok 10 - JeXPWD39UzH ok 11 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 ok 12 - qOP6l48 ok 13 - tuZ_7_fkgBPG ok 14 - Tv6MUbE_55d ok 15 - UfSDCHwIolf9YHyQnyuN ok 16 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi ok 17 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn ok 18 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK ok 19 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 ok 20 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F ok 21 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 22 - Footer ok 23 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _k4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _k4 # Subtest: bGDvSlKiuTz08 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bGDvSlKiuTz08 # Subtest: dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dRNqLdQ1X::NBwvmlb5Im::D8GxlZjdGIJoIJn5 # Subtest: EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EwLX3zoMfH::0rinYWgAPRvwNO0zL0ei # Subtest: fFASPgoSd8Ff1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fFASPgoSd8Ff1 # Subtest: Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Fo814gGm1V::geMKlanZdVtCk::ucrcQmp::DxunKC48r2OA # Subtest: iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - iG6sgoWAJVjA_::E3gdLDeT2Vem::5sH0oPhx::vrZd_68kvL_QHJ_NCk::zJZIjo # Subtest: JeXPWD39UzH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JeXPWD39UzH # Subtest: qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qBpPrXK7eIIsIB7do::A5NRiGJidf2HYeXQTB::r5DfI6RN_nbR1egE::m::fjmR7 # Subtest: qOP6l48 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qOP6l48 # Subtest: tuZ_7_fkgBPG 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tuZ_7_fkgBPG # Subtest: Tv6MUbE_55d 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tv6MUbE_55d # Subtest: UfSDCHwIolf9YHyQnyuN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UfSDCHwIolf9YHyQnyuN # Subtest: ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ugElOvTWaCCSs::qTkD3W39EKpCv_V8PUHA::3EcrAqjJb2BzJz::3Ogi # Subtest: V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - V::qCttrwexAnWtTdVbmoP::6oHPKYS7_p6fq::hnjsBocJ_fSn # Subtest: vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vWC4FGntQ::8yG::kLv::SC9DMleCeGVvbAtub6BK # Subtest: x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x3RlvNO0AwzrjDjj4H::8Q6rK2::O5Ary_BOoXJ::q1::iI_GKpsoQL4 # Subtest: x4odKNyM::Oeq_STi5C::WISu6Uzy4F 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x4odKNyM::Oeq_STi5C::WISu6Uzy4F # Subtest: ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZbXfGvW72uLP7V::sJks9vDWlH21pa::ehQwjGTXAJ0 ok 1 - Set ==> _k4 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 = 5.022000 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 = 5.022000 ok 10 - license = gpl # 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 = 5.022000 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 = 5.022000 ok 11 - license = apache # 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..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 = 5.022000 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 = 5.022000 ok 12 - license = freebsd # 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..2 # Subtest: force = 0 # Subtest: Set ==> AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B ok 5 - cD39::LMYQed_oUCdD::98pw3v6blIX ok 6 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 ok 7 - e::ks::sOncfJdA3Fs ok 8 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A ok 9 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop ok 10 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB ok 11 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ ok 12 - P4HxxG::OftogTAApvATy9u4HT_::QnY ok 13 - PnG3bRIBcLS::qgz_70mG0w ok 14 - qHR1 ok 15 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 ok 16 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ ok 17 - wbZ::YQe0e1s016hZam1Btm::IuUhUA ok 18 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw ok 19 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B ok 4 - cD39::LMYQed_oUCdD::98pw3v6blIX ok 5 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 ok 6 - e::ks::sOncfJdA3Fs ok 7 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A ok 8 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop ok 9 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB ok 10 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ ok 11 - P4HxxG::OftogTAApvATy9u4HT_::QnY ok 12 - PnG3bRIBcLS::qgz_70mG0w ok 13 - qHR1 ok 14 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 ok 15 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ ok 16 - wbZ::YQe0e1s016hZam1Btm::IuUhUA ok 17 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw ok 18 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::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 22 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B # Subtest: cD39::LMYQed_oUCdD::98pw3v6blIX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cD39::LMYQed_oUCdD::98pw3v6blIX # Subtest: d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 # Subtest: e::ks::sOncfJdA3Fs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e::ks::sOncfJdA3Fs # Subtest: FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::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 26 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A # Subtest: hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop # Subtest: Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB # Subtest: lIuu760B7aMiG8IjcJZj::G70pywcHOZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ # Subtest: P4HxxG::OftogTAApvATy9u4HT_::QnY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P4HxxG::OftogTAApvATy9u4HT_::QnY # Subtest: PnG3bRIBcLS::qgz_70mG0w 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PnG3bRIBcLS::qgz_70mG0w # Subtest: qHR1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qHR1 # Subtest: ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 # Subtest: SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ # Subtest: wbZ::YQe0e1s016hZam1Btm::IuUhUA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wbZ::YQe0e1s016hZam1Btm::IuUhUA # Subtest: xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw # Subtest: YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 1 - Set ==> AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B ok 5 - cD39::LMYQed_oUCdD::98pw3v6blIX ok 6 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 ok 7 - e::ks::sOncfJdA3Fs ok 8 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A ok 9 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop ok 10 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB ok 11 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ ok 12 - P4HxxG::OftogTAApvATy9u4HT_::QnY ok 13 - PnG3bRIBcLS::qgz_70mG0w ok 14 - qHR1 ok 15 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 ok 16 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ ok 17 - wbZ::YQe0e1s016hZam1Btm::IuUhUA ok 18 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw ok 19 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B ok 4 - cD39::LMYQed_oUCdD::98pw3v6blIX ok 5 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 ok 6 - e::ks::sOncfJdA3Fs ok 7 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A ok 8 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop ok 9 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB ok 10 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ ok 11 - P4HxxG::OftogTAApvATy9u4HT_::QnY ok 12 - PnG3bRIBcLS::qgz_70mG0w ok 13 - qHR1 ok 14 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 ok 15 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ ok 16 - wbZ::YQe0e1s016hZam1Btm::IuUhUA ok 17 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw ok 18 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::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 22 - AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B # Subtest: cD39::LMYQed_oUCdD::98pw3v6blIX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cD39::LMYQed_oUCdD::98pw3v6blIX # Subtest: d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - d::AOQzmo3fzP1j9CZnRmbD::ABGBigDOA6pUhuH5::Uxi10p3IHZkg1dUpTGp::8 # Subtest: e::ks::sOncfJdA3Fs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - e::ks::sOncfJdA3Fs # Subtest: FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::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 26 - FkGwQ7QoBC::HOqCbt_GKE::KMA::lobhX4Ckmcv::A # Subtest: hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hvNbmTJ8wFs::Lc9NAWFQl::FSIpzPUTI35X::_7::gqx0EoyKaop # Subtest: Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Kk2bLDVHu54k::c01M2XM7ABKPFxoOTdUB # Subtest: lIuu760B7aMiG8IjcJZj::G70pywcHOZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lIuu760B7aMiG8IjcJZj::G70pywcHOZ # Subtest: P4HxxG::OftogTAApvATy9u4HT_::QnY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P4HxxG::OftogTAApvATy9u4HT_::QnY # Subtest: PnG3bRIBcLS::qgz_70mG0w 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PnG3bRIBcLS::qgz_70mG0w # Subtest: qHR1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qHR1 # Subtest: ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ruxJYv::AUqzb::1j7LMDTIfsc80alE6gq5 # Subtest: SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SV::unubVs6u::6KrNwiC_9kgjH::07i6DFM2drqK::lX_Fh64qpQ # Subtest: wbZ::YQe0e1s016hZam1Btm::IuUhUA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wbZ::YQe0e1s016hZam1Btm::IuUhUA # Subtest: xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xTOeWO1r_2gP35::JpiuiUngk0gxdaNrJnjZ::aGDTB0UUif2Qot81qKfT::6cw # Subtest: YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YIYYErgH80yVME::P_Y1mt3O8oRyMi7pF::9zgPh::lfi176MJekW ok 1 - Set ==> AZse66ABo9NrVlP8::B3XEFL3::MboD0::_XiuqGDEL72sDSx3_u::B 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..2 # Subtest: force = 0 # Subtest: Set ==> bDly::tclRGIiLB::L::bn::uhlJNqn 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bDly::tclRGIiLB::L::bn::uhlJNqn ok 5 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x ok 6 - E97::EGlO81w8gM::xeLsE3l_::MSLu ok 7 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq ok 8 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR ok 9 - gchaDfwmcoCc::Zqv_Vswv2D6Hr ok 10 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 ok 11 - ltnU ok 12 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah ok 13 - O4pd_mCQYF4MD::vOxngYF::Wb ok 14 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t ok 15 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 ok 16 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm ok 17 - U::o3d2_z::eGLnohA ok 18 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg ok 19 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bDly::tclRGIiLB::L::bn::uhlJNqn ok 4 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x ok 5 - E97::EGlO81w8gM::xeLsE3l_::MSLu ok 6 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq ok 7 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR ok 8 - gchaDfwmcoCc::Zqv_Vswv2D6Hr ok 9 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 ok 10 - ltnU ok 11 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah ok 12 - O4pd_mCQYF4MD::vOxngYF::Wb ok 13 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t ok 14 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 ok 15 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm ok 16 - U::o3d2_z::eGLnohA ok 17 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg ok 18 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: bDly::tclRGIiLB::L::bn::uhlJNqn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bDly::tclRGIiLB::L::bn::uhlJNqn # Subtest: dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x # Subtest: E97::EGlO81w8gM::xeLsE3l_::MSLu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - E97::EGlO81w8gM::xeLsE3l_::MSLu # Subtest: g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq # Subtest: Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR # Subtest: gchaDfwmcoCc::Zqv_Vswv2D6Hr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gchaDfwmcoCc::Zqv_Vswv2D6Hr # Subtest: liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 # Subtest: ltnU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ltnU # Subtest: nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah # Subtest: O4pd_mCQYF4MD::vOxngYF::Wb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - O4pd_mCQYF4MD::vOxngYF::Wb # Subtest: Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t # Subtest: rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 # Subtest: Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm # Subtest: U::o3d2_z::eGLnohA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - U::o3d2_z::eGLnohA # Subtest: vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg # Subtest: yt0YEWMpumEN::AJQiM00ytGgUl_QR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 1 - Set ==> bDly::tclRGIiLB::L::bn::uhlJNqn 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> bDly::tclRGIiLB::L::bn::uhlJNqn 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - bDly::tclRGIiLB::L::bn::uhlJNqn ok 5 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x ok 6 - E97::EGlO81w8gM::xeLsE3l_::MSLu ok 7 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq ok 8 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR ok 9 - gchaDfwmcoCc::Zqv_Vswv2D6Hr ok 10 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 ok 11 - ltnU ok 12 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah ok 13 - O4pd_mCQYF4MD::vOxngYF::Wb ok 14 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t ok 15 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 ok 16 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm ok 17 - U::o3d2_z::eGLnohA ok 18 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg ok 19 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - bDly::tclRGIiLB::L::bn::uhlJNqn ok 4 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x ok 5 - E97::EGlO81w8gM::xeLsE3l_::MSLu ok 6 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq ok 7 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR ok 8 - gchaDfwmcoCc::Zqv_Vswv2D6Hr ok 9 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 ok 10 - ltnU ok 11 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah ok 12 - O4pd_mCQYF4MD::vOxngYF::Wb ok 13 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t ok 14 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 ok 15 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm ok 16 - U::o3d2_z::eGLnohA ok 17 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg ok 18 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: bDly::tclRGIiLB::L::bn::uhlJNqn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - bDly::tclRGIiLB::L::bn::uhlJNqn # Subtest: dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dOEl0NSVHSXQbqMaZm::063yaUFx8Qp0::BQOMkEIoxYx0NT::nW45x # Subtest: E97::EGlO81w8gM::xeLsE3l_::MSLu 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - E97::EGlO81w8gM::xeLsE3l_::MSLu # Subtest: g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g::MC7wBO::KfkxF2rzBpWbe8YZ::3dYtq2Af87::Pc5EeJ2VCq # Subtest: Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Gbk2edZFb6u3zB5fcIJE::P8k62zoEA7LE_u::4TBJmOEfTYBVNM4Y::YtywdbbR # Subtest: gchaDfwmcoCc::Zqv_Vswv2D6Hr 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gchaDfwmcoCc::Zqv_Vswv2D6Hr # Subtest: liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - liIlJj3LIhAWurliDh_::ULBWByx::ALo8kNLV::N::Qs3e6wJr7bW7_R3 # Subtest: ltnU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ltnU # Subtest: nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nD3gxh1b6VdN6::tS::n0Qt9rQVqzXq6fV0Ah # Subtest: O4pd_mCQYF4MD::vOxngYF::Wb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - O4pd_mCQYF4MD::vOxngYF::Wb # Subtest: Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qifyl2tm9zJBA9SB0z::etx::ZXpHY3MptWXUFNEV89R::E_Xrqr913gjVBTM8t # Subtest: rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rt::xdk7qF::v_6_c::JmLn16Vw0iuAzS8u::iB9R2a_W6 # Subtest: Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Sh6jIAQkxnjy::RFfLp::xtWhvDJBf::9Rnu8jS0FdMZIWZ5pjS::7hm # Subtest: U::o3d2_z::eGLnohA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - U::o3d2_z::eGLnohA # Subtest: vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vpH0o5ZExFOTbjz::w07xhUQMlyGo9AqiwCW::9::jeqFcd59aYVOXg # Subtest: yt0YEWMpumEN::AJQiM00ytGgUl_QR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yt0YEWMpumEN::AJQiM00ytGgUl_QR ok 1 - Set ==> bDly::tclRGIiLB::L::bn::uhlJNqn 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 = 5.022000 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 = 5.022000 ok 13 - license = mozilla # 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..2 # Subtest: force = 0 # Subtest: Set ==> cQAXR::2VK_ztWx2k_ROaNQK7AH 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - cQAXR::2VK_ztWx2k_ROaNQK7AH ok 5 - IN9XA7::u::TeZ3tP280::2NpG::P6j ok 6 - JRIfA::CynMLE_jAsn ok 7 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 ok 8 - P07Nmlh47::ijLC ok 9 - qBmtkDHh::cMm1cFhW4jdk ok 10 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 ok 11 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 ok 12 - WVADHLDEHgQnoq ok 13 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 14 - Footer ok 15 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - cQAXR::2VK_ztWx2k_ROaNQK7AH ok 4 - IN9XA7::u::TeZ3tP280::2NpG::P6j ok 5 - JRIfA::CynMLE_jAsn ok 6 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 ok 7 - P07Nmlh47::ijLC ok 8 - qBmtkDHh::cMm1cFhW4jdk ok 9 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 ok 10 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 ok 11 - WVADHLDEHgQnoq ok 12 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 13 - Footer ok 14 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: cQAXR::2VK_ztWx2k_ROaNQK7AH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cQAXR::2VK_ztWx2k_ROaNQK7AH # Subtest: IN9XA7::u::TeZ3tP280::2NpG::P6j 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IN9XA7::u::TeZ3tP280::2NpG::P6j # Subtest: JRIfA::CynMLE_jAsn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JRIfA::CynMLE_jAsn # Subtest: melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::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 25 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 # Subtest: P07Nmlh47::ijLC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P07Nmlh47::ijLC # Subtest: qBmtkDHh::cMm1cFhW4jdk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qBmtkDHh::cMm1cFhW4jdk # Subtest: sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 # Subtest: twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 # Subtest: WVADHLDEHgQnoq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WVADHLDEHgQnoq # Subtest: WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 1 - Set ==> cQAXR::2VK_ztWx2k_ROaNQK7AH 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> cQAXR::2VK_ztWx2k_ROaNQK7AH 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - cQAXR::2VK_ztWx2k_ROaNQK7AH ok 5 - IN9XA7::u::TeZ3tP280::2NpG::P6j ok 6 - JRIfA::CynMLE_jAsn ok 7 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 ok 8 - P07Nmlh47::ijLC ok 9 - qBmtkDHh::cMm1cFhW4jdk ok 10 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 ok 11 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 ok 12 - WVADHLDEHgQnoq ok 13 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 14 - Footer ok 15 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..14 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - cQAXR::2VK_ztWx2k_ROaNQK7AH ok 4 - IN9XA7::u::TeZ3tP280::2NpG::P6j ok 5 - JRIfA::CynMLE_jAsn ok 6 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 ok 7 - P07Nmlh47::ijLC ok 8 - qBmtkDHh::cMm1cFhW4jdk ok 9 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 ok 10 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 ok 11 - WVADHLDEHgQnoq ok 12 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 13 - Footer ok 14 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: cQAXR::2VK_ztWx2k_ROaNQK7AH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cQAXR::2VK_ztWx2k_ROaNQK7AH # Subtest: IN9XA7::u::TeZ3tP280::2NpG::P6j 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - IN9XA7::u::TeZ3tP280::2NpG::P6j # Subtest: JRIfA::CynMLE_jAsn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JRIfA::CynMLE_jAsn # Subtest: melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::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 25 - melAjxbMG515gi::fm8mnWcTPnSShL0r5RM::UALc::3 # Subtest: P07Nmlh47::ijLC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - P07Nmlh47::ijLC # Subtest: qBmtkDHh::cMm1cFhW4jdk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qBmtkDHh::cMm1cFhW4jdk # Subtest: sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sQeTMB1ejIPIZuGRLOH::iNZt::Gokco41LOJSp5 # Subtest: twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - twbgM::HVw5y0::BkrrcEdjowgWMm::hgAksy9esg0 # Subtest: WVADHLDEHgQnoq 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WVADHLDEHgQnoq # Subtest: WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WVpUDtOLX1iJt3::ZK5G::CqSq0N1ekqx6875RI_Nk::yXK1c_zUhkBh::UtMCRLu344s ok 1 - Set ==> cQAXR::2VK_ztWx2k_ROaNQK7AH 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 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 = 5.022000 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 = 5.022000 ok 14 - 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 = 5.022000 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 = 5.022000 ok 15 - license = mit # 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..2 # Subtest: force = 0 # Subtest: Set ==> B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z 1..27 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z ok 5 - eVn ok 6 - k ok 7 - oZBud4gESm ok 8 - sUZ19fWeIg1o ok 9 - TeXY1QlfHhzyP::Ex ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z ok 4 - eVn ok 5 - k ok 6 - oZBud4gESm ok 7 - sUZ19fWeIg1o ok 8 - TeXY1QlfHhzyP::Ex ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::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 22 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z # Subtest: eVn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eVn # Subtest: k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - k # Subtest: oZBud4gESm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oZBud4gESm # Subtest: sUZ19fWeIg1o 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sUZ19fWeIg1o # Subtest: TeXY1QlfHhzyP::Ex 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TeXY1QlfHhzyP::Ex ok 1 - Set ==> B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z 1..27 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z ok 5 - eVn ok 6 - k ok 7 - oZBud4gESm ok 8 - sUZ19fWeIg1o ok 9 - TeXY1QlfHhzyP::Ex ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z ok 4 - eVn ok 5 - k ok 6 - oZBud4gESm ok 7 - sUZ19fWeIg1o ok 8 - TeXY1QlfHhzyP::Ex ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::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 22 - B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z # Subtest: eVn 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eVn # Subtest: k 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - k # Subtest: oZBud4gESm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oZBud4gESm # Subtest: sUZ19fWeIg1o 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sUZ19fWeIg1o # Subtest: TeXY1QlfHhzyP::Ex 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TeXY1QlfHhzyP::Ex ok 1 - Set ==> B7iRxCCqWkW7uCw::Cn43BQw8V::AEwTu4::z 1..1 ok 2 - force = 1 ok 15 - ignores_type = 1110 # Subtest: ignores_type = 1111 1..2 # Subtest: force = 0 # Subtest: Set ==> Bce 1..25 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Bce ok 5 - D::_zgQx ok 6 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR ok 7 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 8 - Footer ok 9 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Bce ok 4 - D::_zgQx ok 5 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR ok 6 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 7 - Footer ok 8 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Bce 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bce # Subtest: D::_zgQx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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::_zgQx # Subtest: ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR # Subtest: SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 1 - Set ==> Bce 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> Bce 1..25 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Bce ok 5 - D::_zgQx ok 6 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR ok 7 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 8 - Footer ok 9 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Bce ok 4 - D::_zgQx ok 5 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR ok 6 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 7 - Footer ok 8 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Bce 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bce # Subtest: D::_zgQx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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::_zgQx # Subtest: ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ErDhtz4x4sIXF8cXYDy::dSsm5pnfacnvFe::6AFoJdfjUVcNTjAcLgR # Subtest: SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - SsCWm2CxqTYcfVTLsZ::BtWLnF4Bsf6GDWeLqJeb::5RHq_HJzz::LwSK8YVyTWOgPohdIR ok 1 - Set ==> Bce 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 ==> _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND ok 5 - CwBvNY6::YBDyrsB_seks47d8 ok 6 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB ok 7 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs ok 8 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 ok 9 - Isc::QlCOmfu5e7Ed ok 10 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC ok 11 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E ok 12 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj ok 13 - s ok 14 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi ok 15 - UitF4nqXYP5CKYl::qK7::jA ok 16 - W28WAA::mQv::nM8PA1gmtwSontkXp1 ok 17 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u ok 18 - xkHyPLJDNh3::u5RPCMF::xxK::Rh ok 19 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND ok 4 - CwBvNY6::YBDyrsB_seks47d8 ok 5 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB ok 6 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs ok 7 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 ok 8 - Isc::QlCOmfu5e7Ed ok 9 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC ok 10 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E ok 11 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj ok 12 - s ok 13 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi ok 14 - UitF4nqXYP5CKYl::qK7::jA ok 15 - W28WAA::mQv::nM8PA1gmtwSontkXp1 ok 16 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u ok 17 - xkHyPLJDNh3::u5RPCMF::xxK::Rh ok 18 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND # Subtest: CwBvNY6::YBDyrsB_seks47d8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CwBvNY6::YBDyrsB_seks47d8 # Subtest: ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB # Subtest: hd_wWuvYiHKW::6gAprOucr4Z18qnaDs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs # Subtest: HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 # Subtest: Isc::QlCOmfu5e7Ed 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Isc::QlCOmfu5e7Ed # Subtest: jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC # Subtest: N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E # Subtest: Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj # Subtest: 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 31 - s # Subtest: Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi # Subtest: UitF4nqXYP5CKYl::qK7::jA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UitF4nqXYP5CKYl::qK7::jA # Subtest: W28WAA::mQv::nM8PA1gmtwSontkXp1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W28WAA::mQv::nM8PA1gmtwSontkXp1 # Subtest: W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u # Subtest: xkHyPLJDNh3::u5RPCMF::xxK::Rh 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xkHyPLJDNh3::u5RPCMF::xxK::Rh # Subtest: xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 1 - Set ==> _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 1..37 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # Subtest: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 14 - .cvsignore # Subtest: Build.PL 1..10 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 15 - Build.PL # 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: xt/boilerplate.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND ok 5 - CwBvNY6::YBDyrsB_seks47d8 ok 6 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB ok 7 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs ok 8 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 ok 9 - Isc::QlCOmfu5e7Ed ok 10 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC ok 11 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E ok 12 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj ok 13 - s ok 14 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi ok 15 - UitF4nqXYP5CKYl::qK7::jA ok 16 - W28WAA::mQv::nM8PA1gmtwSontkXp1 ok 17 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u ok 18 - xkHyPLJDNh3::u5RPCMF::xxK::Rh ok 19 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 20 - Footer ok 21 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND ok 4 - CwBvNY6::YBDyrsB_seks47d8 ok 5 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB ok 6 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs ok 7 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 ok 8 - Isc::QlCOmfu5e7Ed ok 9 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC ok 10 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E ok 11 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj ok 12 - s ok 13 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi ok 14 - UitF4nqXYP5CKYl::qK7::jA ok 15 - W28WAA::mQv::nM8PA1gmtwSontkXp1 ok 16 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u ok 17 - xkHyPLJDNh3::u5RPCMF::xxK::Rh ok 18 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 19 - Footer ok 20 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND # Subtest: CwBvNY6::YBDyrsB_seks47d8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CwBvNY6::YBDyrsB_seks47d8 # Subtest: ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ekbY8x7::J0aPtLnDsyHdnly::qiD1kTt::k6QBgYqruzVblrZg::YPKIH2wUgP8skB # Subtest: hd_wWuvYiHKW::6gAprOucr4Z18qnaDs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hd_wWuvYiHKW::6gAprOucr4Z18qnaDs # Subtest: HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HoCXr::_3CD::JRTv5PqvNcZxl60ubd::FFgdVsuiibaF8 # Subtest: Isc::QlCOmfu5e7Ed 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Isc::QlCOmfu5e7Ed # Subtest: jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jQfm5fKAeiLInE::bgJAdA::HNHTMWGPPUC # Subtest: N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - N5Gt_6FU17mp1mCdDw::WNoO5::lzdAexIdNM6E # Subtest: Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Po8NlBe::NWy4AluPk::pBf5h0jsAiNw9Hh::ycTLfR7fj # Subtest: 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 31 - s # Subtest: Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ud5tgEfSvbX::D::GCZOm::q1eMzFO4Ziw9Dgi # Subtest: UitF4nqXYP5CKYl::qK7::jA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UitF4nqXYP5CKYl::qK7::jA # Subtest: W28WAA::mQv::nM8PA1gmtwSontkXp1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W28WAA::mQv::nM8PA1gmtwSontkXp1 # Subtest: W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W7OqHpkfghDWe::HSJSJ_EkYvgPfVax::hoaG1utTaQugLsq::iISaJ::jiAhxuxpDkhvkY1u # Subtest: xkHyPLJDNh3::u5RPCMF::xxK::Rh 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xkHyPLJDNh3::u5RPCMF::xxK::Rh # Subtest: xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - xuUtBpQmC8ad::Sog3CIxw::zb4lIW::w::eX ok 1 - Set ==> _NhF::H9DHSN6gyd::bx5pT870S::QpcTV_Q3p2hzdpKFAaYB::JjzlTXE43tlsND 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 = 5.022000 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 = 5.022000 ok 16 - license = lgpl3 ok 4 - builder = Module::Build # Subtest: builder = Module::Install 1..16 # 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..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 = 5.022000 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 = 5.022000 ok 1 - license = qpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> _VtSAvG8T 1..29 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _VtSAvG8T ok 5 - k77CTnp1b5n0q ok 6 - LM::8q1TaRLe::1Q ok 7 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU ok 8 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM ok 9 - WhsEP08BwyX ok 10 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB ok 11 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 12 - Footer ok 13 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _VtSAvG8T ok 4 - k77CTnp1b5n0q ok 5 - LM::8q1TaRLe::1Q ok 6 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU ok 7 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM ok 8 - WhsEP08BwyX ok 9 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB ok 10 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 11 - Footer ok 12 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _VtSAvG8T 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _VtSAvG8T # Subtest: k77CTnp1b5n0q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - k77CTnp1b5n0q # Subtest: LM::8q1TaRLe::1Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LM::8q1TaRLe::1Q # Subtest: lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU # Subtest: m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM # Subtest: WhsEP08BwyX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WhsEP08BwyX # Subtest: x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB # Subtest: yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 1 - Set ==> _VtSAvG8T 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _VtSAvG8T 1..29 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..13 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _VtSAvG8T ok 5 - k77CTnp1b5n0q ok 6 - LM::8q1TaRLe::1Q ok 7 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU ok 8 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM ok 9 - WhsEP08BwyX ok 10 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB ok 11 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 12 - Footer ok 13 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..12 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _VtSAvG8T ok 4 - k77CTnp1b5n0q ok 5 - LM::8q1TaRLe::1Q ok 6 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU ok 7 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM ok 8 - WhsEP08BwyX ok 9 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB ok 10 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 11 - Footer ok 12 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _VtSAvG8T 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _VtSAvG8T # Subtest: k77CTnp1b5n0q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - k77CTnp1b5n0q # Subtest: LM::8q1TaRLe::1Q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LM::8q1TaRLe::1Q # Subtest: lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lxzsdzdDATwlHM0zr1zn::ZXFF7::SjjU1O_iSBJyqCvCnzlU # Subtest: m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - m1JFd34pQ2pnv::Nl4_8P8K9PkH1JkoM # Subtest: WhsEP08BwyX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WhsEP08BwyX # Subtest: x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - x2mS73Q00pyueMs::998AEatr2cyHgQC_jq::60Qx6BcScN880gnbGf::htzUo2EYGdVUUJoB # Subtest: yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yIQHHdmdiheq9wOF5::DMWM29lDdL_XK::SJImR ok 1 - Set ==> _VtSAvG8T 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 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 = 5.022000 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 = 5.022000 ok 2 - license = agpl3 # 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 = 5.022000 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 ==> g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 1..32 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub ok 5 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ ok 6 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb ok 7 - o8rJyqXwJ9_OLiLsV4q ok 8 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz ok 9 - Qh5::rc_LyedWfwV8::ryWgpItk3 ok 10 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK ok 11 - SZqT7WXr::nnrvi9Y::b ok 12 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD ok 13 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f ok 14 - YKMzsSy2bYjYHuXwhA::b ok 15 - Footer ok 16 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub ok 4 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ ok 5 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb ok 6 - o8rJyqXwJ9_OLiLsV4q ok 7 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz ok 8 - Qh5::rc_LyedWfwV8::ryWgpItk3 ok 9 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK ok 10 - SZqT7WXr::nnrvi9Y::b ok 11 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD ok 12 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f ok 13 - YKMzsSy2bYjYHuXwhA::b ok 14 - Footer ok 15 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub # Subtest: GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ # Subtest: MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb # Subtest: o8rJyqXwJ9_OLiLsV4q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - o8rJyqXwJ9_OLiLsV4q # Subtest: oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz # Subtest: Qh5::rc_LyedWfwV8::ryWgpItk3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qh5::rc_LyedWfwV8::ryWgpItk3 # Subtest: qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK # Subtest: SZqT7WXr::nnrvi9Y::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 29 - SZqT7WXr::nnrvi9Y::b # Subtest: U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_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 30 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD # Subtest: uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f # Subtest: YKMzsSy2bYjYHuXwhA::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 32 - YKMzsSy2bYjYHuXwhA::b ok 1 - Set ==> g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 1..32 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub ok 5 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ ok 6 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb ok 7 - o8rJyqXwJ9_OLiLsV4q ok 8 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz ok 9 - Qh5::rc_LyedWfwV8::ryWgpItk3 ok 10 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK ok 11 - SZqT7WXr::nnrvi9Y::b ok 12 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD ok 13 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f ok 14 - YKMzsSy2bYjYHuXwhA::b ok 15 - Footer ok 16 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..15 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub ok 4 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ ok 5 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb ok 6 - o8rJyqXwJ9_OLiLsV4q ok 7 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz ok 8 - Qh5::rc_LyedWfwV8::ryWgpItk3 ok 9 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK ok 10 - SZqT7WXr::nnrvi9Y::b ok 11 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD ok 12 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f ok 13 - YKMzsSy2bYjYHuXwhA::b ok 14 - Footer ok 15 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub # Subtest: GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GBK8VMsqly::2oSeV79LdUU0iBz5QJyK::RFz9UkFrhwA0r::YQgBKOxg9DsjEajvDjVm::VUJcpJCVIlG3oopQ # Subtest: MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MqAVR::2YK9s76WWaejm0yBwEq::X::P4OK7shlb # Subtest: o8rJyqXwJ9_OLiLsV4q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - o8rJyqXwJ9_OLiLsV4q # Subtest: oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oVHHtE8BhbtkYdoP::fuBfGYSGivmuFz # Subtest: Qh5::rc_LyedWfwV8::ryWgpItk3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Qh5::rc_LyedWfwV8::ryWgpItk3 # Subtest: qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - qru9Yfnnmsxi6nHinn::NALSRobC9oQ1_g2VN::chEAtc5Q5rt9OF::Xgb6rK # Subtest: SZqT7WXr::nnrvi9Y::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 29 - SZqT7WXr::nnrvi9Y::b # Subtest: U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_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 30 - U9UzI::Ub2C::cF8umebq6cJRes::cvktVF::OuQl_uu_YD # Subtest: uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uazEYQsj15::LyxGwdw12EFZ_XcZM::b_WGHIvax::7NN::PF7561f # Subtest: YKMzsSy2bYjYHuXwhA::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 32 - YKMzsSy2bYjYHuXwhA::b ok 1 - Set ==> g6nv5gwZpxxSf3bstOs::ukKUQUFUu8dVTUINub 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 5 - minperl = 5.022000 ok 3 - license = perl # 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..2 # Subtest: force = 0 # Subtest: Set ==> _Y9T 1..41 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Y9T ok 5 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p ok 6 - c::7360XSknAYeCm ok 7 - C2E79::3sj1nsSLRltA ok 8 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV ok 9 - gycHr6::Jbu_gw ok 10 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E ok 11 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum ok 12 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 ok 13 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p ok 14 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD ok 15 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b ok 16 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 ok 17 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm ok 18 - NPnSApTpE20NYgVqFgS3 ok 19 - PxQWypfWL4x::Mgt ok 20 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp ok 21 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 ok 22 - yLNkckYvdJLP3::JoH_JsJ ok 23 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 24 - Footer ok 25 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Y9T ok 4 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p ok 5 - c::7360XSknAYeCm ok 6 - C2E79::3sj1nsSLRltA ok 7 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV ok 8 - gycHr6::Jbu_gw ok 9 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E ok 10 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum ok 11 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 ok 12 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p ok 13 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD ok 14 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b ok 15 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 ok 16 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm ok 17 - NPnSApTpE20NYgVqFgS3 ok 18 - PxQWypfWL4x::Mgt ok 19 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp ok 20 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 ok 21 - yLNkckYvdJLP3::JoH_JsJ ok 22 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 23 - Footer ok 24 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _Y9T 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _Y9T # Subtest: awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p # Subtest: c::7360XSknAYeCm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c::7360XSknAYeCm # Subtest: C2E79::3sj1nsSLRltA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - C2E79::3sj1nsSLRltA # Subtest: EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV # Subtest: gycHr6::Jbu_gw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gycHr6::Jbu_gw # Subtest: hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E # Subtest: I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum # Subtest: J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 # Subtest: KMlzg_Y5t06::m3DspWcArbrMvuSaY3p 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p # Subtest: l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD # Subtest: L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b # Subtest: LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 # Subtest: nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm # Subtest: NPnSApTpE20NYgVqFgS3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NPnSApTpE20NYgVqFgS3 # Subtest: PxQWypfWL4x::Mgt 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PxQWypfWL4x::Mgt # Subtest: Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp # Subtest: uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 # Subtest: yLNkckYvdJLP3::JoH_JsJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yLNkckYvdJLP3::JoH_JsJ # Subtest: ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 1 - Set ==> _Y9T 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _Y9T 1..41 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..25 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _Y9T ok 5 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p ok 6 - c::7360XSknAYeCm ok 7 - C2E79::3sj1nsSLRltA ok 8 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV ok 9 - gycHr6::Jbu_gw ok 10 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E ok 11 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum ok 12 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 ok 13 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p ok 14 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD ok 15 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b ok 16 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 ok 17 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm ok 18 - NPnSApTpE20NYgVqFgS3 ok 19 - PxQWypfWL4x::Mgt ok 20 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp ok 21 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 ok 22 - yLNkckYvdJLP3::JoH_JsJ ok 23 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 24 - Footer ok 25 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..24 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _Y9T ok 4 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p ok 5 - c::7360XSknAYeCm ok 6 - C2E79::3sj1nsSLRltA ok 7 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV ok 8 - gycHr6::Jbu_gw ok 9 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E ok 10 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum ok 11 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 ok 12 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p ok 13 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD ok 14 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b ok 15 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 ok 16 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm ok 17 - NPnSApTpE20NYgVqFgS3 ok 18 - PxQWypfWL4x::Mgt ok 19 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp ok 20 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 ok 21 - yLNkckYvdJLP3::JoH_JsJ ok 22 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 23 - Footer ok 24 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _Y9T 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _Y9T # Subtest: awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - awCwMXmfXy7aQs600CJ::bWVsY0DgmB1nSK::zllIxKBT::kWIRzIwlzGSxiNpBkB::82p # Subtest: c::7360XSknAYeCm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - c::7360XSknAYeCm # Subtest: C2E79::3sj1nsSLRltA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - C2E79::3sj1nsSLRltA # Subtest: EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EVWy5VAN0G2::JJDy45loz1Md0::83lM::AkBV6Bf::xV # Subtest: gycHr6::Jbu_gw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - gycHr6::Jbu_gw # Subtest: hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hi8zyXN8hDksPhK2::ZhkmuNlBmo8fDG::bmU::b::3veHmyI9E # Subtest: I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I6WiZ4e::UfKi3iV::E::j3JTqa1GhPrdatu0OqU::6lljtSVKZQ_Heydbum # Subtest: J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - J::AozVHF2ykXA88L::mj::pEb9IQrlPBO3Ysd5 # Subtest: KMlzg_Y5t06::m3DspWcArbrMvuSaY3p 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - KMlzg_Y5t06::m3DspWcArbrMvuSaY3p # Subtest: l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l3faRlZQ1PD83::gk4oWY9MUe4jvoWMh1yh::dPDYyle::GsA5xuNRuGDvkdjOD # Subtest: L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L6iF::0WyhbV_WkmVsw::4LclY::WaaEqX4wL8Gkr::7mKrCwi2AJRVHI2b # Subtest: LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LmVv::KOSchkf5YJel::qCK0xi80::eTrg58 # Subtest: nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nF::LBUVFi::vcwh4zNu5i9cDFZWKq::V3qpzZ::BL81qoThI5lkPpYm # Subtest: NPnSApTpE20NYgVqFgS3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NPnSApTpE20NYgVqFgS3 # Subtest: PxQWypfWL4x::Mgt 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PxQWypfWL4x::Mgt # Subtest: Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Tg6WgtBetDoulU_OTL::gdzoMBUvnp2g::gTcaDmzLJjqqJbknu::hifb1F4xBSOJDxp # Subtest: uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uNB8Y::CkkoWFbZ5S355Xq7H::gyXt9gs::Uaa1 # Subtest: yLNkckYvdJLP3::JoH_JsJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - yLNkckYvdJLP3::JoH_JsJ # Subtest: ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZUfflopTLdRMhCzx7G::pIopbVn56z7zFj ok 1 - Set ==> _Y9T 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 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 = 5.022000 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 = 5.022000 ok 4 - license = artistic # 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..2 # Subtest: force = 0 # Subtest: Set ==> eQQJrIoVWxfEWo 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - eQQJrIoVWxfEWo ok 5 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax ok 6 - K57HiR::SNhIziCu0NlFeFgtaKPR ok 7 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 ok 8 - lSGV::cDn3FIkg_UFV::u5Ex1P ok 9 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX ok 10 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx ok 11 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 ok 12 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 ok 13 - rD::di2::n::8PHemCeWTwz ok 14 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT ok 15 - s1BCUClYQKZwctEf9Du::an7r ok 16 - sonLzx44bt1uvNG2T6::uiFB3g ok 17 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf ok 18 - uibbDbo_I3C5mK ok 19 - Footer ok 20 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - eQQJrIoVWxfEWo ok 4 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax ok 5 - K57HiR::SNhIziCu0NlFeFgtaKPR ok 6 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 ok 7 - lSGV::cDn3FIkg_UFV::u5Ex1P ok 8 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX ok 9 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx ok 10 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 ok 11 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 ok 12 - rD::di2::n::8PHemCeWTwz ok 13 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT ok 14 - s1BCUClYQKZwctEf9Du::an7r ok 15 - sonLzx44bt1uvNG2T6::uiFB3g ok 16 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf ok 17 - uibbDbo_I3C5mK ok 18 - Footer ok 19 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: eQQJrIoVWxfEWo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eQQJrIoVWxfEWo # Subtest: HPv3Po3TA60sXUMB::DnPEQXToZVNrax 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax # Subtest: K57HiR::SNhIziCu0NlFeFgtaKPR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - K57HiR::SNhIziCu0NlFeFgtaKPR # Subtest: l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 # Subtest: lSGV::cDn3FIkg_UFV::u5Ex1P 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lSGV::cDn3FIkg_UFV::u5Ex1P # Subtest: Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX # Subtest: O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx # Subtest: pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 # Subtest: r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 # Subtest: rD::di2::n::8PHemCeWTwz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rD::di2::n::8PHemCeWTwz # Subtest: rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT # Subtest: s1BCUClYQKZwctEf9Du::an7r 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - s1BCUClYQKZwctEf9Du::an7r # Subtest: sonLzx44bt1uvNG2T6::uiFB3g 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sonLzx44bt1uvNG2T6::uiFB3g # Subtest: svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf # Subtest: uibbDbo_I3C5mK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uibbDbo_I3C5mK ok 1 - Set ==> eQQJrIoVWxfEWo 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> eQQJrIoVWxfEWo 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..20 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - eQQJrIoVWxfEWo ok 5 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax ok 6 - K57HiR::SNhIziCu0NlFeFgtaKPR ok 7 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 ok 8 - lSGV::cDn3FIkg_UFV::u5Ex1P ok 9 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX ok 10 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx ok 11 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 ok 12 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 ok 13 - rD::di2::n::8PHemCeWTwz ok 14 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT ok 15 - s1BCUClYQKZwctEf9Du::an7r ok 16 - sonLzx44bt1uvNG2T6::uiFB3g ok 17 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf ok 18 - uibbDbo_I3C5mK ok 19 - Footer ok 20 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..19 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - eQQJrIoVWxfEWo ok 4 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax ok 5 - K57HiR::SNhIziCu0NlFeFgtaKPR ok 6 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 ok 7 - lSGV::cDn3FIkg_UFV::u5Ex1P ok 8 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX ok 9 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx ok 10 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 ok 11 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 ok 12 - rD::di2::n::8PHemCeWTwz ok 13 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT ok 14 - s1BCUClYQKZwctEf9Du::an7r ok 15 - sonLzx44bt1uvNG2T6::uiFB3g ok 16 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf ok 17 - uibbDbo_I3C5mK ok 18 - Footer ok 19 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: eQQJrIoVWxfEWo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - eQQJrIoVWxfEWo # Subtest: HPv3Po3TA60sXUMB::DnPEQXToZVNrax 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - HPv3Po3TA60sXUMB::DnPEQXToZVNrax # Subtest: K57HiR::SNhIziCu0NlFeFgtaKPR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - K57HiR::SNhIziCu0NlFeFgtaKPR # Subtest: l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - l9cruz::ygYVNQbYKqhGH::qhthd3RNnw1pnT::atdDRvzCIT0D6 # Subtest: lSGV::cDn3FIkg_UFV::u5Ex1P 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lSGV::cDn3FIkg_UFV::u5Ex1P # Subtest: Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Mf::YUYb::cJMsSWv3IsKKxyBN6::zBe32dFvWjeUfinX # Subtest: O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - O6ltfhDJmIT::PDiz::Dsxrj1TnfWai9_fX::u_B8TX64dZWx # Subtest: pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - pRfAHXxhOXno::IW44vmpo9jq::Yi6a2WnrYyJp5 # Subtest: r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - r0i::zqqeWjMGeP2HwPU7XN::vheQ3G::Od::nPzmfH08B3 # Subtest: rD::di2::n::8PHemCeWTwz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rD::di2::n::8PHemCeWTwz # Subtest: rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rU2FGONmVS8oFsStsR::zng6nbob::ts4jyC_::ktnOxPnukKNCWxk9iT # Subtest: s1BCUClYQKZwctEf9Du::an7r 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - s1BCUClYQKZwctEf9Du::an7r # Subtest: sonLzx44bt1uvNG2T6::uiFB3g 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - sonLzx44bt1uvNG2T6::uiFB3g # Subtest: svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - svL9h0AIdyIpZYKE7h::IL2vabIdiG76T7QwC0u::IN68hHR2vAuCk9tf # Subtest: uibbDbo_I3C5mK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uibbDbo_I3C5mK ok 1 - Set ==> eQQJrIoVWxfEWo 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 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 = 5.022000 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 = 5.022000 ok 5 - license = artistic2 # 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 = 5.022000 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 = 5.022000 ok 6 - license = bsd # 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..2 # Subtest: force = 0 # Subtest: Set ==> aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw ok 5 - Bc::Hk::0MIamhJSkipeo_YLtQx ok 6 - D1Mxuuq::JHPPW4y1jcQu4linXue ok 7 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv ok 8 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa ok 9 - Q5QhNgAbKvkok_qVnH ok 10 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV ok 11 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab ok 12 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak ok 13 - W8::m9rg ok 14 - YwlKBdAlnuE::MXQT::VCrpyu::gO ok 15 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 16 - Footer ok 17 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw ok 4 - Bc::Hk::0MIamhJSkipeo_YLtQx ok 5 - D1Mxuuq::JHPPW4y1jcQu4linXue ok 6 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv ok 7 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa ok 8 - Q5QhNgAbKvkok_qVnH ok 9 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV ok 10 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab ok 11 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak ok 12 - W8::m9rg ok 13 - YwlKBdAlnuE::MXQT::VCrpyu::gO ok 14 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 15 - Footer ok 16 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw # Subtest: Bc::Hk::0MIamhJSkipeo_YLtQx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bc::Hk::0MIamhJSkipeo_YLtQx # Subtest: D1Mxuuq::JHPPW4y1jcQu4linXue 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D1Mxuuq::JHPPW4y1jcQu4linXue # Subtest: G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv # Subtest: GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa # Subtest: Q5QhNgAbKvkok_qVnH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Q5QhNgAbKvkok_qVnH # Subtest: T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV # Subtest: VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab # Subtest: W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak # Subtest: W8::m9rg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W8::m9rg # Subtest: YwlKBdAlnuE::MXQT::VCrpyu::gO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YwlKBdAlnuE::MXQT::VCrpyu::gO # Subtest: zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::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 33 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 1 - Set ==> aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw ok 5 - Bc::Hk::0MIamhJSkipeo_YLtQx ok 6 - D1Mxuuq::JHPPW4y1jcQu4linXue ok 7 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv ok 8 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa ok 9 - Q5QhNgAbKvkok_qVnH ok 10 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV ok 11 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab ok 12 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak ok 13 - W8::m9rg ok 14 - YwlKBdAlnuE::MXQT::VCrpyu::gO ok 15 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 16 - Footer ok 17 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw ok 4 - Bc::Hk::0MIamhJSkipeo_YLtQx ok 5 - D1Mxuuq::JHPPW4y1jcQu4linXue ok 6 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv ok 7 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa ok 8 - Q5QhNgAbKvkok_qVnH ok 9 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV ok 10 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab ok 11 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak ok 12 - W8::m9rg ok 13 - YwlKBdAlnuE::MXQT::VCrpyu::gO ok 14 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 15 - Footer ok 16 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw # Subtest: Bc::Hk::0MIamhJSkipeo_YLtQx 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Bc::Hk::0MIamhJSkipeo_YLtQx # Subtest: D1Mxuuq::JHPPW4y1jcQu4linXue 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - D1Mxuuq::JHPPW4y1jcQu4linXue # Subtest: G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - G6PVWHrtK0Z::MgfzopP0aR_eN8H9::HOmPn9CEWBiv # Subtest: GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GINb6WTagucMIy::W1::f3Ib::EXil4k9::6Eq7FLCpPa # Subtest: Q5QhNgAbKvkok_qVnH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Q5QhNgAbKvkok_qVnH # Subtest: T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - T6lbmY::_HSoz4ers::eeCM1l6X5sDnbP2Vdzpb::KYUcqwFc8Ynp6sBO::oV # Subtest: VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VkC::pqvKhxUD6mcGLQ::BhId::6xLfyFXKSaab # Subtest: W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W::TRnqxJ::_jKMebS8NZuykygiE2::NAmSjxytpK8hRak # Subtest: W8::m9rg 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - W8::m9rg # Subtest: YwlKBdAlnuE::MXQT::VCrpyu::gO 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YwlKBdAlnuE::MXQT::VCrpyu::gO # Subtest: zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::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 33 - zGxBD::sQtBUAFVXKnm::BdzVdL6t9k::EsT6nWOkvSWszUt::I ok 1 - Set ==> aMScNvxXm_GvCrwJvtVS::Zrz3::3mLqb::UqAXMPtLf25DCw 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 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 = 5.022000 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 = 5.022000 ok 7 - license = gpl3 # 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 = 5.022000 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 = 5.022000 ok 8 - license = mozilla2 # 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..2 # Subtest: force = 0 # Subtest: Set ==> M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 ok 5 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD ok 6 - UW25Ams37DGyVe0CJg::rx0s ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 ok 4 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD ok 5 - UW25Ams37DGyVe0CJg::rx0s ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 # Subtest: NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD # Subtest: UW25Ams37DGyVe0CJg::rx0s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UW25Ams37DGyVe0CJg::rx0s ok 1 - Set ==> M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 ok 5 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD ok 6 - UW25Ams37DGyVe0CJg::rx0s ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 ok 4 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD ok 5 - UW25Ams37DGyVe0CJg::rx0s ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 # Subtest: NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - NptyLnotC7::Iw::oV2a::QzPUsL0::3lZVD # Subtest: UW25Ams37DGyVe0CJg::rx0s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - UW25Ams37DGyVe0CJg::rx0s ok 1 - Set ==> M6he7FOnbsDlJjzoY::xcI6_NdxWCLzemlaX2 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 = 5.022000 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 = 5.022000 ok 9 - license = lgpl # 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..2 # Subtest: force = 0 # Subtest: Set ==> _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf ok 5 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw ok 6 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj ok 7 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS ok 8 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU ok 9 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf ok 4 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw ok 5 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj ok 6 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS ok 7 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU ok 8 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf # Subtest: BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw # Subtest: fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj # Subtest: fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS # Subtest: Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU # Subtest: ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 1 - Set ==> _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..11 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf ok 5 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw ok 6 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj ok 7 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS ok 8 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU ok 9 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 10 - Footer ok 11 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf ok 4 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw ok 5 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj ok 6 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS ok 7 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU ok 8 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 9 - Footer ok 10 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf # Subtest: BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - BDIe::AEnbmpCFkpQPYW7SiY::RdpcB::8CeOjT::D_Rsw6_Cnw # Subtest: fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fXF::hJu415AMzrnMWyMAk_46::ko0Ysn1j60GSPyLxxj # Subtest: fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - fYkMNfOK_lo::HgkIjb::5k08LHprHNSKS # Subtest: Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Rb3EkMs8YBtBdLTl::vX9::uRLLWJCiU::ynU # Subtest: ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ROtIn2jFxGuwQEtOeq::eg_RTZr94ED_A6jgX::tRAo4sTbNgk ok 1 - Set ==> _u2ZrEKBKc3xE::MtJRvwjB::6FomErs5tSG::mo56rf 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 = 5.022000 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 = 5.022000 ok 10 - license = gpl # 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 = 5.022000 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 = 5.022000 ok 11 - license = apache # 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..2 # Subtest: force = 0 # Subtest: Set ==> AMZ8TUsHX3Nn0Zsx4 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AMZ8TUsHX3Nn0Zsx4 ok 5 - JGnuPRff::T8f8bL7o_1shut ok 6 - WJ8HdK ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AMZ8TUsHX3Nn0Zsx4 ok 4 - JGnuPRff::T8f8bL7o_1shut ok 5 - WJ8HdK ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AMZ8TUsHX3Nn0Zsx4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AMZ8TUsHX3Nn0Zsx4 # Subtest: JGnuPRff::T8f8bL7o_1shut 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JGnuPRff::T8f8bL7o_1shut # Subtest: WJ8HdK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WJ8HdK ok 1 - Set ==> AMZ8TUsHX3Nn0Zsx4 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> AMZ8TUsHX3Nn0Zsx4 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..8 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - AMZ8TUsHX3Nn0Zsx4 ok 5 - JGnuPRff::T8f8bL7o_1shut ok 6 - WJ8HdK ok 7 - Footer ok 8 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..7 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - AMZ8TUsHX3Nn0Zsx4 ok 4 - JGnuPRff::T8f8bL7o_1shut ok 5 - WJ8HdK ok 6 - Footer ok 7 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: AMZ8TUsHX3Nn0Zsx4 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - AMZ8TUsHX3Nn0Zsx4 # Subtest: JGnuPRff::T8f8bL7o_1shut 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JGnuPRff::T8f8bL7o_1shut # Subtest: WJ8HdK 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - WJ8HdK ok 1 - Set ==> AMZ8TUsHX3Nn0Zsx4 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 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 = 5.022000 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 = 5.022000 ok 12 - license = freebsd # 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 = 5.022000 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..2 # Subtest: force = 0 # Subtest: Set ==> _5 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _5 ok 5 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ ok 6 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N ok 7 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf ok 8 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym ok 9 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 ok 10 - GMMB9AuOc04lOKuFW ok 11 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE ok 12 - LDcZRC::bRVkMpSl8WHLSt5OaFVM ok 13 - mWXXvd ok 14 - nfea::u ok 15 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado ok 16 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN ok 17 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS ok 18 - u4vWquyfiQX8x9qzdpL3 ok 19 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 ok 20 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 21 - Footer ok 22 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _5 ok 4 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ ok 5 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N ok 6 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf ok 7 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym ok 8 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 ok 9 - GMMB9AuOc04lOKuFW ok 10 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE ok 11 - LDcZRC::bRVkMpSl8WHLSt5OaFVM ok 12 - mWXXvd ok 13 - nfea::u ok 14 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado ok 15 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN ok 16 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS ok 17 - u4vWquyfiQX8x9qzdpL3 ok 18 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 ok 19 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 20 - Footer ok 21 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _5 # Subtest: _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ # Subtest: cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::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 24 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N # Subtest: dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf # Subtest: F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym # Subtest: Ge2j6TOktUvTvcRhJ::f0lFkdQU1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 # Subtest: GMMB9AuOc04lOKuFW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GMMB9AuOc04lOKuFW # Subtest: L34l::vHpdZLnRvEm::zp20onJOxUTVgTE 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE # Subtest: LDcZRC::bRVkMpSl8WHLSt5OaFVM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LDcZRC::bRVkMpSl8WHLSt5OaFVM # Subtest: mWXXvd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mWXXvd # Subtest: nfea::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 32 - nfea::u # Subtest: PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado # Subtest: snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN # Subtest: TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS # Subtest: u4vWquyfiQX8x9qzdpL3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - u4vWquyfiQX8x9qzdpL3 # Subtest: uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 # Subtest: YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 1 - Set ==> _5 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> _5 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - _5 ok 5 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ ok 6 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N ok 7 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf ok 8 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym ok 9 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 ok 10 - GMMB9AuOc04lOKuFW ok 11 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE ok 12 - LDcZRC::bRVkMpSl8WHLSt5OaFVM ok 13 - mWXXvd ok 14 - nfea::u ok 15 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado ok 16 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN ok 17 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS ok 18 - u4vWquyfiQX8x9qzdpL3 ok 19 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 ok 20 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 21 - Footer ok 22 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..21 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - _5 ok 4 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ ok 5 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N ok 6 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf ok 7 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym ok 8 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 ok 9 - GMMB9AuOc04lOKuFW ok 10 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE ok 11 - LDcZRC::bRVkMpSl8WHLSt5OaFVM ok 12 - mWXXvd ok 13 - nfea::u ok 14 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado ok 15 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN ok 16 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS ok 17 - u4vWquyfiQX8x9qzdpL3 ok 18 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 ok 19 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 20 - Footer ok 21 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: _5 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _5 # Subtest: _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - _scfLpw::CTRtH::4GrJ::a1x2w9T5Gam1e83::Gbi1UaIRl3kaAwxqMD_ # Subtest: cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::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 24 - cb2p6_8a1Mtq::MbD9xunoQ83::KzKsKGU1FYTGltLd81Ud::N # Subtest: dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - dMfF::iNmW5ykzVZIsdArpFT6::0wpsCUukf # Subtest: F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - F0i6zrZ59Cbs44PDgT::qHXktsATWwpIgym # Subtest: Ge2j6TOktUvTvcRhJ::f0lFkdQU1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ge2j6TOktUvTvcRhJ::f0lFkdQU1 # Subtest: GMMB9AuOc04lOKuFW 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - GMMB9AuOc04lOKuFW # Subtest: L34l::vHpdZLnRvEm::zp20onJOxUTVgTE 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - L34l::vHpdZLnRvEm::zp20onJOxUTVgTE # Subtest: LDcZRC::bRVkMpSl8WHLSt5OaFVM 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - LDcZRC::bRVkMpSl8WHLSt5OaFVM # Subtest: mWXXvd 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mWXXvd # Subtest: nfea::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 32 - nfea::u # Subtest: PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PQNhRt9EHV::o9YPIF::BHosf1hpqFKiNHo0M::Ado # Subtest: snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - snhhU2dcZEQSlNqYv::Tzux3sTZ_B0i2hVyN # Subtest: TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - TEYPaV_CAY2tAncTKA::2LxGk::z4HIWODRx::zpO4N05cVORZ::mAq7rfS # Subtest: u4vWquyfiQX8x9qzdpL3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - u4vWquyfiQX8x9qzdpL3 # Subtest: uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uXkQkrBz0kjm::CPRO::NwRe::On::qQqgEXr0Oq8 # Subtest: YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - YpEj1rWdXaYRQ::tWuV::Vkv::siZDK853N4q::1PdRJA7viwZNlTWFqtA3 ok 1 - Set ==> _5 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 5 - minperl = 5.022000 ok 13 - license = mozilla # 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 = 5.022000 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 = 5.022000 ok 14 - 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..2 # Subtest: force = 0 # Subtest: Set ==> CO::VY 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CO::VY ok 5 - DMd1Rft9BKJQSz ok 6 - hFEg7PYfl ok 7 - I::WtZ ok 8 - jP::lv5eyQk::cDLMKy ok 9 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz ok 10 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH ok 11 - mK4sLWo4O::mQA ok 12 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I ok 13 - oY89xknplDKISiiRs ok 14 - PB::xEP ok 15 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 ok 16 - T7TYqVNEf6h::3haAB ok 17 - tAa::je ok 18 - V9u ok 19 - VoGIOiuczJ ok 20 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 ok 21 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CO::VY ok 4 - DMd1Rft9BKJQSz ok 5 - hFEg7PYfl ok 6 - I::WtZ ok 7 - jP::lv5eyQk::cDLMKy ok 8 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz ok 9 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH ok 10 - mK4sLWo4O::mQA ok 11 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I ok 12 - oY89xknplDKISiiRs ok 13 - PB::xEP ok 14 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 ok 15 - T7TYqVNEf6h::3haAB ok 16 - tAa::je ok 17 - V9u ok 18 - VoGIOiuczJ ok 19 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 ok 20 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: CO::VY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CO::VY # Subtest: DMd1Rft9BKJQSz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - DMd1Rft9BKJQSz # Subtest: hFEg7PYfl 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hFEg7PYfl # Subtest: I::WtZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I::WtZ # Subtest: jP::lv5eyQk::cDLMKy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jP::lv5eyQk::cDLMKy # Subtest: JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz # Subtest: K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH # Subtest: mK4sLWo4O::mQA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mK4sLWo4O::mQA # Subtest: OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I # Subtest: oY89xknplDKISiiRs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oY89xknplDKISiiRs # Subtest: PB::xEP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PB::xEP # Subtest: PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 # Subtest: T7TYqVNEf6h::3haAB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - T7TYqVNEf6h::3haAB # Subtest: tAa::je 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tAa::je # Subtest: V9u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - V9u # Subtest: VoGIOiuczJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VoGIOiuczJ # Subtest: ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 # Subtest: Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 1 - Set ==> CO::VY 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> CO::VY 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..23 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - CO::VY ok 5 - DMd1Rft9BKJQSz ok 6 - hFEg7PYfl ok 7 - I::WtZ ok 8 - jP::lv5eyQk::cDLMKy ok 9 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz ok 10 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH ok 11 - mK4sLWo4O::mQA ok 12 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I ok 13 - oY89xknplDKISiiRs ok 14 - PB::xEP ok 15 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 ok 16 - T7TYqVNEf6h::3haAB ok 17 - tAa::je ok 18 - V9u ok 19 - VoGIOiuczJ ok 20 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 ok 21 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 22 - Footer ok 23 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..22 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - CO::VY ok 4 - DMd1Rft9BKJQSz ok 5 - hFEg7PYfl ok 6 - I::WtZ ok 7 - jP::lv5eyQk::cDLMKy ok 8 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz ok 9 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH ok 10 - mK4sLWo4O::mQA ok 11 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I ok 12 - oY89xknplDKISiiRs ok 13 - PB::xEP ok 14 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 ok 15 - T7TYqVNEf6h::3haAB ok 16 - tAa::je ok 17 - V9u ok 18 - VoGIOiuczJ ok 19 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 ok 20 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 21 - Footer ok 22 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: CO::VY 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - CO::VY # Subtest: DMd1Rft9BKJQSz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - DMd1Rft9BKJQSz # Subtest: hFEg7PYfl 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - hFEg7PYfl # Subtest: I::WtZ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - I::WtZ # Subtest: jP::lv5eyQk::cDLMKy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - jP::lv5eyQk::cDLMKy # Subtest: JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - JpzV8OY_aBgPkc::VL_rUeaisSnbMMRz # Subtest: K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - K_HTHGyl3::qD08taVYp0asgY267Zx::do6IqWMUPlp3::HmH # Subtest: mK4sLWo4O::mQA 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - mK4sLWo4O::mQA # Subtest: OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - OJflWC7uEZMTOreW0U::2UX7mG6hgG::Cl6k::Wy6xrWdE7YQHQ25IS2n::Sl8I # Subtest: oY89xknplDKISiiRs 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - oY89xknplDKISiiRs # Subtest: PB::xEP 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PB::xEP # Subtest: PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - PzGJxR_hfk_DCBVwPY::RrDk3::Z16daJuyN::QeprYJLRETVl3cG::Y2 # Subtest: T7TYqVNEf6h::3haAB 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - T7TYqVNEf6h::3haAB # Subtest: tAa::je 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - tAa::je # Subtest: V9u 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - V9u # Subtest: VoGIOiuczJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - VoGIOiuczJ # Subtest: ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZaX1::cyBkbnD::br3TIENlhS2Mc::bufC2xHg704D6 # Subtest: Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Zw::dsVcBQSKyVy::D2Hm6Ow63d::1reLhB::Ext ok 1 - Set ==> CO::VY 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 = 5.022000 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 = 5.022000 ok 15 - license = mit # 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..2 # Subtest: force = 0 # Subtest: Set ==> Ci6HZ6iVgIcOg::vwF0Aywb9s 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Ci6HZ6iVgIcOg::vwF0Aywb9s ok 5 - ELxC1 ok 6 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R ok 7 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W ok 8 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 9 - Footer ok 10 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Ci6HZ6iVgIcOg::vwF0Aywb9s ok 4 - ELxC1 ok 5 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R ok 6 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W ok 7 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 8 - Footer ok 9 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Ci6HZ6iVgIcOg::vwF0Aywb9s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ci6HZ6iVgIcOg::vwF0Aywb9s # Subtest: ELxC1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ELxC1 # Subtest: MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R # Subtest: RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W # Subtest: wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 1 - Set ==> Ci6HZ6iVgIcOg::vwF0Aywb9s 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> Ci6HZ6iVgIcOg::vwF0Aywb9s 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..10 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Ci6HZ6iVgIcOg::vwF0Aywb9s ok 5 - ELxC1 ok 6 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R ok 7 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W ok 8 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 9 - Footer ok 10 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..9 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Ci6HZ6iVgIcOg::vwF0Aywb9s ok 4 - ELxC1 ok 5 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R ok 6 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W ok 7 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 8 - Footer ok 9 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Ci6HZ6iVgIcOg::vwF0Aywb9s 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ci6HZ6iVgIcOg::vwF0Aywb9s # Subtest: ELxC1 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ELxC1 # Subtest: MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - MfParICKE8FkYo4::te9hiwZrXLy3QfxVd::KH5::wo::T7R # Subtest: RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - RoM2PARCSQgx8::Wrw2Wv8fUAui::0QFSoaV5W # Subtest: wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - wzB6::d8::4SbAgtIXOLbFcDS::ou2jKJeMP1rsEK::UautUz6pvzqgtJm ok 1 - Set ==> Ci6HZ6iVgIcOg::vwF0Aywb9s 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..2 # Subtest: force = 0 # Subtest: Set ==> Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ ok 5 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi ok 6 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy ok 7 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz ok 8 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV ok 9 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q ok 10 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo ok 11 - o ok 12 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc ok 13 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT ok 14 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 ok 15 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 16 - Footer ok 17 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ ok 4 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi ok 5 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy ok 6 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz ok 7 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV ok 8 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q ok 9 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo ok 10 - o ok 11 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc ok 12 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT ok 13 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 ok 14 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 15 - Footer ok 16 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ # Subtest: cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi # Subtest: EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy # Subtest: g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz # Subtest: izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV # Subtest: lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q # Subtest: nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo # Subtest: 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 29 - o # Subtest: rDdart5MRU::HdFNTmFOIZTiMQTZPwc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc # Subtest: uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT # Subtest: vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 # Subtest: ZKjTDOLVO::pKwvC::Tt3f::HHFR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 1 - Set ==> Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 1..1 ok 1 - force = 0 # Subtest: force = 1 # Subtest: Set ==> Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 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: Changes 1..2 ok 1 - Contents ok 2 - That's all folks! ok 10 - Changes # Subtest: MANIFEST.SKIP 1..2 ok 1 - Contents ok 2 - That's all folks! ok 11 - MANIFEST.SKIP # Subtest: .gitignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 12 - .gitignore # Subtest: ignore.txt 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 13 - ignore.txt # 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: .cvsignore 1..3 ok 1 - MANIFEST* ok 2 - Contents ok 3 - That's all folks! ok 15 - .cvsignore # 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: xt/boilerplate.t 1..17 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Sub declares ok 4 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ ok 5 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi ok 6 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy ok 7 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz ok 8 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV ok 9 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q ok 10 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo ok 11 - o ok 12 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc ok 13 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT ok 14 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 ok 15 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 16 - Footer ok 17 - That's all folks! ok 17 - xt/boilerplate.t # 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 18 - t/pod-coverage.t # Subtest: t/00-load.t 1..16 ok 1 - \#!perl/Min/Strict/Warning/Test::More ok 2 - Plan Header ok 3 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ ok 4 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi ok 5 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy ok 6 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz ok 7 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV ok 8 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q ok 9 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo ok 10 - o ok 11 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc ok 12 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT ok 13 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 ok 14 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 15 - Footer ok 16 - That's all folks! ok 19 - t/00-load.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 20 - 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 21 - t/pod.t # Subtest: Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ # Subtest: cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - cxt9uxI9::6UXMQ8eQNZpq01::gchEWV66boguXNmi # Subtest: EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - EalBCYvhTgivQm6a::Gjs::75Fm2AXwZwDxWHaXWk_::bIYwonRWWGBADgO_::PUALgljpDquy # Subtest: g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - g5m1IIeNSFf7C_eR5::0m4xF::kf1nTa::HWuWblRMVmDI::BYAGRz # Subtest: izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - izOzFK::7x2Ge3lSPaxDkk::Ut6MTzY5LXL5::F3KeZTucfV # Subtest: lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - lY1J::jL::93P28f_lA4nV0JhzRV::sOrC0E7mow8q # Subtest: nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - nETGZfDL5otxET6::4Q2Xwp9t3kZIS_69xrD::aIo # Subtest: 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 29 - o # Subtest: rDdart5MRU::HdFNTmFOIZTiMQTZPwc 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - rDdart5MRU::HdFNTmFOIZTiMQTZPwc # Subtest: uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - uFE::l5CIdo8TU4jqFr25AC::EQ_V9ozl6Jg5n1qIAT # Subtest: vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - vfFIvssv2yd3JB::Bwg7UOb7HYJIjMO::ePDbsyvO6ZUOUvID_t::UJCyCjDZvasBTYX2yH78 # Subtest: ZKjTDOLVO::pKwvC::Tt3f::HHFR 1..19 ok 1 - start ok 2 - NAME Pod. ok 3 - module version ok 4 - SYNOPSIS ok 5 - EXPORT ok 6 - function1 ok 7 - function2 ok 8 - AUTHOR ok 9 - BUGS ok 10 - Support 1 ok 11 - Support - RT ok 12 - AnnoCPAN ok 13 - CPAN Ratings ok 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 - ZKjTDOLVO::pKwvC::Tt3f::HHFR ok 1 - Set ==> Ci6E2Opy::q0UMM::8tNvav6T8mxBHpJ::rMLVwJ 1..1 ok 2 - force = 1 ok 2 - ignores_type = 0001 # 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 = 5.022000 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 = 5.022000 ok 16 - license = lgpl3 ok 5 - builder = Module::Install ok All tests successful. Files=6, Tests=26, 12 wallclock secs ( 1.41 usr 0.10 sys + 8.30 cusr 1.68 csys = 11.49 CPU) Result: PASS DBOOK/Module-Starter-1.72.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DB/DBOOK/CHECKSUMS Dan Book <dbook@cpan.org> a simple starter kit for any module >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Module-Starter-1.72-aDSYA3 && tar cvf - Module-Starter-1.72.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/D/DB/DBOOK/Module-Starter-1.72.tar.gz Module-Starter-1.72.ppd blib/ blib/man3/ blib/man3/Module::Starter.3 blib/man3/Module::Starter::Plugin::Template.3 blib/man3/Module::Starter::App.3 blib/man3/Module::Starter::Simple.3 blib/man3/Module::Starter::Plugin.3 blib/man3/Module::Starter::BuilderSet.3 blib/script/ blib/script/module-starter blib/man1/ blib/man1/module-starter.1 blib/lib/ blib/lib/Module/ blib/lib/Module/Starter.pm blib/lib/Module/Starter/ blib/lib/Module/Starter/Plugin.pod blib/lib/Module/Starter/Plugin/ blib/lib/Module/Starter/Plugin/Template.pm blib/lib/Module/Starter/Simple.pm blib/lib/Module/Starter/App.pm blib/lib/Module/Starter/BuilderSet.pm VmSize: 350096 kB Finished 2017-03-27T02:00:51