L'équipe de serving.fr wrote:
We're having a problem installing DateTime::Format::Strptime (it seems several people have alreayd posted on http://www.nntp.perl.org/group/perl.datetime/ but we can't find the solution)

As per the documentation, the correct place to report bugs is http://code.google.com/p/datetime-format-strptime/issues/list

The bug you refer to is #19. There's a fix coming as soon as I can get a more sane test in there.

For now, just do a force install (if the only failed tests are in 004_locale_defaults.t)



Dave:
=====
I believe there's an error in DateTime::Locale::Base that is screwing with my fix. Line 277 turns the CLDR notation 'y' into the strftime notation '%y'. From my reading of http://www.unicode.org/reports/tr35/tr35-9.html#Date_Format_Patterns 'y' should become '%Y'.

Once that is fixed, I'll use DateTime's strftime to get the input data in the tests. That way, if the Locale returns some other data because of a future change, it will all test OK.

Cheers!
Rick Measham
--
Message  protected for iSite by MailGuard: e-mail anti-virus, anti-spam and 
content filtering.
http://www.mailguard.com.au


Reply via email to