Skip Menu |

This queue is for tickets about the DateTimeX-Easy CPAN distribution.

Report information
The Basics
Id: 45517
Status: resolved
Priority: 0/
Queue: DateTimeX-Easy

People
Owner: rkrimen [...] cpan.org
Requestors: ilmari+cpan [...] ilmari.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.085
Fixed in: (no value)



Subject: Breaks with DateTime::Format::Flexible >= 0.07
Installing DateTime::Format::Flexible version 0.07 or newer makes DateTimeX::Easy fail the following tests: ilmari@fenchurch:~/.cpan/build/DateTimeX-Easy-0.085-JDQwe6$ perl Makefile.PL Cannot determine perl version info from lib/DateTimeX/Easy.pm WARNING: 'All rights reserved' in copyright may invalidate Open Source license. *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::Most ...loaded. (0.21) - DateTime ...loaded. (0.47) - DateTime::Format::DateParse ...loaded. (0.04) - DateTime::Format::Natural ...loaded. (0.76) - DateTime::Format::Flexible ...loaded. (0.07) - DateTime::Format::ICal ...loaded. (0.09) - DateTime::Format::DateManip ...loaded. (0.04) - Scalar::Util ...loaded. (1.19) *** Module::AutoInstall configuration finished. Writing Makefile for DateTimeX::Easy ilmari@fenchurch:~/.cpan/build/DateTimeX-Easy-0.085-JDQwe6$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-basic.t t/02-tz-parse.t t/03-parse.t t/00-load.t ...... 1/1 # Testing DateTimeX::Easy 0.085, Perl 5.010000, /usr/bin/perl t/00-load.t ...... ok t/01-basic.t ..... 1/? # Failed test at t/01-basic.t line 80. # got: '1970-12-01T00:00:00' # expected: '2007-12-01T00:00:00' # Failed test at t/01-basic.t line 92. # got: '1970-12-01T00:00:00' # expected: '2007-12-01T00:00:00' # Failed test at t/01-basic.t line 102. # got: '1970-12-01T00:00:00' # expected: '2007-12-01T00:00:00' t/01-basic.t ..... 53/? # Looks like you failed 3 tests of 76. t/01-basic.t ..... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/76 subtests t/02-tz-parse.t .. ok t/03-parse.t ..... ok Test Summary Report ------------------- t/01-basic.t (Wstat: 768 Tests: 76 Failed: 3) Failed tests: 31, 40, 45 Non-zero exit status: 3 Files=4, Tests=107, 1 wallclock secs ( 0.04 usr 0.01 sys + 1.08 cusr 0.13 csys = 1.26 CPU) Result: FAIL Failed 1/4 test programs. 3/107 subtests failed. make: *** [test_dynamic] Error 255
Putting up 0.086 which fixes this problem (all tests passing)