PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2015-10-22T02:06:13 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1432/var/cpan/Metadata' Database was generated on Thu, 22 Oct 2015 05:53:29 GMT Running make for N/NE/NEILB/Devel-Constants-1.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/Devel-Constants-1.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/CHECKSUMS Checksum for /export/home/fly1432/var/cpan/sources/authors/id/N/NE/NEILB/Devel-Constants-1.04.tar.gz ok Devel-Constants-1.04/ Devel-Constants-1.04/Changes Devel-Constants-1.04/dist.ini Devel-Constants-1.04/lib/ Devel-Constants-1.04/LICENSE Devel-Constants-1.04/Makefile.PL Devel-Constants-1.04/MANIFEST Devel-Constants-1.04/META.json Devel-Constants-1.04/META.yml Devel-Constants-1.04/README Devel-Constants-1.04/t/ Devel-Constants-1.04/t/constants.t Devel-Constants-1.04/t/import.t Devel-Constants-1.04/t/pod-coverage.t Devel-Constants-1.04/t/pod.t Devel-Constants-1.04/lib/Devel/ Devel-Constants-1.04/lib/Devel/Constants.pm CPAN.pm: Building N/NE/NEILB/Devel-Constants-1.04.tar.gz >>> /export/home/fly1432/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::Constants Writing MYMETA.yml and MYMETA.json >>> make cp lib/Devel/Constants.pm blib/lib/Devel/Constants.pm Manifying 1 pod document NEILB/Devel-Constants-1.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1432/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # should import into requested namespace # should export requested name t/constants.t ..... 1..19 ok 1 - use Devel::Constants; ok 2 - ONE flag should be set in string ok 3 - TWO flag should be set in string ok 4 - THREE flag should be set in string ok 5 - ONE flag should be set in list ok 6 - TWO flag should be set in list ok 7 - THREE flag should be set in list ok 8 - should be able to resolve label ok 9 - A exists in passed-in hash ok 10 - A has correct value too! ok 11 - B exists in passed-in hash ok 12 - B has correct value too! ok 13 - C exists in passed-in hash ok 14 - C has correct value too! ok 15 - bar->can('flag_to_names') ok 16 - bar->can('label') ok 17 - should capture values in another package ok 18 - ... setting captured value in other package ok 19 - should get names for other package ok t/import.t ........ ok 1 - use Devel::Constants; ok 2 - Devel::Constants->can('import') ok 3 - import() should not import flag_to_names() by default ok 4 - import() should not import to_name() by default ok 5 - import() should import flag_to_names() if requested ok 6 - import() should import to_name() if requested 1..6 ok t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Devel::Constants ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Devel/Constants.pm ok All tests successful. Files=4, Tests=27, 1 wallclock secs ( 0.10 usr 0.05 sys + 0.69 cusr 0.14 csys = 0.98 CPU) Result: PASS NEILB/Devel-Constants-1.04.tar.gz make test TEST_VERBOSE=1 -- OK Neil Bowers <neil@bowers.com> translates constants back to named symbols >>> (cd /export/home/fly1432/var/cpan/build/Devel-Constants-1.04-_U2jxm && tar cvf - Devel-Constants-1.04.ppd blib) | gzip -c >/export/home/fly1432/var/REPO/N/NE/NEILB/Devel-Constants-1.04.tar.gz Devel-Constants-1.04.ppd blib/ blib/lib/ blib/lib/Devel/ blib/lib/Devel/Constants.pm blib/man3/ blib/man3/Devel::Constants.3 >>> mv /export/home/fly1432/var/cpan/build/Devel-Constants-1.04-_U2jxm/Devel-Constants-1.04.ppd /export/home/fly1432/var/REPO/N/NE/NEILB Finished 2015-10-22T02:06:26