Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Date-Tiny CPAN distribution.

Report information
The Basics
Id: 39206
Status: resolved
Priority: 0/
Queue: Date-Tiny

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.03
  • 1.04
Fixed in: (no value)



Subject: Failing t/02_main.t test (locale=C)
The t/02_main.t is currently always failing if a modern DateTime is installed. It seems that DateTime does not accept locale=C anymore ("Invalid locale name or id: C"). Regards, Slaven
Fixed in DateTime::Locale
DateTime::Locale 1.00 broke this test again.
On 2015-12-22 16:19:10, MJGARDNER wrote: Show quoted text
> DateTime::Locale 1.00 broke this test again.
Related ticket: https://rt.cpan.org/Ticket/Display.html?id=108636 The following CPAN.pm distroprefs lines may be used to get the module test pass: --- match: distribution: '/Date-Tiny-1\.04\.' depends: configure_requires: Devel::Hide: 0 test: env: DEVEL_HIDE_VERBOSE: 0 PERL5OPT: -MDevel::Hide DEVEL_HIDE_PM: DateTime::Locale
Fixed in Date-Time-1.05-TRIAL