PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-04-02T08:51:14 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Fri, 01 Apr 2011 22:28:30 GMT Running make for F/FG/FGLOCK/DateTime-Incomplete-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/F/FG/FGLOCK/DateTime-Incomplete-0.06.tar.gz ok Will not use Archive::Tar, need 1.00 DateTime-Incomplete-0.06/ DateTime-Incomplete-0.06/Changes DateTime-Incomplete-0.06/lib/ DateTime-Incomplete-0.06/lib/DateTime/ DateTime-Incomplete-0.06/lib/DateTime/Incomplete.pm DateTime-Incomplete-0.06/LICENSE DateTime-Incomplete-0.06/Makefile.PL DateTime-Incomplete-0.06/MANIFEST DateTime-Incomplete-0.06/MANIFEST.SKIP DateTime-Incomplete-0.06/META.yml DateTime-Incomplete-0.06/README DateTime-Incomplete-0.06/t/ DateTime-Incomplete-0.06/t/02incomplete.t DateTime-Incomplete-0.06/t/03base.t DateTime-Incomplete-0.06/t/04base_overflow.t DateTime-Incomplete-0.06/t/05datetime.t DateTime-Incomplete-0.06/t/06next.t DateTime-Incomplete-0.06/t/13strftime.t DateTime-Incomplete-0.06/TODO CPAN.pm: Going to build F/FG/FGLOCK/DateTime-Incomplete-0.06.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DateTime::Incomplete >>> make cp lib/DateTime/Incomplete.pm blib/lib/DateTime/Incomplete.pm Manifying blib/man3/DateTime::Incomplete.3 FGLOCK/DateTime-Incomplete-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/02incomplete.t ..... 1..59 ok 1 - new() matches DT->new ok 2 - has year ok 3 - undef year ok 4 - has no year ok 5 - undef month ok 6 - undef day ok 7 - clone has day ok 8 - not undef ok 9 - to_datetime ok 10 - to_datetime + set_base ok 11 - contains ok 12 - does not contain ok 13 - undef hour ok 14 - undef minute ok 15 - undef second ok 16 - def nanosecond ok 17 - undef nanosecond ok 18 - is undef ok 19 - can be datetime ok 20 - can not be datetime ok 21 - can be datetime ok 22 - can be datetime ok 23 - can not be datetime ok 24 - start datetime ok 25 - end datetime ok 26 - start datetime ok 27 - end datetime ok 28 - span ok 29 - end datetime ok 30 - span ok 31 - span ok 32 - complete definition gives a single date ok 33 - first day in 2003-01 ok 34 - last day in 2003-01 ok 35 - first day/minute in 2003-01 ok 36 - last day/minute in 2003-01 ok 37 - fields it has ok 38 - has no year ok 39 - has month ok 40 - next xmas - recurrence ok 41 - last xmas - recurrence ok 42 - next xmas ok 43 - next xmas again ok 44 - next xmas with "equal" value ok 45 - next xmas with "during" value ok 46 - next xmas with "after" value ok 47 - previous xmas 2003-12-25T00:00:20 with "after" value ok 48 - previous xmas 2003-12-24T00:00:20 with "during" value ok 49 - previous xmas 2003-12-24T00:00:10 with "equal" value ok 50 - previous xmas 2003-12-23T23:00:10 with "before" value ok 51 - closest xmas 2003-12-23T23:00:10 ok 52 - closest xmas 2003-02-23T23:00:10 ok 53 - next xmas - span recurrence ok 54 - next xmas - span recurrence ok 55 - dti was not modified ok 56 - dti is not defined ok 57 - infinite span ok 58 - next "after" value ok 59 - single infinite span ok t/03base.t ........... 1..34 ok 1 - new() matches DT->new ok 2 - has year ok 3 - undef year ok 4 - has no year ok 5 - undef month ok 6 - undef day ok 7 - clone has day ok 8 - not undef ok 9 - to_datetime ok 10 - to_datetime + set_base ok 11 - contains ok 12 - does not contain ok 13 - undef hour ok 14 - undef minute ok 15 - undef second ok 16 - def nanosecond ok 17 - undef nanosecond ok 18 - is undef ok 19 - complete definition gives a single date ok 20 - first day in 2003-01 ok 21 - last day in 2003-01 ok 22 - next xmas - recurrence ok 23 - last xmas - recurrence ok 24 - next xmas ok 25 - next xmas again ok 26 - next xmas with "equal" value ok 27 - next xmas with "during" value ok 28 - next xmas with "after" value ok 29 - previous xmas 2003-12-25T00:00:20 with "after" value ok 30 - previous xmas 2003-12-24T00:00:20 with "during" value ok 31 - previous xmas 2003-12-24T00:00:10 with "equal" value ok 32 - previous xmas 2003-12-23T23:00:10 with "before" value ok 33 - closest xmas 2003-12-23T23:00:10 ok 34 - closest xmas 2003-02-23T23:00:10 ok t/04base_overflow.t .. 1..12 ok 1 - next - first date in february is ok ok 2 - previous - last day in february ok 3 - 2000-02-29 ok 4 - 29 feb 2000 ok 5 - next - skips invalid date (01-31) ok 6 - next - skips invalid date (01-29) ok 7 - next - skips invalid date (01-28) ok 8 - previous - skips invalid date ok 9 - next - skips invalid date (02-20) ok 10 - next - invalid incomplete datetime (02-30) ok 11 - previous - invalid incomplete datetime (02-30) ok 12 - closest - invalid incomplete datetime (02-30) ok t/05datetime.t ....... 1..9 ok 1 - DTI->day_name matches DT->day_name ok 2 - day_name checks for valid parameter ok 3 - DTI->offset matches DT->offset ok 4 - DTI->offset matches DT->offset ok 5 - is_leap_year checks for valid parameter ok 6 - now() doesn't die: 2011-04-02T15:52:04 ok 7 - today() doesn't die: 2011-04-02Txx:xx:xx ok 8 - truncate() defines min:sec 2011-04-02Txx:00:00 ok 9 - from_epoch() doesn't die: 1970-01-01T00:00:00 ok t/06next.t ........... # 2011-03-29T10:00:00 UTC ok 1 - result timezone is UTC # 2011-03-29T00:00:00 UTC ok 2 - $dt is the same # 2011-03-28T10:00:00 UTC ok 3 - result timezone is UTC # 2011-03-29T00:00:00 UTC ok 4 - $dt is the same 1..4 ok t/13strftime.t ....... 1..100 ok 1 - %y ok 2 - %Y ok 3 - %% ok 4 - %a ok 5 - %A ok 6 - %b ok 7 - %B ok 8 - %C ok 9 - %d ok 10 - %e ok 11 - %D ok 12 - %h ok 13 - %H ok 14 - %I ok 15 - %j ok 16 - %k ok 17 - %l ok 18 - %m ok 19 - %M ok 20 - %N ok 21 - %3N ok 22 - %6N ok 23 - %10N ok 24 - %R ok 25 - %S ok 26 - %T ok 27 - %U ok 28 - %w ok 29 - %W ok 30 - %y ok 31 - %Y ok 32 - %Z ok 33 - %z ok 34 - %{month} ok 35 - %{year} ok 36 - %x ok 37 - %X ok 38 - %c ok 39 - %y ok 40 - %Y ok 41 - %% ok 42 - %A ok 43 - %B ok 44 - %C ok 45 - %d ok 46 - %e ok 47 - %D ok 48 - %H ok 49 - %I ok 50 - %j ok 51 - %k ok 52 - %l ok 53 - %m ok 54 - %M ok 55 - %R ok 56 - %S ok 57 - %T ok 58 - %U ok 59 - %w ok 60 - %W ok 61 - %y ok 62 - %Y ok 63 - %Z ok 64 - %z ok 65 - %{month} ok 66 - %{year} ok 67 - %y ok 68 - %Y ok 69 - %% ok 70 - %a ok 71 - %A ok 72 - %b ok 73 - %B ok 74 - %C ok 75 - %d ok 76 - %e ok 77 - %D ok 78 - %h ok 79 - %H ok 80 - %I ok 81 - %j ok 82 - %k ok 83 - %l ok 84 - %m ok 85 - %M ok 86 - %R ok 87 - %S ok 88 - %T ok 89 - %U ok 90 - %w ok 91 - %W ok 92 - %y ok 93 - %Y ok 94 - %Z ok 95 - %z ok 96 - %{month} ok 97 - %{year} ok 98 - first value is year ok 99 - second value is day ok 100 - scalar context returns year ok All tests successful. Files=6, Tests=218, 32 wallclock secs ( 0.24 usr 0.05 sys + 9.19 cusr 0.38 csys = 9.86 CPU) Result: PASS FGLOCK/DateTime-Incomplete-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Flavio Soibelmann Glock <fglock@gmail.com> Incomplete DateTime objects >>> (cd /export/home/fly818/var/cpan/build/DateTime-Incomplete-0.06-evK4uL && tar cvf - DateTime-Incomplete-0.06.ppd blib) | gzip -c >/export/home/fly818/var/REPO/F/FG/FGLOCK/DateTime-Incomplete-0.06.tar.gz DateTime-Incomplete-0.06.ppd blib/ blib/lib/ blib/lib/DateTime/ blib/lib/DateTime/Incomplete.pm blib/man3/ blib/man3/DateTime::Incomplete.3 >>> mv /export/home/fly818/var/cpan/build/DateTime-Incomplete-0.06-evK4uL/DateTime-Incomplete-0.06.ppd /export/home/fly818/var/REPO/F/FG/FGLOCK Finished 2011-04-02T08:52:15