Start 2009-06-19T16:02:46 ActivePerl-818 CPAN-1.94 Going to read '/home/fly818/var/cpan/Metadata' Database was generated on Fri, 19 Jun 2009 10:26:57 GMT Running make for R/RO/ROODE/Time-Format-1.11.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RO/ROODE/Time-Format-1.11.tar.gz ok Time-Format-1.11/ Time-Format-1.11/t/ Time-Format-1.11/t/xs_time.t Time-Format-1.11/t/xs_funcs.t Time-Format-1.11/t/die.t Time-Format-1.11/t/DateManip.t Time-Format-1.11/t/locale.t Time-Format-1.11/t/export1.t Time-Format-1.11/t/funcs.t Time-Format-1.11/t/xs_doc.t Time-Format-1.11/t/string.t Time-Format-1.11/t/export3.t Time-Format-1.11/t/0-signature.t Time-Format-1.11/t/xs_quot.t Time-Format-1.11/t/strftime.t Time-Format-1.11/t/doc.t Time-Format-1.11/t/past.t Time-Format-1.11/t/time.t Time-Format-1.11/t/xs_DateTime.t Time-Format-1.11/t/1-load.t Time-Format-1.11/t/export2.t Time-Format-1.11/t/manip.t Time-Format-1.11/t/quot.t Time-Format-1.11/t/DateTime.t Time-Format-1.11/t/epoch.t Time-Format-1.11/t/xs_locale.t Time-Format-1.11/Changes Time-Format-1.11/MANIFEST Time-Format-1.11/quickref.txt Time-Format-1.11/quickref.ps Time-Format-1.11/lib/ Time-Format-1.11/lib/Time/ Time-Format-1.11/lib/Time/Format.pm Time-Format-1.11/MANIFEST.SKIP Time-Format-1.11/Build.PL Time-Format-1.11/Makefile.PL Time-Format-1.11/README Time-Format-1.11/SIGNATURE Time-Format-1.11/META.yml CPAN.pm: Going to build R/RO/ROODE/Time-Format-1.11.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Time::Format >>> make cp lib/Time/Format.pm blib/lib/Time/Format.pm Manifying blib/man3/Time::Format.3 ROODE/Time-Format-1.11.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/0-signature.t .. 1..1 ok 1 # skip Set the environment variable TEST_SIGNATURE to enable this test ok t/1-load.t ....... 1..1 ok 1 - use Time::Format; ok t/DateManip.t .... 1..12 ok 1 - use Time::Format; ok 2 - mm month ok 3 - mm minute ok 4 - uc month name ok 5 - lc weekday ok 6 - Full timestamp ok 7 - month: mm ok 8 - mm minute ok 9 - uc month name ok 10 - lc weekday ok 11 - Full timestamp ok 12 - Full timestamp ok t/DateTime.t ..... 1..12 ok 1 - use Time::Format; ok 2 - mm month ok 3 - mm minute ok 4 - uc month name ok 5 - lc weekday ok 6 - Full timestamp ok 7 - month: mm ok 8 - mm minute ok 9 - uc month name ok 10 - lc weekday ok 11 - Full timestamp ok 12 - Full timestamp ok t/die.t .......... 1..3 ok 1 - use Time::Format; ok 2 - Store ok 3 - Clear ok t/doc.t .......... 1..26 ok 1 - use Time::Format; ok 2 - %time imported ok 3 - %strftime imported ok 4 - %manip imported ok 5 - Today ok 6 - Yesterday ok 7 - time ok 8 - Another time ok 9 - Timestamp ok 10 - POSIX 1 ok 11 - POSIX 2 ok 12 - Example 1 ok 13 - Example 2 ok 14 - Example 3 ok 15 - Example 4 ok 16 - Example 5 ok 17 - Example 6 ok 18 - Example 7 ok 19 - Example 8 ok 20 - Example 9 ok 21 - Example 10 ok 22 - Example 11 ok 23 - Example 12 ok 24 - Example 13 ok 25 - Example 14 ok 26 - Example 15 ok t/epoch.t ........ 1..6 ok 1 - Test case 0 ok 2 - Test case 1 ok 3 - Test case 2 ok 4 - Test case 3 ok 5 - Test case 4 ok 6 - Test case 5 ok t/export1.t ...... 1..7 ok 1 - use Time::Format; ok 2 - %time exported by default ok 3 - %strftime not exported by default ok 4 - %manip not exported by default ok 5 - time_format exported by default ok 6 - time_strftime not exported by default ok 7 - time_manip not exported by default ok t/export2.t ...... 1..7 ok 1 - use Time::Format; ok 2 - %time exported by :all ok 3 - %strftime exported by :all ok 4 - %manip exported by :all ok 5 - time_format exported by :all ok 6 - time_strftime exported by :all ok 7 - time_manip exported by :all ok t/export3.t ...... 1..7 ok 1 - use Time::Format; ok 2 - %time not xported when it should not be ok 3 - %strftime not exported when it should not be ok 4 - %manip exported when explicitly requested ok 5 - time_format exported when explicitly requested ok 6 - time_strftime not exported when not requested ok 7 - time_manip exported when explicitly requested ok t/funcs.t ........ 1..18 ok 1 - use Time::Format; ok 2 - month: mm ok 3 - m minute: 1 ok 4 - uc month name ok 5 - lc weekday ok 6 - time_format equals %time ok 7 - day of month ok 8 - Month number ok 9 - minute ok 10 - hour ok 11 - year ok 12 - time_strftime equals %time ok 13 - year ok 14 - day of month ok 15 - %D ok 16 - spaced day ok 17 - hour ok 18 - time_manip equals %time ok t/locale.t ....... 1..9 ok 1 - use Time::Format; ok 2 - English month ok 3 - English day ok 4 - Mois français ok 5 - Jour de la semaine français ok 6 - Deutscher Monat ok 7 - Deutscher Wochentag ok 8 - Mes español ok 9 - Día español de la semana ok t/manip.t ........ 1..6 ok 1 - use Time::Format; ok 2 - year ok 3 - day of month ok 4 - %D ok 5 - spaced day ok 6 - hour ok t/past.t ......... 1..4 ok 1 # skip DateTime::Format::ISO8601 required for this test ok 2 # skip DateTime::Format::ISO8601 required for this test ok 3 # skip DateTime::Format::ISO8601 required for this test ok 4 # skip DateTime::Format::ISO8601 required for this test ok t/quot.t ......... 1..23 ok 1 - use Time::Format; ok 2 - \Q...\E ok 3 - \Q... ok 4 - unquoted ok 5 - upper1 ok 6 - upper2 ok 7 - lower1 ok 8 - lower2 ok 9 - upperfirst1 ok 10 - upperfirst2 ok 11 - lowerfirst1 ok 12 - lowerfirst2 ok 13 - extraneous backslashes ok 14 - \Q trumps \U ok 15 - \Q trumps \ ok 16 - upper month ok 17 - lower month ok 18 - ucfirst month ok 19 - lcfirst month ok 20 - lcfirst upper month ok 21 - ucfirst lower month ok 22 - upper lcfirst month ok 23 - lower ucfirst month ok t/strftime.t ..... 1..6 ok 1 - use Time::Format; ok 2 - day of month ok 3 - Month number ok 4 - minute ok 5 - hour ok 6 - year ok t/string.t ....... 1..27 ok 1 - use Time::Format; ok 2 - ymd d only ok 3 - ymd t only ok 4 - ymd d&t ok 5 - ymd dt ok 6 - ymd dt-nosep ok 7 - hms d only ok 8 - hms t only ok 9 - hms d&t ok 10 - hms dt ok 11 - hms dt-nosep ok 12 - ymd d only ok 13 - ymd t only ok 14 - ymd d&t ok 15 - ymd dt ok 16 - ymd dt-nosep ok 17 - hms d only ok 18 - hms t only ok 19 - hms d&t ok 20 - hms dt ok 21 - hms dt-nosep ok 22 - December bug I: no error ok 23 - December bug I ok 24 - December bug II: no error ok 25 - December bug II ok 26 - December bug III: no error ok 27 - December bug III ok t/time.t ......... 1..78 ok 1 - use Time::Format; ok 2 - 4-digit year ok 3 - 2-digit year ok 4 - month: mm ok 5 - month: m ok 6 - month: ?m ok 7 - month name ok 8 - uc month name ok 9 - lc month name ok 10 - abbr month name ok 11 - uc abbr month name ok 12 - lc abbr month name ok 13 - 2-digit day ok 14 - 1-digit day ok 15 - spaced day ok 16 - weekday ok 17 - uc weekday ok 18 - lc weekday ok 19 - weekday abbr ok 20 - uc weekday abbr ok 21 - lc weekday abbr ok 22 - 2-digit 24-hour ok 23 - 1-digit 24-hour ok 24 - spaced 24-hour ok 25 - 2-digit 12-hour ok 26 - 1-digit 12-hour ok 27 - spaced 12-hour ok 28 - minute: mm ok 29 - minute: m ok 30 - minute: ?m ok 31 - 2-digit second ok 32 - 1-digit second ok 33 - spaced second ok 34 - millisecond ok 35 - microsecond ok 36 - am ok 37 - AM ok 38 - pm ok 39 - PM ok 40 - a.m. ok 41 - A.M. ok 42 - p.m. ok 43 - P.M. ok 44 - am 2 ok 45 - AM 2 ok 46 - pm 2 ok 47 - PM 2 ok 48 - a.m. 2 ok 49 - A.M. 2 ok 50 - p.m. 2 ok 51 - P.M. 2 ok 52 - 5th ok 53 - 5TH ok 54 - 1st ok 55 - 2nd ok 56 - 3rd ok 57 - 3RD ok 58 - 11th ok 59 - 21st ok 60 - m test: year ok 61 - m test: year2 ok 62 - m test: day ok 63 - m test: year/ ok 64 - m test: year2/ ok 65 - m test: /day ok 66 - m test: /Day ok 67 - m test: d/m ok 68 - m test: m/y ok 69 - m test: m/y2 ok 70 - m test: year mon ok 71 - m test: hour ok 72 - m test: sec ok 73 - m test: hour: ok 74 - m test: :sec ok 75 - m test: Hour: ok 76 - m test: hour12: ok 77 - m test: Hour12: ok 78 - current time ok t/xs_DateTime.t .. 1..12 ok 1 - use Time::Format; ok 2 - mm month ok 3 - mm minute ok 4 - uc month name ok 5 - lc weekday ok 6 - Full timestamp ok 7 - month: mm ok 8 - mm minute ok 9 - uc month name ok 10 - lc weekday ok 11 - Full timestamp ok 12 - Full timestamp ok t/xs_doc.t ....... 1..18 ok 1 - use Time::Format; ok 2 - %time imported ok 3 - Today ok 4 - Yesterday ok 5 - time ok 6 - Another time ok 7 - Timestamp ok 8 - Example 1 ok 9 - Example 2 ok 10 - Example 3 ok 11 - Example 4 ok 12 - Example 5 ok 13 - Example 6 ok 14 - Example 7 ok 15 - Example 8 ok 16 - Example 9 ok 17 - Example 10 ok 18 - Example 11 ok t/xs_funcs.t ..... 1..5 ok 1 - use Time::Format; ok 2 - month: mm ok 3 - m minute: 1 ok 4 - uc month name ok 5 - lc weekday ok t/xs_locale.t .... 1..9 ok 1 - use Time::Format; ok 2 - English month ok 3 - English day ok 4 - Mois français ok 5 - Jour de la semaine français ok 6 - Deutscher Monat ok 7 - Deutscher Wochentag ok 8 - Mes español ok 9 - Día español de la semana ok t/xs_quot.t ...... 1..23 ok 1 - use Time::Format; ok 2 - \Q...\E ok 3 - \Q... ok 4 - unquoted ok 5 - upper1 ok 6 - upper2 ok 7 - lower1 ok 8 - lower2 ok 9 - upperfirst1 ok 10 - upperfirst2 ok 11 - lowerfirst1 ok 12 - lowerfirst2 ok 13 - extraneous backslashes ok 14 - \Q trumps \U ok 15 - \Q trumps \ ok 16 - upper month ok 17 - lower month ok 18 - ucfirst month ok 19 - lcfirst month ok 20 - lcfirst upper month ok 21 - ucfirst lower month ok 22 - upper lcfirst month ok 23 - lower ucfirst month ok t/xs_time.t ...... 1..78 ok 1 - use Time::Format; ok 2 - 4-digit year ok 3 - 2-digit year ok 4 - month: mm ok 5 - month: m ok 6 - month: ?m ok 7 - month name ok 8 - uc month name ok 9 - lc month name ok 10 - abbr month name ok 11 - uc abbr month name ok 12 - lc abbr month name ok 13 - 2-digit day ok 14 - 1-digit day ok 15 - spaced day ok 16 - weekday ok 17 - uc weekday ok 18 - lc weekday ok 19 - weekday abbr ok 20 - uc weekday abbr ok 21 - lc weekday abbr ok 22 - 2-digit 24-hour ok 23 - 1-digit 24-hour ok 24 - spaced 24-hour ok 25 - 2-digit 12-hour ok 26 - 1-digit 12-hour ok 27 - spaced 12-hour ok 28 - minute: mm ok 29 - minute: m ok 30 - minute: ?m ok 31 - 2-digit second ok 32 - 1-digit second ok 33 - spaced second ok 34 - millisecond ok 35 - microsecond ok 36 - am ok 37 - AM ok 38 - pm ok 39 - PM ok 40 - a.m. ok 41 - A.M. ok 42 - p.m. ok 43 - P.M. ok 44 - am 2 ok 45 - AM 2 ok 46 - pm 2 ok 47 - PM 2 ok 48 - a.m. 2 ok 49 - A.M. 2 ok 50 - p.m. 2 ok 51 - P.M. 2 ok 52 - 5th ok 53 - 5TH ok 54 - 1st ok 55 - 2nd ok 56 - 3rd ok 57 - 3RD ok 58 - 11th ok 59 - 21st ok 60 - m test: year ok 61 - m test: year2 ok 62 - m test: day ok 63 - m test: year/ ok 64 - m test: year2/ ok 65 - m test: /day ok 66 - m test: /Day ok 67 - m test: d/m ok 68 - m test: m/y ok 69 - m test: m/y2 ok 70 - m test: year mon ok 71 - m test: hour ok 72 - m test: sec ok 73 - m test: hour: ok 74 - m test: :sec ok 75 - m test: Hour: ok 76 - m test: hour12: ok 77 - m test: Hour12: ok 78 - current time ok All tests successful. Files=24, Tests=398, 2 wallclock secs ( 0.01 usr 0.19 sys + 1.17 cusr 0.64 csys = 2.01 CPU) Result: PASS ROODE/Time-Format-1.11.tar.gz make test TEST_VERBOSE=1 -- OK Eric J. Roode <eric.roode.cpan@gmail.com> Easy-to-use date/time formatting. >>> (cd /home/fly818/var/cpan/build/Time-Format-1.11-uCesH9 && tar cvf - Time-Format-1.11.ppd blib) | gzip -c >/home/fly818/var/REPO/R/RO/ROODE/Time-Format-1.11.tar.gz Time-Format-1.11.ppd blib/ blib/lib/ blib/lib/Time/ blib/lib/Time/Format.pm blib/man3/ blib/man3/Time::Format.3 >>> mv /home/fly818/var/cpan/build/Time-Format-1.11-uCesH9/Time-Format-1.11.ppd /home/fly818/var/REPO/R/RO/ROODE Finished 2009-06-19T16:02:51