Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2001 03:05:06
Module Name:	pkgsrc
Committed By:	jtb
Date:		Sat Apr 21 00:05:05 UTC 2001

Modified Files:
	pkgsrc/misc/p5-Locale-Codes: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/misc/p5-Locale-Codes/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/p5-Locale-Codes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.