Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2009-07-10T05:15:18 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1003/var/cpan/Metadata' Database was generated on Fri, 10 Jul 2009 10:27:04 GMT Running make for R/RJ/RJBS/Package-Generator-0.103.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Package-Generator-0.103.tar.gz ok Will not use Archive::Tar, need 1.00 Package-Generator-0.103/ Package-Generator-0.103/Changes Package-Generator-0.103/LICENSE Package-Generator-0.103/MANIFEST Package-Generator-0.103/META.yml Package-Generator-0.103/Makefile.PL Package-Generator-0.103/README Package-Generator-0.103/inc/ Package-Generator-0.103/inc/Module/ Package-Generator-0.103/inc/Module/Install/ Package-Generator-0.103/inc/Module/Install/Base.pm Package-Generator-0.103/inc/Module/Install/Can.pm Package-Generator-0.103/inc/Module/Install/Fetch.pm Package-Generator-0.103/inc/Module/Install/Makefile.pm Package-Generator-0.103/inc/Module/Install/Metadata.pm Package-Generator-0.103/inc/Module/Install/Win32.pm Package-Generator-0.103/inc/Module/Install/WriteAll.pm Package-Generator-0.103/inc/Module/Install.pm Package-Generator-0.103/lib/ Package-Generator-0.103/lib/Package/ Package-Generator-0.103/lib/Package/Generator.pm Package-Generator-0.103/lib/Package/Reaper.pm Package-Generator-0.103/t/ Package-Generator-0.103/t/00-load.t Package-Generator-0.103/t/basic.t Package-Generator-0.103/t/not-unique.t Package-Generator-0.103/t/perl-critic.t Package-Generator-0.103/t/pkg-exists.t Package-Generator-0.103/t/pod-coverage.t Package-Generator-0.103/t/pod.t Package-Generator-0.103/t/reaper.t CPAN.pm: Going to build R/RJ/RJBS/Package-Generator-0.103.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Generator >>> make cp lib/Package/Reaper.pm blib/lib/Package/Reaper.pm cp lib/Package/Generator.pm blib/lib/Package/Generator.pm Manifying blib/man3/Package::Reaper.3 Manifying blib/man3/Package::Generator.3 RJBS/Package-Generator-0.103.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Testing Package::Generator 0.103 t/00-load.t ....... 1..1 ok 1 - use Package::Generator; ok t/basic.t ......... 1..33 ok 1 - use Package::Generator; ok 2 - "Package::Generator::__GENERATED__::0" is a valid package name ok 3 - got a standard name ok 4 - "Package::Generator::__GENERATED__::1" is a valid package name ok 5 - got another standard name ok 6 - and the two packages are distinct ok 7 - "XYZZY::2" is a valid package name ok 8 - got a name in our given base ok 9 - "y2::2" is a valid package name ok 10 - got expected name with our base/unique-er ok 11 - "y2::4" is a valid package name ok 12 - got expected name with our base/unique-er ok 13 - "y2::8" is a valid package name ok 14 - got expected name with our base/unique-er ok 15 - "y2::16" is a valid package name ok 16 - got expected name with our base/unique-er ok 17 - "Package::Generator::__GENERATED__::3" is a valid package name ok 18 - package has requested @ISA ok 19 - "Package::Generator::__GENERATED__::4" is a valid package name ok 20 - package has requested @ISA (part 1/2) ok 21 - package has requested @ISA (part 2/2) ok 22 - "Package::Generator::__GENERATED__::5" is a valid package name ok 23 - we built a package at version 10, so we can demand 9 ok 24 - ...but demanding 11 throws an exception ok 25 - "Totally::Not::Unique" is a valid package name ok 26 - scalar assigned via data ok 27 - another scalar assigned via data ok 28 - assignment of blessed ref via data went to scalar isa Foo::Bar ok 29 - of multiple assignments, the later sticks ok 30 - sub assigned via data ok 31 - array assigned via data ok 32 - hash assigned via array ok 33 - you can't pass an list of non-pairs as data ok t/not-unique.t .... 1..7 ok 1 - use Package::Generator; ok 2 - name collision (we MIHOP) ok 3 - no problem making table with 1 ok 4 - but second attempt fails (good!) ok 5 - but an atempt with max_tries=2 is ok ok 6 - but next attempt with max_tries=2 fails (good!) ok 7 - but an atempt with max_tries=3 is ok ok t/perl-critic.t ... skipped: define PERL_TEST_CRITIC to run these tests t/pkg-exists.t .... ok 1 - use Package::Generator; ok 2 - the bogus package didn't exist ok 3 - but Package::Generator does 1..3 ok t/pod-coverage.t .. 1..2 ok 1 - Pod coverage on Package::Reaper ok 2 - Pod coverage on Package::Generator ok t/pod.t ........... 1..2 ok 1 - blib/lib/Package/Reaper.pm ok 2 - blib/lib/Package/Generator.pm ok t/reaper.t ........ 1..24 ok 1 - use Package::Generator; ok 2 - use Package::Reaper; ok 3 - our method responds correctly ok 4 - package is set ok 5 - ->package isn't a mutator ok 6 - we can no longer call our method, after reaping ok 7 - so the result of eval was undef ok 8 - P::G says package no longer exists ok 9 - our method responds correctly ok 10 - we can no longer call our method, after reaping ok 11 - so the result of eval was undef ok 12 - P::G says package no longer exists ok 13 - a newly generated package exists: Package::Generator::__GENERATED__::0 ok 14 - the reaper isa Package::Reaper ok 15 - package to reap still exists ok 16 - after reaper is gone, the package is reaped; RIP ok 17 - a newly generated package exists: Package::Generator::__GENERATED__::1 ok 18 - the reaper isa Package::Reaper ok 19 - package to reap still exists ok 20 - after reaper is gone, the package is not reaped; we disarmed! ok 21 - a newly generated package exists: Package::Generator::__GENERATED__::2 ok 22 - the reaper isa Package::Reaper ok 23 - package to reap still exists ok 24 - after reaper is gone, the package is reaped; RIP ok All tests successful. Files=8, Tests=72, 2 wallclock secs ( 0.20 usr 0.04 sys + 1.19 cusr 0.20 csys = 1.63 CPU) Result: PASS RJBS/Package-Generator-0.103.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/Package/Generator.pm Ricardo SIGNES <rjbs@cpan.org> generate new packages quickly and easily >>> (cd /export/home/fly1003/var/cpan/build/Package-Generator-0.103-SZI9rR && tar cvf - Package-Generator-0.103.ppd blib) | gzip -c >/export/home/fly1003/var/REPO/R/RJ/RJBS/Package-Generator-0.103.tar.gz Package-Generator-0.103.ppd blib/ blib/lib/ blib/lib/Package/ blib/lib/Package/Reaper.pm blib/lib/Package/Generator.pm blib/man3/ blib/man3/Package::Reaper.3 blib/man3/Package::Generator.3 >>> mv /export/home/fly1003/var/cpan/build/Package-Generator-0.103-SZI9rR/Package-Generator-0.103.ppd /export/home/fly1003/var/REPO/R/RJ/RJBS Finished 2009-07-10T05:15:29