PATH=/usr/bin:/bin:/Users/fly2000/var/megalib/bin Start 2014-09-19T13:27:28 ActivePerl-2000 CPAN-2.00 Reading '/Users/fly2000/var/cpan/Metadata' Database was generated on Fri, 19 Sep 2014 15:29:02 GMT Running make for S/SH/SHARYANTO/Date-Extract-0.05.tar.gz Checksum for /data/cpan/authors/id/S/SH/SHARYANTO/Date-Extract-0.05.tar.gz ok Date-Extract-0.05/ Date-Extract-0.05/Changes Date-Extract-0.05/t/ Date-Extract-0.05/t/02-extract.t Date-Extract-0.05/t/10-misc.t Date-Extract-0.05/t/04-formats.t Date-Extract-0.05/t/05-format.t Date-Extract-0.05/t/00-load.t Date-Extract-0.05/t/03-returns.t Date-Extract-0.05/t/01-new.t Date-Extract-0.05/lib/ Date-Extract-0.05/lib/Date/ Date-Extract-0.05/lib/Date/Extract.pm Date-Extract-0.05/Makefile.PL Date-Extract-0.05/README Date-Extract-0.05/inc/ Date-Extract-0.05/inc/Module/ Date-Extract-0.05/inc/Module/Install/ Date-Extract-0.05/inc/Module/Install/Include.pm Date-Extract-0.05/inc/Module/Install/Fetch.pm Date-Extract-0.05/inc/Module/Install/Makefile.pm Date-Extract-0.05/inc/Module/Install/Can.pm Date-Extract-0.05/inc/Module/Install/AutoInstall.pm Date-Extract-0.05/inc/Module/Install/Base.pm Date-Extract-0.05/inc/Module/Install/WriteAll.pm Date-Extract-0.05/inc/Module/Install/Win32.pm Date-Extract-0.05/inc/Module/Install/Metadata.pm Date-Extract-0.05/inc/Module/AutoInstall.pm Date-Extract-0.05/inc/Module/Install.pm CPAN.pm: Building S/SH/SHARYANTO/Date-Extract-0.05.tar.gz >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Cannot determine perl version info from lib/Date/Extract.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (1.001006) - Test::MockTime ...loaded. (0.13) - List::Util ...loaded. (1.41) - Carp ...loaded. (1.3301) - DateTime::Format::Natural ...loaded. (1.02 >= 0.60) - parent ...loaded. (0.228) - Class::Data::Inheritable ...loaded. (0.08) *** Module::AutoInstall configuration finished. Generating a Unix-style Makefile Writing Makefile for Date::Extract Writing MYMETA.yml and MYMETA.json >>> make cp lib/Date/Extract.pm blib/lib/Date/Extract.pm Manifying blib/man3/Date::Extract.3 SHARYANTO/Date-Extract-0.05.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly2000/ap2000-298465/bin/perl-dynamic "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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/04-formats.t t/05-format.t t/10-misc.t t/00-load.t ..... 1..1 ok 1 - use Date::Extract; ok t/01-new.t ...... 1..35 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 27 - did NOT get a parser out of Date::Extract->new(format => 'invalid argument') ok 28 - (format => 'invalid argument') gave a sensible error message ok 29 - invalid `format` error reported from caller's perspective ok 30 - got a parser out of Date::Extract->new(format => 'DateTime') ok 31 - new parser is a Date::Extract object ok 32 - got a parser out of Date::Extract->new(format => 'verbatim') ok 33 - new parser is a Date::Extract object ok 34 - got a parser out of Date::Extract->new(format => 'epoch') ok 35 - new parser is a Date::Extract object ok t/02-extract.t .. 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.t .. 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/04-formats.t .. 1..40 ok 1 - got a date out of tomorrow ok 2 - tomorrow ok 3 - got a date out of Monday ok 4 - Monday ok 5 - got a date out of 13 Nov ok 6 - 13 Nov ok 7 - got a date out of November 13th, 1986 ok 8 - November 13th, 1986 ok 9 - got a date out of today ok 10 - today not ok 11 - got a date out of 11/13/1986 # TODO Not handled by us or DTFN yet # Failed (TODO) test 'got a date out of 11/13/1986' # at t/04-formats.t line 73. not ok 12 - No date parsed, so no use running the checker # TODO Not handled by us or DTFN yet # Failed (TODO) test 'No date parsed, so no use running the checker' # at t/04-formats.t line 76. not ok 13 - got a date out of previous Sat # TODO Not handled by us or DTFN yet # Failed (TODO) test 'got a date out of previous Sat' # at t/04-formats.t line 73. not ok 14 - No date parsed, so no use running the checker # TODO Not handled by us or DTFN yet # Failed (TODO) test 'No date parsed, so no use running the checker' # at t/04-formats.t line 76. ok 15 - got a date out of Nov 13 ok 16 - Nov 13 ok 17 - got a date out of Nov 13, 1986 ok 18 - Nov 13th, 1986 ok 19 - got a date out of next Monday ok 20 - next Monday ok 21 - next Monday ok 22 - got a date out of 1986-11-13 ok 23 - 1986-11-13 ok 24 - got a date out of yesterday ok 25 - yesterday not ok 26 - got a date out of 11-13-86 # TODO Not handled by us or DTFN yet # Failed (TODO) test 'got a date out of 11-13-86' # at t/04-formats.t line 73. not ok 27 - No date parsed, so no use running the checker # TODO Not handled by us or DTFN yet # Failed (TODO) test 'No date parsed, so no use running the checker' # at t/04-formats.t line 76. ok 28 - got a date out of 13th November ok 29 - 13th November ok 30 - got a date out of 13 November 1986 ok 31 - 13 November 1986 ok 32 - got a date out of last Friday ok 33 - last Friday ok 34 - last Friday ok 35 - got a date out of November 13th ok 36 - November 13th ok 37 - got a date out of 1986/11/13 ok 38 - 1986/11/13 ok 39 - got a date out of Mon ok 40 - Mon ok t/05-format.t ... 1..3 ok 1 - default: returns DateTime object ok 2 - returns verbatim text ok 3 - returns epoch ok t/10-misc.t ..... 1..2 ok 1 - default time zone is floating ok 2 - extracted the date as today ok All tests successful. Files=7, Tests=148, 3 wallclock secs ( 0.07 usr 0.02 sys + 1.99 cusr 0.20 csys = 2.28 CPU) Result: PASS SHARYANTO/Date-Extract-0.05.tar.gz make test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Steven Haryanto <stevenharyanto@gmail.com> extract probable dates from strings >>> (cd /Users/fly2000/var/cpan/build/Date-Extract-0.05-ih5_EP && tar cvf - Date-Extract-0.05.ppd blib) | gzip -c >/Users/fly2000/var/REPO/S/SH/SHARYANTO/Date-Extract-0.05.tar.gz Date-Extract-0.05.ppd blib/ blib/lib/ blib/lib/Date/ blib/lib/Date/Extract.pm blib/man3/ blib/man3/Date::Extract.3 >>> mv /Users/fly2000/var/cpan/build/Date-Extract-0.05-ih5_EP/Date-Extract-0.05.ppd /Users/fly2000/var/REPO/S/SH/SHARYANTO Finished 2014-09-19T13:27:38