diff options
author | jtb <jtb> | 2001-04-21 00:05:05 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-21 00:05:05 +0000 |
commit | 549b24e972025c27a9d85791ea236784a42e0afe (patch) | |
tree | 5b8e0461486805dc838bd33b8c961953ce1bd44e /misc | |
parent | 75f365f9492f20b6304ff3facb248e9995b1b35f (diff) | |
download | pkgsrc-549b24e972025c27a9d85791ea236784a42e0afe.tar.gz |
Update of p5-Locale-Codes to 1.06.
1.06 2001-03-04 neilb
Added Locale::Constants, which defines three symbols
for identifying which codeset is being used:
LOCALE_CODE_ALPHA_2
LOCALE_CODE_ALPHA_3
LOCALE_CODE_NUMERIC
Updated Locale::Country to support all three code sets
defined by ISO 3166. This was requested by Keith Wall.
I haven't added multiple codeset support to the other
modules yet - I'll wait until someone asks for them.
1.05 Feb 2001
Added Locale::Currency, contribution from Michael Hennecke.
Added testsuite for it (t/currency.t) and added testcases
to t/all.t for the all_* functions.
1.04 Dec 2000
Fixed very minor typos from 1.03!
1.03 Dec 2000
Updated Locale::Country:
- fixed spelling of a few countries
- added link to a relevant page from CIA world factbook
Updated Locale::Language:
- fixed typo in the documentation (ISO 939 should be 639)
1.02 May 2000
Updated Locale::Country and Locale::Language to reflect changes
in the relevant ISO standards. These mainly reflect languages
which are new to the relevant standard, and changes in the
spelling of some country names.
Added official URLs for the standards to the SEE ALSO sections
of the doc for each module.
Thanks to Jarkko Hietaniemi for pointing me at the pages
with latest versions of ISO 3166 and 639.
1.00 March 1998
Added Locale::Country::_alias_code() so that 'uk' can be added
as the code for "United Kingdom", if you want it.
This was prompted by Ed Jordan <ed@chronos.net>
Added a new testsuite for handling this case, and extended the
existing test-suite to include testing of the case where
'uk' hasn't been defined as a valid code.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index 9980936435c..d78a5631549 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 18:09:17 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/04/21 00:05:05 jtb Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:51:12 jfitz Exp # -DISTNAME= Locale-Codes-0.003 -PKGNAME= p5-Locale-Codes-0.003 +DISTNAME= Locale-Codes-1.06 +PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Codes/distinfo b/misc/p5-Locale-Codes/distinfo index 79b1633b423..19969c8dfc7 100644 --- a/misc/p5-Locale-Codes/distinfo +++ b/misc/p5-Locale-Codes/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:52:17 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/04/21 00:05:05 jtb Exp $ -SHA1 (Locale-Codes-0.003.tar.gz) = 148d9b2716bb326a8addfb0f94da6b9e197f84ee -Size (Locale-Codes-0.003.tar.gz) = 7777 bytes +SHA1 (Locale-Codes-1.06.tar.gz) = d14f24035012456059bdc31840b96fd97211cb5f +Size (Locale-Codes-1.06.tar.gz) = 17654 bytes |