summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Locale/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-03-08 11:49:45 +0000
committerwiz <wiz@pkgsrc.org>2017-03-08 11:49:45 +0000
commit4a8d2656ab2a0eb07126d64427c9e73f4bf62efa (patch)
tree805174f7b5ec5386badae48facba981b1c0ccca4 /time/p5-DateTime-Locale/Makefile
parent613376985e919f744c0fbfaf676dccd4372e6583 (diff)
downloadpkgsrc-4a8d2656ab2a0eb07126d64427c9e73f4bf62efa.tar.gz
Updated p5-DateTime-Locale to 1.14.
1.14 2017-03-05 - Codes with just a language and script code were not parsed correctly, leading to bugs in their data, so that they did not report a script_code, nor did their name reflect the script. So for example "bs-Latn" was just "Bosnian" instead of "Bosnian Latin". 1.13 2017-03-05 - Fixed a regression bug where providing a locale's English name or native name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.
Diffstat (limited to 'time/p5-DateTime-Locale/Makefile')
-rw-r--r--time/p5-DateTime-Locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index f8cdac9a9a7..f418bd08294 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/01/30 01:54:48 wen Exp $
+# $NetBSD: Makefile,v 1.41 2017/03/08 11:49:45 wiz Exp $
-DISTNAME= DateTime-Locale-1.12
+DISTNAME= DateTime-Locale-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}