summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Locale
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-30 20:20:49 +0000
committerwiz <wiz>2015-09-30 20:20:49 +0000
commit36b2832e44b30921eb8f84f748f0ed2d866dae84 (patch)
tree18b79ee1f26dae1f7bcff2fd10cf14565680d84a /time/p5-DateTime-Locale
parent1afedec093a0c90d34ea2947a769aea023177718 (diff)
downloadpkgsrc-36b2832e44b30921eb8f84f748f0ed2d866dae84.tar.gz
Update to 0.92:
0.92 2015-09-27 - I accidentally released 0.90 as a non-trial release. This release is the same as 0.46, so that the newest non-trial release does not break the DateTime.pm tests. 0.91 2015-09-27 - Released the changes in 0.90 as a trial release. 0.90 2015-09-27 [ENHANCEMENTS] - Updated based on version 28 of the CLDR data. The last update was based on the CLDR 1.7.1 release from 2009, so this is a big change. Many things have changed in terms of locale data. - Some locales are no longer available because they are not in the CLDR data. - The CLDR data no longer includes default date and time format lengths. This is now "medium" for every locale, simply to provide some level of backwards compatibility. - The old API deprecated since 0.40 has been removed (almost) entirely. - Loading DateTime::Locale itself is now quite a bit faster. The whole locale registration system has been removed entirely, except for custom locales. This fixes RT #78794. Requested by Michael Conrad. - A long-standing issue with the Austrian locale not using the Austrian name for January has been fixed. RT #52337. Reported by Thomas Klausner. [BACKWARDS INCOMPATIBILITIES] * This is a big new release, and includes a number of backwards-incompatible changes. However, most users should be unaffected by this change. If you only use this module via DateTime.pm, you are unlikely to notice any changes other than changes to the locale data. * We now refer to things as "code" in the docs and method names where we used to call them ids. This includes locale, language, script, territory, and variant codes. This is more in line with the various ISO standards and the CLDR packages. * All the $locale->*_id methods (including $locale->id) are deprecated. Use the relevant $locale->*_code method instead. * The canonical form of the locale codes now uses dashes (-) instead of underscores (_). Loading a locale with an underscore in the name (e.g. en_US) still works. * The way that locale data is packaged has changed quite a bit. We no longer package each locale in its own class. Instead, all locale data is in a single module (mostly in a __DATA__ section) and loaded into memory as needed. If you have any code that checks $locale->isa, that code may break. * Locales are no longer subclasses of DateTime::Locale::Base. However, this module is still included in the distribution in case someone has a custom locale that inherits from this module. However, this module will go away in a future release. * The "ii-*" aliases for the "he-*" locales have been removed. * The "no-*" aliases for the "nn-*" locales have been removed. * The value of $locale->code no longer reflects the value passed to DateTime::Locale->load. This only affects aliases and non-canonical forms of the code. For example, if you load "en_US" then $locale->code returns "en-US". If you load "C" or "POSIX" the code is "en-US-POSIX". * All of the documentation related to creating aliases and registering custom locales has been removed. All of these methods still work, but I don't think this system got much use, so I don't want to emphasize it in the docs (but let me know if you are using this and want to see these docs restored).
Diffstat (limited to 'time/p5-DateTime-Locale')
-rw-r--r--time/p5-DateTime-Locale/Makefile5
-rw-r--r--time/p5-DateTime-Locale/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index 4de953919ea..a663d31d1a7 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2015/09/04 12:44:20 mef Exp $
+# $NetBSD: Makefile,v 1.27 2015/09/30 20:20:49 wiz Exp $
-DISTNAME= DateTime-Locale-0.46
+DISTNAME= DateTime-Locale-0.92
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Locale/distinfo b/time/p5-DateTime-Locale/distinfo
index dc3843fdf61..3dca4b74ce0 100644
--- a/time/p5-DateTime-Locale/distinfo
+++ b/time/p5-DateTime-Locale/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2015/05/27 21:41:58 wiz Exp $
+$NetBSD: distinfo,v 1.14 2015/09/30 20:20:49 wiz Exp $
-SHA1 (DateTime-Locale-0.46.tar.gz) = 3041771aab54c4a693e230694ddcc3306920f4e8
-RMD160 (DateTime-Locale-0.46.tar.gz) = d6916c009f9de2ad71f29150142d07aec06e970b
-Size (DateTime-Locale-0.46.tar.gz) = 2556441 bytes
+SHA1 (DateTime-Locale-0.92.tar.gz) = be4843f7f861efde6ac1db50eeeabfe9a03b88c8
+RMD160 (DateTime-Locale-0.92.tar.gz) = 299651dba35add124b662dd56590aaea86e8f123
+Size (DateTime-Locale-0.92.tar.gz) = 2575785 bytes