From: Jarkko Hietaniemi Date: Mon, 25 Feb 2002 21:28:54 +0000 (+0000) Subject: Upgrade to I18N::LangTags 0.27. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f70da2ef413cd7ab4f8101d417e5aeab48af3be0;p=p5sagit%2Fp5-mst-13.2.git Upgrade to I18N::LangTags 0.27. (Causes one flipflop back to perl.com URL, must poke Sean.) p4raw-id: //depot/perl@14873 --- diff --git a/lib/I18N/LangTags.pm b/lib/I18N/LangTags.pm index 81af2cd..ab5ef38 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 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 +C * ISO 639, "Code for the representation of names of languages", C diff --git a/lib/I18N/LangTags/ChangeLog b/lib/I18N/LangTags/ChangeLog index 5cb5d58..f3608f7 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