Upgrade to I18N::LangTags 0.27.
Jarkko Hietaniemi [Mon, 25 Feb 2002 21:28:54 +0000 (21:28 +0000)]
(Causes one flipflop back to perl.com URL, must poke Sean.)

p4raw-id: //depot/perl@14873

lib/I18N/LangTags.pm
lib/I18N/LangTags/ChangeLog

index 81af2cd..ab5ef38 100644 (file)
@@ -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>
index 5cb5d58..f3608f7 100644 (file)
@@ -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