PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2014-10-17T20:54:15 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Sat, 18 Oct 2014 02:17:02 GMT Running make for I/ID/IDOPEREL/McBain-2.000002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/McBain-2.000002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/CHECKSUMS Checksum for /home/fly2000/var/cpan/sources/authors/id/I/ID/IDOPEREL/McBain-2.000002.tar.gz ok McBain-2.000002 McBain-2.000002/README McBain-2.000002/Changes McBain-2.000002/LICENSE McBain-2.000002/INSTALL McBain-2.000002/dist.ini McBain-2.000002/MANIFEST McBain-2.000002/META.json McBain-2.000002/SIGNATURE McBain-2.000002/t McBain-2.000002/t/00-load.t McBain-2.000002/Makefile.PL McBain-2.000002/MANIFEST.SKIP McBain-2.000002/lib McBain-2.000002/lib/McBain.pm McBain-2.000002/t/01-simple.t McBain-2.000002/bin McBain-2.000002/bin/mcbain2pod McBain-2.000002/t/lib McBain-2.000002/t/lib/Mendoza.pm McBain-2.000002/t/02-contextual.t McBain-2.000002/t/lib/Wolfcastle.pm McBain-2.000002/t/lib/Mendoza McBain-2.000002/t/lib/Mendoza/Math.pm McBain-2.000002/lib/McBain McBain-2.000002/lib/McBain/Directly.pm McBain-2.000002/t/lib/Wolfcastle McBain-2.000002/t/lib/Wolfcastle/Math.pm McBain-2.000002/t/release-dist-manifest.t McBain-2.000002/t/lib/Wolfcastle/Context.pm McBain-2.000002/t/lib/Mendoza/Math McBain-2.000002/t/lib/Mendoza/Math/Constants.pm CPAN.pm: Building I/ID/IDOPEREL/McBain-2.000002.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Warning: prerequisite Brannigan 0 not found. Warning: prerequisite Getopt::Compact 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for McBain Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- IDOPEREL/McBain-2.000002.tar.gz ---- Brannigan [requires] Getopt::Compact [requires] Running make test Delayed until after prerequisites Running test for module 'Brannigan' Running make for I/ID/IDOPEREL/Brannigan-1.1.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/Brannigan-1.1.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/I/ID/IDOPEREL/Brannigan-1.1.tar.gz ok Brannigan-1.1 Brannigan-1.1/README Brannigan-1.1/Changes Brannigan-1.1/LICENSE Brannigan-1.1/INSTALL Brannigan-1.1/dist.ini Brannigan-1.1/META.yml Brannigan-1.1/MANIFEST Brannigan-1.1/META.json Brannigan-1.1/SIGNATURE Brannigan-1.1/t Brannigan-1.1/t/00-load.t Brannigan-1.1/Makefile.PL Brannigan-1.1/MANIFEST.SKIP Brannigan-1.1/t/02-simple.t Brannigan-1.1/t/03-complex.t Brannigan-1.1/lib Brannigan-1.1/lib/Brannigan.pm Brannigan-1.1/t/01-validations.t Brannigan-1.1/lib/Brannigan Brannigan-1.1/lib/Brannigan/Tree.pm Brannigan-1.1/t/release-pod-syntax.t Brannigan-1.1/t/release-pod-coverage.t Brannigan-1.1/t/release-dist-manifest.t Brannigan-1.1/lib/Brannigan/Examples.pod Brannigan-1.1/lib/Brannigan/Validations.pm CPAN.pm: Building I/ID/IDOPEREL/Brannigan-1.1.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Brannigan Writing MYMETA.yml and MYMETA.json >>> make cp lib/Brannigan/Validations.pm blib/lib/Brannigan/Validations.pm cp lib/Brannigan.pm blib/lib/Brannigan.pm cp lib/Brannigan/Examples.pod blib/lib/Brannigan/Examples.pod cp lib/Brannigan/Tree.pm blib/lib/Brannigan/Tree.pm Manifying blib/man3/Brannigan.3 Manifying blib/man3/Brannigan::Examples.3 Manifying blib/man3/Brannigan::Tree.3 Manifying blib/man3/Brannigan::Validations.3 IDOPEREL/Brannigan-1.1.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Brannigan 1.1, Perl 5.020001, /home/fly2000/ap2000-298540/bin/perl-static t/00-load.t ................ 1..1 ok 1 - use Brannigan; ok t/01-validations.t ......... 1..80 ok 1 - required fails when value is undefined ok 2 - required succeeds when value is defined yet uninitialized ok 3 - required succeeds when value is defined and initialized ok 4 - forbidden succeeds when value is undefined ok 5 - forbidden fails when value is defined ok 6 - is_true succeeds when value is a non-zero number ok 7 - is_true succeeds when value is a string ok 8 - is_true fails when value is zero ok 9 - is_true fails when value is an empty string ok 10 - is_true succeds either case if boolean is false ok 11 - length_between succeeds when value is inside range ok 12 - length_between succeeds when range is exact and string is of the same length ok 13 - length_between fails when length is after range ok 14 - length_between fails when length is before range ok 15 - min_length succeeds when string is longer than minimum ok 16 - min_length succeeds when string is exactly the minimum ok 17 - min_length fails when string is shorter than minimum ok 18 - max_length succeeds when string is shorter than maximum ok 19 - max_length succeeds when string is exactly the maximum ok 20 - max_length fails when string is longer than maximum ok 21 - min_length succeeds when array is longer than minimum ok 22 - min_length succeeds when array is exactly the minimum ok 23 - min_length fails when array is shorter than minimum ok 24 - max_length succeeds when array is shorter than maximum ok 25 - max_length succeeds when array is exactly the maximum ok 26 - max_length fails when array is longer than maximum ok 27 - integer succeeds when value is an integer ok 28 - integer succeeds when value is zero ok 29 - integer fails when value is not an integer ok 30 - value_between succeeds when value is inside range ok 31 - value_between succeeds when range is exact and value is the same ok 32 - value_between fails when value is after range ok 33 - value_between fails when value is before range ok 34 - min_value succeeds when value is larger than minimum ok 35 - min_value succeeds when value is exactly the minimum ok 36 - min_value fails when value is lower than minimum ok 37 - max_value succeeds when value is lower than maximum ok 38 - max_value succeeds when value is exactly the maximum ok 39 - max_value fails when value is larger than maximum ok 40 - array succeeds when value is an array ok 41 - array fails when value is not an array (hash) ok 42 - array fails when value is not an array (integer) ok 43 - hash succeeds when value is an hash ok 44 - hash fails when value is not an hash (array) ok 45 - hash fails when value is not an hash (integer) ok 46 - one_of succeeds when value is in the array ok 47 - one_of fails when value is not in the array ok 48 - matches succeeds with a simple regex ok 49 - matches succeeds with a little more complex regex ok 50 - matches fails when value does not match regex ok 51 - min_alpha succeeds when string has more than minimum ok 52 - min_alpha succeeds when string has exactly the minimum ok 53 - min_alpha fails when string has less than minimum ok 54 - max_alpha succeeds when string has less than maximum ok 55 - max_alpha succeeds when string has exactly the maximum ok 56 - max_alpha fails when string has more than maximum ok 57 - min_digits succeeds when string has more than minimum ok 58 - min_digits succeeds when string has exactly the minimum ok 59 - min_digits fails when string has less than minimum ok 60 - max_digits succeeds when string has less than maximum ok 61 - max_digits succeeds when string has exactly the maximum ok 62 - max_digits fails when string has more than maximum ok 63 - min_signs succeeds when string has more than minimum ok 64 - min_signs succeeds when string has exactly the minimum ok 65 - min_signs fails when string has less than minimum ok 66 - max_signs succeeds when string has less than maximum ok 67 - max_signs succeeds when string has exactly the maximum ok 68 - max_signs fails when string has more than maximum ok 69 - max_consec succeeds when a string sequence is less than maximum ok 70 - max_consec succeeds when a numeric sequence is less than maximum ok 71 - max_consec succeeds when a string sequence is exactly than maximum ok 72 - max_consec succeeds when a numeric sequence is exactly than maximum ok 73 - max_consec succeeds when a string sequence is more than maximum ok 74 - max_consec succeeds when a numeric sequence is more than maximum ok 75 - max_reps succeeds when a string sequence is less than maximum ok 76 - max_reps succeeds when a numeric sequence is less than maximum ok 77 - max_reps succeeds when a string sequence is exactly than maximum ok 78 - max_reps succeeds when a numeric sequence is exactly than maximum ok 79 - max_reps succeeds when a string sequence is more than maximum ok 80 - max_reps succeeds when a numeric sequence is more than maximum ok t/02-simple.t .............. 1..7 ok 1 - Got a proper Brannigan object ok 2 - simple scheme with rejects ok 3 - simple scheme with no rejects ok 4 - inheriting scheme with rejects ok 5 - inheriting scheme with no rejects ok 6 - new scheme ok 7 - functional interface ok t/03-complex.t ............. 1..4 ok 1 - Got a proper Brannigan object ok 2 - complex scheme with no inheritance ok 3 - complex scheme with simple inheritance ok 4 - complex scheme with multiple inheritance ok t/release-dist-manifest.t .. skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing All tests successful. Files=7, Tests=92, 0 wallclock secs ( 0.06 usr 0.03 sys + 0.34 cusr 0.05 csys = 0.48 CPU) Result: PASS IDOPEREL/Brannigan-1.1.tar.gz make test TEST_VERBOSE=1 -- OK Ido Perlmuter <ido@ido50.net> Comprehensive, flexible system for validating and parsing input, mainly targeted at web applications. >>> (cd /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw && tar cvf - Brannigan-1.1.ppd blib) | gzip -c >/home/fly2000/var/REPO/I/ID/IDOPEREL/Brannigan-1.1.tar.gz Brannigan-1.1.ppd blib/ blib/man3/ blib/man3/Brannigan::Validations.3 blib/man3/Brannigan::Tree.3 blib/man3/Brannigan.3 blib/man3/Brannigan::Examples.3 blib/lib/ blib/lib/Brannigan.pm blib/lib/Brannigan/ blib/lib/Brannigan/Tree.pm blib/lib/Brannigan/Validations.pm blib/lib/Brannigan/Examples.pod >>> mv /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/Brannigan-1.1.ppd /home/fly2000/var/REPO/I/ID/IDOPEREL Running test for module 'Getopt::Compact' Running make for A/AS/ASW/Getopt-Compact-0.04.tar.gz Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AS/ASW/Getopt-Compact-0.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AS/ASW/CHECKSUMS Checksum for /home/fly2000/var/cpan/sources/authors/id/A/AS/ASW/Getopt-Compact-0.04.tar.gz ok Getopt-Compact-0.04/ Getopt-Compact-0.04/README Getopt-Compact-0.04/t/ Getopt-Compact-0.04/t/compact.t Getopt-Compact-0.04/t/pod_coverage.t Getopt-Compact-0.04/t/pod.t Getopt-Compact-0.04/t/podmunge-insert.t Getopt-Compact-0.04/t/data/ Getopt-Compact-0.04/t/data/pod1.pod Getopt-Compact-0.04/t/data/pod2.pod Getopt-Compact-0.04/t/data/usage1.txt Getopt-Compact-0.04/Changes Getopt-Compact-0.04/MANIFEST Getopt-Compact-0.04/Makefile.PL Getopt-Compact-0.04/lib/ Getopt-Compact-0.04/lib/Getopt/ Getopt-Compact-0.04/lib/Getopt/Compact/ Getopt-Compact-0.04/lib/Getopt/Compact/PodMunger.pm Getopt-Compact-0.04/lib/Getopt/Compact.pm Getopt-Compact-0.04/META.yml Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'make' CPAN.pm: Building A/AS/ASW/Getopt-Compact-0.04.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Warning: prerequisite Env::Path 0 not found. Warning: prerequisite Pod::Simple::Text::Termcap 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Getopt::Compact Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ASW/Getopt-Compact-0.04.tar.gz ---- Pod::Simple::Text::Termcap [requires] Env::Path [requires] Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'Pod::Simple::Text::Termcap' Running make for B/BO/BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BO/BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/B/BO/BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz ok Pod-Simple-Text-Termcap-0.01/ Pod-Simple-Text-Termcap-0.01/Changes Pod-Simple-Text-Termcap-0.01/lib/ Pod-Simple-Text-Termcap-0.01/lib/Pod/ Pod-Simple-Text-Termcap-0.01/lib/Pod/Simple/ Pod-Simple-Text-Termcap-0.01/lib/Pod/Simple/Text/ Pod-Simple-Text-Termcap-0.01/lib/Pod/Simple/Text/Termcap.pm Pod-Simple-Text-Termcap-0.01/Makefile.PL Pod-Simple-Text-Termcap-0.01/MANIFEST Pod-Simple-Text-Termcap-0.01/META.yml Pod-Simple-Text-Termcap-0.01/README Pod-Simple-Text-Termcap-0.01/t/ Pod-Simple-Text-Termcap-0.01/t/00-load.t Pod-Simple-Text-Termcap-0.01/t/pod.t Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'make' CPAN.pm: Building B/BO/BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Simple::Text::Termcap Writing MYMETA.yml and MYMETA.json >>> make cp lib/Pod/Simple/Text/Termcap.pm blib/lib/Pod/Simple/Text/Termcap.pm Manifying blib/man3/Pod::Simple::Text::Termcap.3 BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz make -- OK Prepending /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Pod::Simple::Text::Termcap 0.01, Perl 5.008004, /usr/local/cb/perl5.8.4/bin/perl t/00-load.t .. 1..1 ok 1 - use Pod::Simple::Text::Termcap; ok t/pod.t ...... 1..1 ok 1 - POD test for blib/lib/Pod/Simple/Text/Termcap.pm ok All tests successful. Files=2, Tests=2, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.16 cusr 0.03 csys = 0.23 CPU) Result: PASS BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BO/BORISZ/CHECKSUMS Picked up abstract from Makefile Boris Zentner <bzm@2bz.de> Convert POD data to ASCII text with format escapes >>> (cd /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ && tar cvf - Pod-Simple-Text-Termcap-0.01.ppd blib) | gzip -c >/home/fly2000/var/REPO/B/BO/BORISZ/Pod-Simple-Text-Termcap-0.01.tar.gz Pod-Simple-Text-Termcap-0.01.ppd blib/ blib/man3/ blib/man3/Pod::Simple::Text::Termcap.3 blib/lib/ blib/lib/Pod/ blib/lib/Pod/Simple/ blib/lib/Pod/Simple/Text/ blib/lib/Pod/Simple/Text/Termcap.pm >>> mv /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/Pod-Simple-Text-Termcap-0.01.ppd /home/fly2000/var/REPO/B/BO/BORISZ Running test for module 'Env::Path' Running make for D/DS/DSB/Env-Path-0.19.tar.gz Prepending /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DS/DSB/Env-Path-0.19.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DS/DSB/CHECKSUMS Checksum for /home/fly2000/var/cpan/sources/authors/id/D/DS/DSB/Env-Path-0.19.tar.gz ok Env-Path-0.19/ Env-Path-0.19/examples/ Env-Path-0.19/examples/Whence Env-Path-0.19/examples/Whence.bat Env-Path-0.19/Makefile.PL Env-Path-0.19/META.yml Env-Path-0.19/README Env-Path-0.19/envpath Env-Path-0.19/test.pl Env-Path-0.19/Changes Env-Path-0.19/MANIFEST Env-Path-0.19/Path.pm Prepending /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'make' CPAN.pm: Building D/DS/DSB/Env-Path-0.19.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Env::Path Writing MYMETA.yml and MYMETA.json >>> make cp Path.pm blib/lib/Env/Path.pm cp envpath blib/script/envpath /home/fly2000/ap2000-298540/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/envpath Manifying blib/man1/envpath.1 Manifying blib/man3/Env::Path.3 DSB/Env-Path-0.19.tar.gz make -- OK Prepending /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-Iblib/lib" "-Iblib/arch" test.pl 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 DSB/Env-Path-0.19.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Path.pm David Boyce <dsb@cpan.org> Advanced operations on path variables >>> (cd /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT && tar cvf - Env-Path-0.19.ppd blib) | gzip -c >/home/fly2000/var/REPO/D/DS/DSB/Env-Path-0.19.tar.gz Env-Path-0.19.ppd blib/ blib/script/ blib/script/envpath blib/man1/ blib/man1/envpath.1 blib/man3/ blib/man3/Env::Path.3 blib/lib/ blib/lib/Env/ blib/lib/Env/Path.pm >>> mv /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/Env-Path-0.19.ppd /home/fly2000/var/REPO/D/DS/DSB Running make for A/AS/ASW/Getopt-Compact-0.04.tar.gz Prepending /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR Prepending /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'make' CPAN.pm: Building A/AS/ASW/Getopt-Compact-0.04.tar.gz >>> make cp lib/Getopt/Compact.pm blib/lib/Getopt/Compact.pm cp lib/Getopt/Compact/PodMunger.pm blib/lib/Getopt/Compact/PodMunger.pm Manifying blib/man3/Getopt::Compact.3 Manifying blib/man3/Getopt::Compact::PodMunger.3 ASW/Getopt-Compact-0.04.tar.gz make -- OK Prepending /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/compact.t .......... 1..10 ok 1 - compile Getopt::Compact ok 2 - integer list with reference ok 3 - optional string argument ok 4 - mode option works ok 5 - multiple argument specification (>2) ok 6 - first option used as key (2 single char options) ok 7 - second option used as key (multiple options) ok 8 - first long option used as key (multiple single & long) ok 9 - usage string matches ok 10 - program $0 found ok t/pod.t .............. 1..2 ok 1 - POD test for blib/lib/Getopt/Compact.pm ok 2 - POD test for blib/lib/Getopt/Compact/PodMunger.pm ok t/pod_coverage.t ..... 1..2 ok 1 - POD test for blib/lib/Getopt/Compact.pm ok 2 - POD test for blib/lib/Getopt/Compact/PodMunger.pm ok t/podmunge-insert.t .. 1..9 ok 1 - Instantiated Getopt::Compact::PodMunger() ok 2 - insert USAGE: returned correct sections ok 3 - insert FOOBAR: returned correct sections ok 4 - insert DESCRIPTION: returned correct sections ok 5 - insert NOTES: returned correct sections ok 6 - insert USAGE: returned correct sections ok 7 - content has been indented ok 8 - insert USAGE: returned correct sections ok 9 - inserting sections into empty pod ok All tests successful. Files=4, Tests=23, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.43 cusr 0.04 csys = 0.52 CPU) Result: PASS ASW/Getopt-Compact-0.04.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Andrew Stewart Williams <asw@cpan.org> getopt processing in a compact statement with both long and short options, and usage functionality. >>> (cd /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR && tar cvf - Getopt-Compact-0.04.ppd blib) | gzip -c >/home/fly2000/var/REPO/A/AS/ASW/Getopt-Compact-0.04.tar.gz Getopt-Compact-0.04.ppd blib/ blib/man3/ blib/man3/Getopt::Compact::PodMunger.3 blib/man3/Getopt::Compact.3 blib/lib/ blib/lib/Getopt/ blib/lib/Getopt/Compact.pm blib/lib/Getopt/Compact/ blib/lib/Getopt/Compact/PodMunger.pm >>> mv /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/Getopt-Compact-0.04.ppd /home/fly2000/var/REPO/A/AS/ASW Running make for I/ID/IDOPEREL/McBain-2.000002.tar.gz Prepending /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/arch /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/lib /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly2000/var/cpan/build/McBain-2.000002-9b3yWr Prepending /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/arch /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/lib /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'make' CPAN.pm: Building I/ID/IDOPEREL/McBain-2.000002.tar.gz >>> make cp lib/McBain/Directly.pm blib/lib/McBain/Directly.pm cp lib/McBain.pm blib/lib/McBain.pm cp bin/mcbain2pod blib/script/mcbain2pod /home/fly2000/ap2000-298540/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mcbain2pod Manifying blib/man1/mcbain2pod.1 Manifying blib/man3/McBain.3 Manifying blib/man3/McBain::Directly.3 IDOPEREL/McBain-2.000002.tar.gz make -- OK Prepending /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/arch /home/fly2000/var/cpan/build/Getopt-Compact-0.04-zgymTR/blib/lib /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/arch /home/fly2000/var/cpan/build/Env-Path-0.19-qP60LT/blib/lib /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/arch /home/fly2000/var/cpan/build/Pod-Simple-Text-Termcap-0.01-uEOGXQ/blib/lib /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/arch /home/fly2000/var/cpan/build/Brannigan-1.1-c8_hrw/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing McBain 2.000002, Perl 5.020001, /home/fly2000/ap2000-298540/bin/perl-static t/00-load.t ................ 1..1 ok 1 - use McBain; ok t/01-simple.t .............. 1..20 ok 1 - status ok ok 2 - math ok \#1 ok 3 - math ok \#2 ok 4 - sum from params ok ok 5 - sum from path ok ok 6 - diff ok ok 7 - factorial dies ok when bad method ok 8 - factorial zero ok ok 9 - factorial non-zero ok ok 10 - constants ok ok 11 - pi ok ok 12 - golden ratio ok ok 13 - bad regex ok ok 14 - bad param ok ok 15 - wrong method ok ok 16 - wrong topic ok ok 17 - pre_route ok ok 18 - 2nd level pre_route ok ok 19 - post_route ok ok 20 - OPTIONS okay ok t/02-contextual.t .......... 1..9 ok 1 - status ok ok 2 - sum from params ok ok 3 - diff ok ok 4 - factorial dies ok when bad method ok 5 - factorial zero ok ok 6 - factorial non-zero ok ok 7 - bad param ok ok 8 - wrong method ok ok 9 - wrong topic ok ok t/release-dist-manifest.t .. skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=30, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.28 cusr 0.04 csys = 0.38 CPU) Result: PASS IDOPEREL/McBain-2.000002.tar.gz make test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Ido Perlmuter <ido@ido50.net> Framework for building portable, auto-validating and self-documenting APIs >>> (cd /home/fly2000/var/cpan/build/McBain-2.000002-9b3yWr && tar cvf - McBain-2.000002.ppd blib) | gzip -c >/home/fly2000/var/REPO/I/ID/IDOPEREL/McBain-2.000002.tar.gz McBain-2.000002.ppd blib/ blib/script/ blib/script/mcbain2pod blib/man1/ blib/man1/mcbain2pod.1 blib/man3/ blib/man3/McBain::Directly.3 blib/man3/McBain.3 blib/lib/ blib/lib/McBain.pm blib/lib/McBain/ blib/lib/McBain/Directly.pm >>> mv /home/fly2000/var/cpan/build/McBain-2.000002-9b3yWr/McBain-2.000002.ppd /home/fly2000/var/REPO/I/ID/IDOPEREL VmSize: 299264 kB Finished 2014-10-17T20:54:29