From d3b0178d88aef49fb9a92de828b028c3ac2262a5 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Fri, 6 Jan 2006 03:02:06 +0200 Subject: [PATCH] Forked Locale/PO.pm. No real code changes yet. --- po/perl/Locale/PO.pm | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/po/perl/Locale/PO.pm b/po/perl/Locale/PO.pm index 4a0e3d85d..acbaa946c 100644 --- a/po/perl/Locale/PO.pm +++ b/po/perl/Locale/PO.pm @@ -1,3 +1,6 @@ +# This file has been changed from the "Standard Version" Locale-PO-0.16. +# The copyright, license, and change log are in the POD at the bottom. + use strict; use warnings; @@ -13,7 +16,7 @@ use Carp; #@ISA = qw(Exporter AutoLoader); #@EXPORT = qw(); -our $VERSION = '0.16'; +our $VERSION = '0.16.kon'; # Preloaded methods go here. @@ -459,7 +462,7 @@ Set or get the translated string from the object. =item msgstr_n -Get or set the translations if there are purals involved. Takes and +Get or set the translations if there are plurals involved. Takes and returns a hashref where the keys are the 'N' case and the values are the strings. eg: @@ -541,6 +544,28 @@ are sorted alphabetically by untranslated string. Alan Schwartz, alansz@pennmush.org +=head1 DIFFERENCES FROM Locale-PO-0.16 + +List of changes in this file, as stipulated in section 3. of the +L<"Artistic License"|perlartistic> and subsection 2. a) of L: + +=over 4 + +=item Z<>2006-01-06 Kalle Olavi Niemitalo + +Appended ".kon" to $VERSION. +Added the copyright notice (from README) and this history. +Corrected a typo in the documentation. + +=back + +=head1 COPYRIGHT AND LICENSE + +Copyright (c) 2000-2004 Alan Schwartz . +All rights reserved. This program is free software; you can +redistribute it and/or modify it under the same terms as Perl itself. + =head1 BUGS If you load_file then save_file, the output file may have slight