In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/76fadaa8b75b4254b3aab73a753e32c82ef09e9a?hp=b43aaa67e50d25d4c14aaa463adb69b38e8fc72f>
- Log ----------------------------------------------------------------- commit 76fadaa8b75b4254b3aab73a753e32c82ef09e9a Author: Leon Brocard <[email protected]> Date: Sun Jun 12 14:17:01 2011 +0100 Fix broken URLs for RFCs, bump version and document in perldelta ----------------------------------------------------------------------- Summary of changes: dist/I18N-LangTags/ChangeLog | 6 ++++++ dist/I18N-LangTags/lib/I18N/LangTags.pm | 10 +++++----- pod/perldelta.pod | 6 ++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dist/I18N-LangTags/ChangeLog b/dist/I18N-LangTags/ChangeLog index 3464583..b40cb9a 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 [email protected] * Release 0.35 diff --git a/dist/I18N-LangTags/lib/I18N/LangTags.pm b/dist/I18N-LangTags/lib/I18N/LangTags.pm index efc12c2..85a4f22 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 diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bacef9c..fb7a02c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -237,6 +237,12 @@ Fixed C<incr_parse> decoding string more correctly. =item * +L<I18N::LangTags> has been upgraded from version 0.35_01 to version 0.36. + +Fix broken URLs for RFCs. + +=item * + L<IPC::Open3> has been upgraded from version 1.10 to version 1.11. =over 4 -- Perl5 Master Repository
