Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-05-13T19:54:43 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Thu, 13 May 2010 21:27:12 GMT Running make for B/BD/BDUGGAN/Object-Boolean-0.02.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BD/BDUGGAN/Object-Boolean-0.02.tar.gz ok Object-Boolean-0.02/ Object-Boolean-0.02/Changes Object-Boolean-0.02/t/ Object-Boolean-0.02/t/02-test-yesno.t Object-Boolean-0.02/t/01-test.t Object-Boolean-0.02/t/pod-coverage.t Object-Boolean-0.02/t/pod.t Object-Boolean-0.02/t/03-other.t Object-Boolean-0.02/Makefile.PL Object-Boolean-0.02/MANIFEST Object-Boolean-0.02/META.yml Object-Boolean-0.02/Build.PL Object-Boolean-0.02/README Object-Boolean-0.02/lib/ Object-Boolean-0.02/lib/Object/ Object-Boolean-0.02/lib/Object/Boolean.pm Object-Boolean-0.02/lib/Object/Boolean/ Object-Boolean-0.02/lib/Object/Boolean/YesNo.pm CPAN.pm: Going to build B/BD/BDUGGAN/Object-Boolean-0.02.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Boolean >>> make cp lib/Object/Boolean/YesNo.pm blib/lib/Object/Boolean/YesNo.pm cp lib/Object/Boolean.pm blib/lib/Object/Boolean.pm Manifying blib/man3/Object::Boolean::YesNo.3 Manifying blib/man3/Object::Boolean.3 BDUGGAN/Object-Boolean-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1264/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-test.t ........ 1..19 ok 1 - use Object::Boolean; ok 2 - true is true ok 3 - Stringify false ok 4 - Stringify true ok 5 - Test ?: operator ok 6 - Boolean expression ok 7 - not ok 8 - comparison == ok 9 - comparison != ok 10 - comparison ne ok 11 - xor okay ok 12 - xor okay ok 13 - stringify ok 14 - a variable is equal to itself ok 15 - ditto ok 16 - numeric equality between two Boolean's ok 17 - string equality between two Boolean's ok 18 - string equality between a Boolean and a string ok 19 - string inequality between a Boolean and a string ok t/02-test-yesno.t .. 1..21 ok 1 - use Object::Boolean::YesNo; ok 2 - Yes is true ok 3 - Stringify false ok 4 - Stringify true ok 5 - Test ?: operator ok 6 - Boolean expression ok 7 - not ok 8 - comparison == ok 9 - comparison != ok 10 - comparison ne ok 11 - xor okay ok 12 - xor okay ok 13 - stringify ok 14 - a variable is equal to itself ok 15 - ditto ok 16 - numeric equality between two Boolean's ok 17 - string equality between two Boolean's ok 18 - string equality between a Boolean and a string ok 19 - string inequality between a Boolean and a string ok 20 - no means no ok 21 - yes means yes ok t/03-other.t ....... 1..14 ok 1 - two true objects are equal ok 2 - a is true ok 3 - b is yes ok 4 - not b is no ok 5 - not is "No" ok 6 - yes is yes ok 7 - no is no ok 8 - true is true ok 9 - false is false ok 10 - no ok 11 - yes ok 12 - yes ok 13 - yes ok 14 - no ok t/pod-coverage.t ... 1..2 ok 1 - Pod coverage on Object::Boolean ok 2 - Pod coverage on Object::Boolean::YesNo ok t/pod.t ............ 1..2 ok 1 - POD test for blib/lib/Object/Boolean.pm ok 2 - POD test for blib/lib/Object/Boolean/YesNo.pm ok All tests successful. Files=5, Tests=58, 1 wallclock secs ( 0.14 usr 0.08 sys + 1.16 cusr 0.17 csys = 1.55 CPU) Result: PASS BDUGGAN/Object-Boolean-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Brian Duggan <bduggan@matatu.org> Represent boolean values as objects >>> (cd /export/home/fly1264/var/cpan/build/Object-Boolean-0.02-DMNR_c && tar cvf - Object-Boolean-0.02.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/B/BD/BDUGGAN/Object-Boolean-0.02.tar.gz Object-Boolean-0.02.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Boolean/ blib/lib/Object/Boolean/YesNo.pm blib/lib/Object/Boolean.pm blib/man3/ blib/man3/Object::Boolean::YesNo.3 blib/man3/Object::Boolean.3 >>> mv /export/home/fly1264/var/cpan/build/Object-Boolean-0.02-DMNR_c/Object-Boolean-0.02.ppd /export/home/fly1264/var/REPO/B/BD/BDUGGAN Finished 2010-05-13T19:54:54