PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-08-12T22:56:18 ActivePerl-1003 CPAN-2.00 Reading '/export/home/fly1003/var/cpan/Metadata' Database was generated on Tue, 13 Aug 2013 03:53:03 GMT Running make for R/RJ/RJBS/Time-Piece-1.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Time-Piece-1.22.tar.gz ok You have Archive::Tar 1.38_01, but 1.50 or later is recommended. Please upgrade. Time-Piece-1.22/ Time-Piece-1.22/Changes Time-Piece-1.22/Makefile.PL Time-Piece-1.22/MANIFEST Time-Piece-1.22/META.json Time-Piece-1.22/META.yml Time-Piece-1.22/Piece.pm Time-Piece-1.22/Piece.xs Time-Piece-1.22/README Time-Piece-1.22/Seconds.pm Time-Piece-1.22/t/ Time-Piece-1.22/t/01base.t Time-Piece-1.22/t/02core.t Time-Piece-1.22/t/03compare.t Time-Piece-1.22/t/04mjd.t Time-Piece-1.22/t/05overload.t Time-Piece-1.22/t/06subclass.t Time-Piece-1.22/t/07arith.t CPAN.pm: Building R/RJ/RJBS/Time-Piece-1.22.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Time::Piece Writing MYMETA.yml and MYMETA.json >>> make cp Seconds.pm blib/lib/Time/Seconds.pm cp Piece.pm blib/lib/Time/Piece.pm /export/home/fly1003/bin/perl /export/home/fly1003/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1003/ap1003/lib/ExtUtils/typemap Piece.xs > Piece.xsc && mv Piece.xsc Piece.c cc -c -D_REENTRANT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -KPIC "-I/export/home/fly1003/ap1003/lib/CORE" Piece.c Running Mkbootstrap for Time::Piece () chmod 644 Piece.bs rm -f blib/arch/auto/Time/Piece/Piece.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib Piece.o -o blib/arch/auto/Time/Piece/Piece.so \ \ chmod 755 blib/arch/auto/Time/Piece/Piece.so cp Piece.bs blib/arch/auto/Time/Piece/Piece.bs chmod 644 blib/arch/auto/Time/Piece/Piece.bs Manifying blib/man3/Time::Seconds.3 Manifying blib/man3/Time::Piece.3 RJBS/Time-Piece-1.22.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, 'blib/lib', 'blib/arch')" t/*.t t/01base.t ...... 1..7 ok 1 - use Time::Piece; ok 2 - specific gmtime isa Time::Piece ok 3 - correct year ok 4 - correct hour ok 5 - correct mon ok 6 - current gmtime isa Time::Piece ok 7 - current localtime isa Time::Piece ok t/02core.t ...... 1..95 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 - Year is 1945? ok 83 - Hour is 13? ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok t/03compare.t ... 1..5 # Running under perl version 5.010000 for solaris # Current time local: Mon Aug 12 22:56:35 2013 # Current time GMT: Tue Aug 13 05:56:35 2013 # Using Test.pm version 1.26 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/04mjd.t ....... 1..12 # Running under perl version 5.010000 for solaris # Current time local: Mon Aug 12 22:56:35 2013 # Current time GMT: Tue Aug 13 05:56:35 2013 # Using Test.pm version 1.26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/05overload.t .. 1..1 # Running under perl version 5.010000 for solaris # Current time local: Mon Aug 12 22:56:35 2013 # Current time GMT: Tue Aug 13 05:56:35 2013 # Using Test.pm version 1.26 ok 1 ok t/06subclass.t .. ok 1 - use Time::Piece; ok 2 - timepiece made via new isa Time::Piece::Twin ok 3 - timepiece made via localtime isa Time::Piece::Twin ok 4 - timepiece made via gmtime isa Time::Piece::Twin ok 5 - timepiece made via strptime isa Time::Piece::Twin ok 6 - timepiece made via new (again) isa Time::Piece::Twin ok 7 - tomorrow via addition operator isa Time::Piece::Twin ok 8 - yesterday via subtraction operator isa Time::Piece::Twin ok 9 - object created via full-qualified gmtime isa Time::Piece ok 10 - it's not a Twin ok 11 - subtract attempts stringify for unrecognized objects. 1..11 ok t/07arith.t ..... 1..25 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok All tests successful. Files=7, Tests=156, 1 wallclock secs ( 0.21 usr 0.06 sys + 1.16 cusr 0.17 csys = 1.60 CPU) Result: PASS RJBS/Time-Piece-1.22.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> Object Oriented time objects >>> (cd /export/home/fly1003/var/cpan/build/Time-Piece-1.22-jJ8pMZ && tar cvf - Time-Piece-1.22.ppd blib) | gzip -c >/export/home/fly1003/var/REPO/R/RJ/RJBS/Time-Piece-1.22.tar.gz Time-Piece-1.22.ppd blib/ blib/lib/ blib/lib/Time/ blib/lib/Time/Seconds.pm blib/lib/Time/Piece.pm blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/Piece/ blib/arch/auto/Time/Piece/Piece.so blib/arch/auto/Time/Piece/Piece.bs blib/man3/ blib/man3/Time::Seconds.3 blib/man3/Time::Piece.3 >>> mv /export/home/fly1003/var/cpan/build/Time-Piece-1.22-jJ8pMZ/Time-Piece-1.22.ppd /export/home/fly1003/var/REPO/R/RJ/RJBS Finished 2013-08-12T22:56:37