Checking if your kit is complete... Looks good Writing Makefile for DateTime::Parser cp lib/DateTime/Parser.pm blib/lib/DateTime/Parser.pm Manifying blib/man3/DateTime::Parser.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_load...........1..2 ok 1 - use DateTime::Parser; ok 2 - The object isa DateTime::Parser ok t/002_locale.........1..7 ok 1 - The object isa DateTime::Locale::Base ok 2 - Default locale ok 3 - Locale accessor ok 4 - Set locale with name ok 5 - Set locale with name ist successful ok 6 - Set locale with object ok 7 - Set locale with object is successful ok t/003_pattern........1..49 ok 1 ok 2 - 1. Pattern set ok 3 - 2. Regexp created ok 4 - 3. Search capture created ok 5 - Set pattern %Y-%m-%d ok 6 - Set pattern %Y-%m-%d ok 7 - Get time 2007-10-30 with pattern %Y-%m-%d :^([12]\d{3})-(0?[1-9]|1[012])-(3[01]|[12]\d|0?[1-9])$) ok 8 - The object isa DateTime ok 9 - Compare time 2007-10-30T00:00:00 <-> 2007-10-30 ok 10 - Set pattern %Y-%m-%d ok 11 - Get time 2006-11-30 with pattern %Y-%m-%d :^([12]\d{3})-(0?[1-9]|1[012])-(3[01]|[12]\d|0?[1-9])$) ok 12 - The object isa DateTime ok 13 - Compare time 2006-11-30T00:00:00 <-> 2006-11-30 ok 14 - Set pattern %d.%m.%Y ok 15 - Get time 27.03.1979 with pattern %d.%m.%Y :^(3[01]|[12]\d|0?[1-9])\.(0?[1-9]|1[012])\.([12]\d{3})$) ok 16 - The object isa DateTime ok 17 - Compare time 1979-03-27T00:00:00 <-> 27.03.1979 ok 18 - Set pattern %A, %d.%B,%Y ok 19 - Get time Montag, 1.Oktober,2007 with pattern %A, %d.%B,%Y :^(Montag|Dienstag|Mittwoch|Donnerstag|Freitag|Samstag|Sonntag),\s+(3[01]|[12]\d|0?[1-9])\.(Januar|Februar|März|April|Mai|Juni|Juli|August|September|Oktober|November|Dezember),([12]\d{3})$) ok 20 - The object isa DateTime ok 21 - Compare time 2007-10-01T00:00:00 <-> Montag, 1.Oktober,2007 ok 22 - Set pattern %A, %d.%B,%Y %H:%M ok 23 - Get time Montag, 1.Oktober,2007 20:30 with pattern %A, %d.%B,%Y %H:%M :^(Montag|Dienstag|Mittwoch|Donnerstag|Freitag|Samstag|Sonntag),\s+(3[01]|[12]\d|0?[1-9])\.(Januar|Februar|März|April|Mai|Juni|Juli|August|September|Oktober|November|Dezember),([12]\d{3})\s+(0?\d|1\d|2[0-3]):([0-5]?\d)$) ok 24 - The object isa DateTime ok 25 - Compare time 2007-10-01T20:30:00 <-> Montag, 1.Oktober,2007 20:30 ok 26 - Set pattern %F ok 27 - Get time 2001-10-30 with pattern %F :^([12]\d{3})-(0?[1-9]|1[012])-(3[01]|[12]\d|0?[1-9])$) ok 28 - The object isa DateTime ok 29 - Compare time 2001-10-30T00:00:00 <-> 2001-10-30 ok 30 - Set pattern %{dmy} ok 31 - Get time 12-01-2001 with pattern %{dmy} :^(3[01]|[12]\d|0?[1-9])-(0?[1-9]|1[012])-([12]\d{3})$) ok 32 - The object isa DateTime ok 33 - Compare time 2001-01-12T00:00:00 <-> 12-01-2001 ok 34 - Set pattern [%{day_of_week}] %{dmy} ok 35 - Get time [1] 12-01-2001 with pattern [%{day_of_week}] %{dmy} :^\[([1-7])\]\s+(3[01]|[12]\d|0?[1-9])-(0?[1-9]|1[012])-([12]\d{3})$) ok 36 - The object isa DateTime ok 37 - Compare time 2001-01-12T00:00:00 <-> [1] 12-01-2001 ok 38 - Set pattern %a, %d %b %Y %H:%M:%S %z # Failed test 'Get time Fr, 01 Okt 1999 9:15:00 +0630 with pattern %a, %d %b %Y %H:%M:%S %z :^(Mo.|Di.|Mi.|Do.|Fr.|Sa.|So.),\s+(3[01]|[12]\d|0?[1-9])\s+(Jan.|Feb.|Mär|Apr.|Mai|Jun.|Jul.|Aug.|Sep.|Okt.|Nov.|Dez.)\s+([12]\d{3})\s+(0?\d|1\d|2[0-3]):([0-5]?\d):([0-5]\d|6[01])\s+([+-](?:1[0-4]|0\d)(?:00|15|30|45))$)' # at t/003_pattern.t line 40. not ok 39 - Get time Fr, 01 Okt 1999 9:15:00 +0630 with pattern %a, %d %b %Y %H:%M:%S %z :^(Mo.|Di.|Mi.|Do.|Fr.|Sa.|So.),\s+(3[01]|[12]\d|0?[1-9])\s+(Jan.|Feb.|Mär|Apr.|Mai|Jun.|Jul.|Aug.|Sep.|Okt.|Nov.|Dez.)\s+([12]\d{3})\s+(0?\d|1\d|2[0-3]):([0-5]?\d):([0-5]\d|6[01])\s+([+-](?:1[0-4]|0\d)(?:00|15|30|45))$) # Failed test 'The object isa DateTime' # at t/003_pattern.t line 41. # The object isn't defined not ok 40 - The object isa DateTime Can't call method "hour" on an undefined value at t/003_pattern.t line 44. # Looks like you planned 49 tests but only ran 40. # Looks like you failed 2 tests of 40 run. # Looks like your test died just after 40. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 39-49 Failed 11/49 tests, 77.55% okay t/004_pod............1..1 ok 1 - Valid POD file ok t/005_podcoverage....Can't locate Test/Pod/Coverage.pm in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DateTime-Parser/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DateTime-Parser/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at t/005_podcoverage.t line 5. BEGIN failed--compilation aborted at t/005_podcoverage.t line 5. dubious Test returned status 2 (wstat 512, 0x200) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/003_pattern.t 255 65280 49 20 39-49 t/005_podcoverage.t 2 512 ?? ?? ?? Failed 2/5 test scripts. 11/59 subtests failed. Files=5, Tests=59, 1 wallclock secs ( 1.17 cusr + 0.19 csys = 1.36 CPU) Failed 2/5 test programs. 11/59 subtests failed. make: *** [test_dynamic] Error 2