summaryrefslogtreecommitdiff
path: root/dist/I18N-LangTags
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2011-06-12 14:17:01 +0100
committerLeon Brocard <acme@astray.com>2011-06-12 14:17:01 +0100
commit76fadaa8b75b4254b3aab73a753e32c82ef09e9a (patch)
tree46266cb532e6e664bd06aea59267885aeccc4a62 /dist/I18N-LangTags
parentb43aaa67e50d25d4c14aaa463adb69b38e8fc72f (diff)
downloadperl-76fadaa8b75b4254b3aab73a753e32c82ef09e9a.tar.gz
Fix broken URLs for RFCs, bump version and document in perldelta
Diffstat (limited to 'dist/I18N-LangTags')
-rw-r--r--dist/I18N-LangTags/ChangeLog6
-rw-r--r--dist/I18N-LangTags/lib/I18N/LangTags.pm10
2 files changed, 11 insertions, 5 deletions
diff --git a/dist/I18N-LangTags/ChangeLog b/dist/I18N-LangTags/ChangeLog
index 34645837e5..b40cb9acdf 100644
--- a/dist/I18N-LangTags/ChangeLog
+++ b/dist/I18N-LangTags/ChangeLog
@@ -1,6 +1,12 @@
Revision history for Perl module I18N::LangTags.
Time-stamp: "2004-10-06 23:26:53 ADT"
+2011-06-12
+
+ * Release 0.36
+
+ Fix broken URLs for RFCs
+
2004-10-06 Sean M. Burke sburke@cpan.org
* Release 0.35
diff --git a/dist/I18N-LangTags/lib/I18N/LangTags.pm b/dist/I18N-LangTags/lib/I18N/LangTags.pm
index efc12c226d..85a4f2263b 100644
--- a/dist/I18N-LangTags/lib/I18N/LangTags.pm
+++ b/dist/I18N-LangTags/lib/I18N/LangTags.pm
@@ -19,7 +19,7 @@ require Exporter;
);
%EXPORT_TAGS = ('ALL' => \@EXPORT_OK);
-$VERSION = "0.35_01";
+$VERSION = "0.36";
sub uniq { my %seen; return grep(!($seen{$_}++), @_); } # a util function
@@ -844,17 +844,17 @@ language tags with their ASCII characters shifted into Plane 14.
* L<I18N::LangTags::List|I18N::LangTags::List>
-* RFC 3066, C<ftp://ftp.isi.edu/in-notes/rfc3066.txt>, "Tags for the
+* RFC 3066, C<http://www.ietf.org/rfc/rfc3066.txt>, "Tags for the
Identification of Languages". (Obsoletes RFC 1766)
-* RFC 2277, C<ftp://ftp.isi.edu/in-notes/rfc2277.txt>, "IETF Policy on
+* RFC 2277, C<http://www.ietf.org/rfc/rfc2277.txt>, "IETF Policy on
Character Sets and Languages".
-* RFC 2231, C<ftp://ftp.isi.edu/in-notes/rfc2231.txt>, "MIME Parameter
+* RFC 2231, C<http://www.ietf.org/rfc/rfc2231.txt>, "MIME Parameter
Value and Encoded Word Extensions: Character Sets, Languages, and
Continuations".
-* RFC 2482, C<ftp://ftp.isi.edu/in-notes/rfc2482.txt>,
+* RFC 2482, C<http://www.ietf.org/rfc/rfc2482.txt>,
"Language Tagging in Unicode Plain Text".
* Locale::Codes, in