PATH=/usr/bin:/bin:/home/fly1600/var/megalib/bin Start 2014-11-16T14:01:11 ActivePerl-1600 CPAN-2.00 Reading '/home/fly1600/var/cpan/Metadata' Database was generated on Sun, 16 Nov 2014 20:29:02 GMT Running make for R/RJ/RJBS/Getopt-Long-Descriptive-0.098.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.098.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /home/fly1600/var/cpan/sources/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.098.tar.gz ok Getopt-Long-Descriptive-0.098/ Getopt-Long-Descriptive-0.098/Changes Getopt-Long-Descriptive-0.098/dist.ini Getopt-Long-Descriptive-0.098/lib/ Getopt-Long-Descriptive-0.098/LICENSE Getopt-Long-Descriptive-0.098/Makefile.PL Getopt-Long-Descriptive-0.098/MANIFEST Getopt-Long-Descriptive-0.098/META.json Getopt-Long-Descriptive-0.098/META.yml Getopt-Long-Descriptive-0.098/README Getopt-Long-Descriptive-0.098/t/ Getopt-Long-Descriptive-0.098/xt/ Getopt-Long-Descriptive-0.098/xt/release/ Getopt-Long-Descriptive-0.098/xt/release/changes_has_content.t Getopt-Long-Descriptive-0.098/xt/release/pod-syntax.t Getopt-Long-Descriptive-0.098/t/00-report-prereqs.dd Getopt-Long-Descriptive-0.098/t/00-report-prereqs.t Getopt-Long-Descriptive-0.098/t/descriptive.t Getopt-Long-Descriptive-0.098/t/shortcircuit.t Getopt-Long-Descriptive-0.098/lib/Getopt/ Getopt-Long-Descriptive-0.098/lib/Getopt/Long/ Getopt-Long-Descriptive-0.098/lib/Getopt/Long/Descriptive/ Getopt-Long-Descriptive-0.098/lib/Getopt/Long/Descriptive.pm Getopt-Long-Descriptive-0.098/lib/Getopt/Long/Descriptive/Opts.pm Getopt-Long-Descriptive-0.098/lib/Getopt/Long/Descriptive/Usage.pm CPAN.pm: Building R/RJ/RJBS/Getopt-Long-Descriptive-0.098.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Getopt::Long::Descriptive Writing MYMETA.yml and MYMETA.json >>> make cp lib/Getopt/Long/Descriptive/Opts.pm blib/lib/Getopt/Long/Descriptive/Opts.pm cp lib/Getopt/Long/Descriptive.pm blib/lib/Getopt/Long/Descriptive.pm cp lib/Getopt/Long/Descriptive/Usage.pm blib/lib/Getopt/Long/Descriptive/Usage.pm Manifying 3 pod documents RJBS/Getopt-Long-Descriptive-0.098.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly1600/ap1600/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.02 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.02 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.02 # File::Spec any 3.47 # Test::Fatal any 0.013 # Test::More 0.96 1.001009 # Test::Warnings 0.005 0.016 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.142690 # # === Runtime Requires === # # Module Want Have # ------------------- ----- ------ # Carp any 1.3301 # File::Basename any 2.84 # Getopt::Long 2.33 2.42 # List::Util any 1.41 # Params::Validate 0.97 1.13 # Scalar::Util any 1.41 # Sub::Exporter 0.972 0.987 # Sub::Exporter::Util any 0.987 # overload any 1.18 # strict any 1.07 # warnings any 1.13 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/descriptive.t ........ 1..42 ok 1 - use Getopt::Long::Descriptive; ok 2 - default foo_bar with no short option name ok 3 - ...->foo_bar ok 4 - hidden option in usage command ok 5 - hidden option description ok 6 - ok 7 - ...->nora ok 8 - basic usage, with default ok 9 - ...->mode ok 10 - basic usage, passed-in ok 11 - ...->bar ok 12 - ...->mode ok 13 - hidden option in usage command ok 14 - hidden option description ok 15 - only one 'mode' option ok 16 - negatable usage ok 17 - ...->bar ok 18 - ...->baz ok 19 - ...->mode ok 20 - required option -- help text ok 21 - spacer and non-option description found ok 22 - CODEISH: spacer and non-option description found ok 23 - short options ok 24 - c_opt->foo is FOO ok 25 - C_opt->foo is FOO ok 26 - s_opt->foo is FOO ok 27 - c_opt->foo is BAR ok 28 - C_opt->foo is BAR ok 29 - s_opt->foo is undef ok 30 - c_opt->foo is BAZ ok 31 - C_opt->foo is BAZ ok 32 - s_opt->foo is BAZ ok 33 - empty-but-present description is ok ok 34 - empty-but-present description is ok ok 35 - entry not given is undef (exists? no guarantee) ok 36 - entry not given is undef (as method) ok 37 - ok to imply option with optional argument ok 38 - given value (checked with method) ok 39 - implied value (checked with method) ok 40 - long option description is wrapped cleanly ok 41 - handled unwrappable description ok 42 - no error in eval ok t/shortcircuit.t ....... ok 1 - no req: error ok 2 - shortcircuit + default ok 3 - req: no error ok 4 - req: req1 specified ok 5 - help: no error ok 6 - help: help flag ok 7 - help: only help ok 8 - help + req: no error ok 9 - help + req: help flag ok 10 - help + req: only help ok 11 - no (unexpected) warnings (via done_testing) 1..11 ok All tests successful. Files=3, Tests=54, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.43 cusr 0.05 csys = 0.52 CPU) Result: PASS RJBS/Getopt-Long-Descriptive-0.098.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> Getopt::Long, but simpler and more powerful >>> (cd /home/fly1600/var/cpan/build/Getopt-Long-Descriptive-0.098-TLho20 && tar cvf - Getopt-Long-Descriptive-0.098.ppd blib) | gzip -c >/home/fly1600/var/REPO/R/RJ/RJBS/Getopt-Long-Descriptive-0.098.tar.gz Getopt-Long-Descriptive-0.098.ppd blib/ blib/lib/ blib/lib/Getopt/ blib/lib/Getopt/Long/ blib/lib/Getopt/Long/Descriptive/ blib/lib/Getopt/Long/Descriptive/Opts.pm blib/lib/Getopt/Long/Descriptive/Usage.pm blib/lib/Getopt/Long/Descriptive.pm blib/man3/ blib/man3/Getopt::Long::Descriptive.3 blib/man3/Getopt::Long::Descriptive::Opts.3 blib/man3/Getopt::Long::Descriptive::Usage.3 >>> mv /home/fly1600/var/cpan/build/Getopt-Long-Descriptive-0.098-TLho20/Getopt-Long-Descriptive-0.098.ppd /home/fly1600/var/REPO/R/RJ/RJBS VmSize: 257956 kB Finished 2014-11-16T14:01:17