Checking if your kit is complete... Looks good Writing Makefile for Class::Singleton cp lib/Class/Singleton.pm blib/lib/Class/Singleton.pm Manifying blib/man3/Class::Singleton.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/singleton.........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, 1 wallclock secs ( 0.25 cusr + 0.09 csys = 0.34 CPU) Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Class/Singleton.pm Installing /export/home/cpanrun/build/5.6.1/man/man3/Class::Singleton.3 Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod