Subject: CVS commit: pkgsrc/time/p5-DateTime-Locale
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2006 13:56:48
Module Name: pkgsrc
Committed By: hiramatsu
Date: Tue Apr 25 13:56:48 UTC 2006
Modified Files:
pkgsrc/time/p5-DateTime-Locale: Makefile distinfo
Log Message:
Update p5-DateTime-Locale to 0.22:
Changes from 0.09:
0.22 2005-05-31
- Allow id names passed to load() to contain dashes or underscores, in
order to support RFC 3066 locale names, which use dashes.
- Fix bugs when a custom locale was registered and a "class" parameter
was passed to register(). Patch from Yann Kerherv.
- Switched to a "traditional" Makefile.PL file at Perrin Harkins'
request.
0.21 2005-02-28
- Fix era() method for year 0.
0.20 2005-02-26
* BACKWARDS INCOMPATIBILITY - The way DateTime::Locale::Base
subclasses work has changed. Subclasses should no longer implement
the date_formats() or time_formats() methods. Instead, they need to
provide one method per format length (full_date_format(),
long_date_format(), etc).
- Uses much newer (August, 2004) data from ICU. This includes a
number of new locales. See DateTime::LocaleCatalog for a list. This
new data also adds a new type of differentiator for locales, the
script (Latin vs Cyrillic, for example).
- Added new methods to get the "narrow" forms of a day or month.
- Implemented per-locale eras.
- Fix a number of doc typos and buglets. Patch by Jean Forget.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/time/p5-DateTime-Locale/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/time/p5-DateTime-Locale/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.