Start 2008-10-19T14:33:01 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Sun, 19 Oct 2008 10:26:48 GMT Running make for S/SA/SARTAK/Date-Extract-0.03.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SARTAK/Date-Extract-0.03.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/S/SA/SARTAK/Date-Extract-0.03.tar.gz ok Date-Extract-0.03/ Date-Extract-0.03/Changes Date-Extract-0.03/inc/ Date-Extract-0.03/inc/Module/ Date-Extract-0.03/inc/Module/AutoInstall.pm Date-Extract-0.03/inc/Module/Install/ Date-Extract-0.03/inc/Module/Install/AutoInstall.pm Date-Extract-0.03/inc/Module/Install/Base.pm Date-Extract-0.03/inc/Module/Install/Can.pm Date-Extract-0.03/inc/Module/Install/Fetch.pm Date-Extract-0.03/inc/Module/Install/Include.pm Date-Extract-0.03/inc/Module/Install/Makefile.pm Date-Extract-0.03/inc/Module/Install/Metadata.pm Date-Extract-0.03/inc/Module/Install/Win32.pm Date-Extract-0.03/inc/Module/Install/WriteAll.pm Date-Extract-0.03/inc/Module/Install.pm Date-Extract-0.03/lib/ Date-Extract-0.03/lib/Date/ Date-Extract-0.03/lib/Date/Extract.pm Date-Extract-0.03/Makefile.PL Date-Extract-0.03/MANIFEST Date-Extract-0.03/META.yml Date-Extract-0.03/README Date-Extract-0.03/SIGNATURE Date-Extract-0.03/t/ Date-Extract-0.03/t/00-load.t Date-Extract-0.03/t/01-new.t Date-Extract-0.03/t/02-extract.t Date-Extract-0.03/t/03-returns.t Date-Extract-0.03/t/10-misc.t CPAN.pm: Going to build S/SA/SARTAK/Date-Extract-0.03.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Cannot determine perl version info from lib/Date/Extract.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.84) - Test::MockTime ...loaded. (0.09) - List::Util ...loaded. (1.19) - Carp ...loaded. (1.08) - DateTime::Format::Natural ...loaded. (0.73 >= 0.60) - parent ...loaded. (0.221) - Class::Data::Inheritable ...loaded. (0.08) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Date::Extract >>> make cp lib/Date/Extract.pm blib/lib/Date/Extract.pm Manifying blib/man3/Date::Extract.3 SARTAK/Date-Extract-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-new.t t/02-extract.t t/03-returns.t t/10-misc.t t/00-load....... 1..1 ok 1 - use Date::Extract; ok t/01-new........ 1..26 ok 1 - got a parser out of Date::Extract->new ok 2 - new parser is a Date::Extract object ok 3 - got a parser out of Date::Extract->new(returns => 'first') ok 4 - new parser is a Date::Extract object ok 5 - got a parser out of Date::Extract->new(returns => 'last') ok 6 - new parser is a Date::Extract object ok 7 - got a parser out of Date::Extract->new(returns => 'earliest') ok 8 - new parser is a Date::Extract object ok 9 - got a parser out of Date::Extract->new(returns => 'latest') ok 10 - new parser is a Date::Extract object ok 11 - got a parser out of Date::Extract->new(returns => 'all') ok 12 - new parser is a Date::Extract object ok 13 - got a parser out of Date::Extract->new(returns => 'all_cron') ok 14 - new parser is a Date::Extract object ok 15 - did NOT get a parser out of Date::Extract->new(returns => 'invalid argument') ok 16 - (returns => 'invalid argument') gave a sensible error message ok 17 - invalid `returns` error reported from caller's perspective ok 18 - got a parser out of Date::Extract->new(prefers => 'nearest') ok 19 - new parser is a Date::Extract object ok 20 - got a parser out of Date::Extract->new(prefers => 'future') ok 21 - new parser is a Date::Extract object ok 22 - got a parser out of Date::Extract->new(prefers => 'past') ok 23 - new parser is a Date::Extract object ok 24 - did NOT get a parser out of Date::Extract->new(prefers => 'invalid argument') ok 25 - (prefers => 'invalid argument') gave a sensible error message ok 26 - invalid `prefers` error reported from caller's perspective ok t/02-extract.... 1..50 ok 1 - extracts 'today' to 2007-08-03 ok 2 - correct time zone ok 3 - extracts 'tomorrow' to 2007-08-04 ok 4 - correct time zone ok 5 - extracts 'yesterday' to 2007-08-02 ok 6 - correct time zone ok 7 - extracts 'saturday' to 2007-08-04 ok 8 - correct time zone ok 9 - extracts 'sunday' to 2007-08-05 ok 10 - correct time zone ok 11 - extracts 'monday' to 2007-08-06 ok 12 - correct time zone ok 13 - extracts 'tuesday' to 2007-08-07 ok 14 - correct time zone ok 15 - extracts 'wednesday' to 2007-08-08 ok 16 - correct time zone ok 17 - extracts 'thursday' to 2007-08-09 ok 18 - correct time zone ok 19 - extracts 'friday' to 2007-08-03 ok 20 - correct time zone not ok 21 - extracts 'friday' to 2007-08-10 # TODO DTFN bug. on friday, friday + prefer_future = today # Failed (TODO) test 'extracts 'friday' to 2007-08-10' # at t/02-extract.t line 40. # got: '2007-08-03' # expected: '2007-08-10' ok 22 - correct time zone ok 23 - extracts 'last monday' to 2007-07-23 ok 24 - correct time zone ok 25 - extracts 'last tuesday' to 2007-07-24 ok 26 - correct time zone ok 27 - extracts 'last wednesday' to 2007-07-25 ok 28 - correct time zone ok 29 - extracts 'last thursday' to 2007-07-26 ok 30 - correct time zone ok 31 - extracts 'last friday' to 2007-07-27 ok 32 - correct time zone ok 33 - extracts 'last saturday' to 2007-07-28 ok 34 - correct time zone ok 35 - extracts 'last sunday' to 2007-07-29 ok 36 - correct time zone ok 37 - extracts 'next monday' to 2007-08-06 ok 38 - correct time zone ok 39 - extracts 'next tuesday' to 2007-08-07 ok 40 - correct time zone ok 41 - extracts 'next wednesday' to 2007-08-08 ok 42 - correct time zone ok 43 - extracts 'next thursday' to 2007-08-09 ok 44 - correct time zone ok 45 - extracts 'next friday' to 2007-08-10 ok 46 - correct time zone ok 47 - extracts 'next saturday' to 2007-08-11 ok 48 - correct time zone ok 49 - extracts 'next sunday' to 2007-08-12 ok 50 - correct time zone ok t/03-returns.... 1..17 ok 1 - default: returns first date, today ok 2 - all: 1st date out was today ok 3 - all: 2nd date out was tomorrow ok 4 - all: 3rd date out was yesterday ok 5 - all_cron: 1st date out was yesterday ok 6 - all_cron: 2nd date out was today ok 7 - all_cron: 3rd date out was tomorrow ok 8 - only one day came out ok 9 - first: returns first date, today ok 10 - only one day came out ok 11 - last: returns last date, yesterday ok 12 - only one day came out ok 13 - earliest: returns earliest date, yesterday ok 14 - only one day came out ok 15 - latest: returns latest date, tomorrow ok 16 - scalar all_cron: only date out was yesterday ok 17 - scalar all: only date out was today ok t/10-misc....... 1..2 ok 1 - default time zone is floating ok 2 - extracted the date as today ok All tests successful. Files=5, Tests=96, 3 wallclock secs ( 0.14 usr 0.09 sys + 2.90 cusr 0.39 csys = 3.52 CPU) Result: PASS SARTAK/Date-Extract-0.03.tar.gz make test TEST_VERBOSE=1 -- OK Shawn M Moore <sartak@gmail.com> extract probable dates from strings >>> (cd /Users/fly1003/var/cpan/build/Date-Extract-0.03-xAI8DQ && tar cvf - Date-Extract-0.03.ppd blib) | gzip -c >/Users/fly1003/var/REPO/S/SA/SARTAK/Date-Extract-0.03.tar.gz Date-Extract-0.03.ppd blib/ blib/lib/ blib/lib/Date/ blib/lib/Date/Extract.pm blib/man3/ blib/man3/Date::Extract.3 >>> mv /Users/fly1003/var/cpan/build/Date-Extract-0.03-xAI8DQ/Date-Extract-0.03.ppd /Users/fly1003/var/REPO/S/SA/SARTAK Finished 2008-10-19T14:33:12