PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-11-08T02:16:27 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1432/var/cpan/Metadata' Database was generated on Sat, 08 Nov 2014 07:41:02 GMT Running make for S/SH/SHAY/Class-Singleton-1.5.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SH/SHAY/Class-Singleton-1.5.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SH/SHAY/CHECKSUMS Checksum for /export/home/fly1432/var/cpan/sources/authors/id/S/SH/SHAY/Class-Singleton-1.5.tar.gz ok Class-Singleton-1.5/ Class-Singleton-1.5/Changes Class-Singleton-1.5/lib/ Class-Singleton-1.5/lib/Class/ Class-Singleton-1.5/lib/Class/Singleton.pm Class-Singleton-1.5/Makefile.PL Class-Singleton-1.5/MANIFEST Class-Singleton-1.5/META.yml Class-Singleton-1.5/README Class-Singleton-1.5/t/ Class-Singleton-1.5/t/singleton.t CPAN.pm: Building S/SH/SHAY/Class-Singleton-1.5.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 Class::Singleton Writing MYMETA.yml and MYMETA.json >>> make cp lib/Class/Singleton.pm blib/lib/Class/Singleton.pm Manifying 1 pod document SHAY/Class-Singleton-1.5.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 t/singleton.t .. 1..29 ok 1 - loaded Class::Singleton ok 2 - no Class::Singleton instance yet ok 3 - created Class::Singleton instance 1 ok 4 - created Class::Singleton instance 2 ok 5 - both instances are the same object ok 6 - Class::Singleton has instance ok 7 - no DerivedSingleton instance yet ok 8 - created DerivedSingleton instance 1 ok 9 - created DerivedSingleton instance 2 ok 10 - both derived instances are the same object ok 11 - DerivedSingleton has instance ok 12 - created AnotherSingleton instance 1 ok 13 - first instance x is 10 ok 14 - created AnotherSingleton instance 2 ok 15 - second instance x is 10 ok 16 - both another instances are the same object ok 17 - Class::Singleton and DerviedSingleton are different ok 18 - Class::Singleton and AnotherSingleton are different ok 19 - DerivedSingleton and AnotherSingleton are different ok 20 - created ListSingleton instance 1 ok 21 - created ListSingleton instance 2 ok 22 - both list instances are the same object ok 23 - ListSingleton is a list reference ok 24 - created ConfigSingleton instance 1 ok 25 - created ConfigSingleton instance 2 ok 26 - both config instances are the same object ok 27 - ConfigSingleton 1 has 3 keys ok 28 - ConfigSingleton 2 has 3 keys ok 29 - destructor called ok All tests successful. Files=1, Tests=29, 0 wallclock secs ( 0.07 usr 0.04 sys + 0.12 cusr 0.03 csys = 0.26 CPU) Result: PASS SHAY/Class-Singleton-1.5.tar.gz make test TEST_VERBOSE=1 -- OK Steve Hay <shay@cpan.org> Base class for creating singleton objects >>> (cd /export/home/fly1432/var/cpan/build/Class-Singleton-1.5-mIjbEL && tar cvf - Class-Singleton-1.5.ppd blib) | gzip -c >/export/home/fly1432/var/REPO/S/SH/SHAY/Class-Singleton-1.5.tar.gz Class-Singleton-1.5.ppd blib/ blib/lib/ blib/lib/Class/ blib/lib/Class/Singleton.pm blib/man3/ blib/man3/Class::Singleton.3 >>> mv /export/home/fly1432/var/cpan/build/Class-Singleton-1.5-mIjbEL/Class-Singleton-1.5.ppd /export/home/fly1432/var/REPO/S/SH/SHAY Finished 2014-11-08T02:16:39