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 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/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, 0 wallclock secs ( 0.67 cusr + 0.04 csys = 0.71 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/Singleton.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::Singleton.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Class/Singleton/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod