summaryrefslogtreecommitdiff
path: root/lib/I18N
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-25 21:28:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-25 21:28:54 +0000
commitf70da2ef413cd7ab4f8101d417e5aeab48af3be0 (patch)
tree04e8783ca63fd08abeb93380acafcca74d481854 /lib/I18N
parentbd444ebb7171fc34a9beff51d78da70a8747aa8b (diff)
downloadperl-f70da2ef413cd7ab4f8101d417e5aeab48af3be0.tar.gz
Upgrade to I18N::LangTags 0.27.
(Causes one flipflop back to perl.com URL, must poke Sean.) p4raw-id: //depot/perl@14873
Diffstat (limited to 'lib/I18N')
-rw-r--r--lib/I18N/LangTags.pm6
-rw-r--r--lib/I18N/LangTags/ChangeLog8
2 files changed, 10 insertions, 4 deletions
diff --git a/lib/I18N/LangTags.pm b/lib/I18N/LangTags.pm
index 81af2cd0d8..ab5ef38245 100644
--- a/lib/I18N/LangTags.pm
+++ b/lib/I18N/LangTags.pm
@@ -1,5 +1,5 @@
-# Time-stamp: "2001-06-21 22:50:34 MDT"
+# Time-stamp: "2002-02-02 20:43:03 MST"
# Sean M. Burke <sburke@cpan.org>
require 5.000;
@@ -17,7 +17,7 @@ require Exporter;
);
%EXPORT_TAGS = ('ALL' => \@EXPORT_OK);
-$VERSION = "0.26";
+$VERSION = "0.27";
=head1 NAME
@@ -768,7 +768,7 @@ Continuations".
"Language Tagging in Unicode Plain Text".
* Locale::Codes, in
-C<http://www.cpan.org/modules/by-module/Locale/>
+C<http://www.perl.com/CPAN/modules/by-module/Locale/>
* ISO 639, "Code for the representation of names of languages",
C<http://www.indigo.ie/egt/standards/iso639/iso639-1-en.html>
diff --git a/lib/I18N/LangTags/ChangeLog b/lib/I18N/LangTags/ChangeLog
index 5cb5d586e1..f3608f7125 100644
--- a/lib/I18N/LangTags/ChangeLog
+++ b/lib/I18N/LangTags/ChangeLog
@@ -1,6 +1,12 @@
Revision history for Perl module I18N::LangTags.
- Time-stamp: "2001-06-21 23:04:08 MDT"
+ Time-stamp: "2002-02-02 20:45:47 MST"
+2002-02-02 Sean M. Burke sburke@cpan.org
+
+ * Release 0.27 -- minor mods to ::List:
+ Fixing its entries for sv-se and sv-fi.
+ Typo-fixes and rewordings in the incidental Pod text elsewhere.
+
2001-06-21 Sean M. Burke sburke@cpan.org
* Release 0.26 -- just making cosmetic changes