Start 2009-11-20T07:54:08 ActivePerl-825 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:/CPANFL~1.8/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;c:\PROGRA~1\Perforce Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Thu, 19 Nov 2009 23:27:18 GMT Running make for S/SA/SARTAK/Date-Extract-0.04.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SARTAK/Date-Extract-0.04.tar.gz Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\S\SA\SARTAK\Date-Extract-0.04.tar.gz ok Will not use Archive::Tar, need 1.00 Date-Extract-0.04/ Date-Extract-0.04/Changes Date-Extract-0.04/inc/ Date-Extract-0.04/inc/Module/ Date-Extract-0.04/inc/Module/AutoInstall.pm Date-Extract-0.04/inc/Module/Install/ Date-Extract-0.04/inc/Module/Install/AutoInstall.pm Date-Extract-0.04/inc/Module/Install/Base.pm Date-Extract-0.04/inc/Module/Install/Can.pm Date-Extract-0.04/inc/Module/Install/Fetch.pm Date-Extract-0.04/inc/Module/Install/Include.pm Date-Extract-0.04/inc/Module/Install/Makefile.pm Date-Extract-0.04/inc/Module/Install/Metadata.pm Date-Extract-0.04/inc/Module/Install/Win32.pm Date-Extract-0.04/inc/Module/Install/WriteAll.pm Date-Extract-0.04/inc/Module/Install.pm Date-Extract-0.04/lib/ Date-Extract-0.04/lib/Date/ Date-Extract-0.04/lib/Date/Extract.pm Date-Extract-0.04/Makefile.PL Date-Extract-0.04/MANIFEST Date-Extract-0.04/META.yml Date-Extract-0.04/README Date-Extract-0.04/t/ Date-Extract-0.04/t/00-load.t Date-Extract-0.04/t/01-new.t Date-Extract-0.04/t/02-extract.t Date-Extract-0.04/t/03-returns.t Date-Extract-0.04/t/04-formats.t Date-Extract-0.04/t/10-misc.t CPAN.pm: Going to build S/SA/SARTAK/Date-Extract-0.04.tar.gz >>> C:\Perl-5.8\bin\perl.exe 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. (0.94) - Test::MockTime ...loaded. (0.12) - List::Util ...loaded. (1.22) - Carp ...loaded. (1.10) - DateTime::Format::Natural ...loaded. (0.80 >= 0.60) - parent ...loaded. (0.223) - Class::Data::Inheritable ...loaded. (0.08) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Date::Extract >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Date/Extract.pm blib\lib\Date\Extract.pm SARTAK/Date-Extract-0.04.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.8\bin\perl.exe "-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/04-formats.t t/10-misc.t t/00-load.t ..... 1..1 ok 1 - use Date::Extract; ok t/01-new.t ...... 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.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 .. skipped: not finished yet 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=6, Tests=96, 2 wallclock secs ( 0.02 usr + 0.06 sys = 0.08 CPU) Result: PASS SARTAK/Date-Extract-0.04.tar.gz nmake test TEST_VERBOSE=1 -- OK Shawn M Moore <sartak@gmail.com> extract probable dates from strings >>> (cd C:\cpanfly-5.8\var\cpan\build\Date-Extract-0.04-4ku3Ls && tar cvf - Date-Extract-0.04.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/S/SA/SARTAK/Date-Extract-0.04.tar.gz Date-Extract-0.04.ppd blib/ blib/lib/ blib/lib/Date/ blib/lib/Date/Extract.pm >>> mv C:\cpanfly-5.8\var\cpan\build\Date-Extract-0.04-4ku3Ls/Date-Extract-0.04.ppd C:/cpanfly-5.8/var/REPO/S/SA/SARTAK Finished 2009-11-20T07:54:16