develooper Front page | perl.perl5.porters | Postings from January 2008

[PATCH] Remove duplication from encoding.pm POD

Thread Next
From:
Robert May
Date:
January 31, 2008 11:36
Subject:
[PATCH] Remove duplication from encoding.pm POD
Message ID:
54bdc7510801311136p7ee53dbet2afd5239e1ad03eb@mail.gmail.com
encoding.pm repeats the same 'Side Effects' section 3 times.  This
patch removes 2 of them.

Regards,
Rob.

--- ext\Encode\encoding.pm.orig	Tue Jan 15 19:53:56 2008
+++ ext\Encode\encoding.pm	Fri Feb 01 01:00:22 2008
@@ -315,22 +315,6 @@ always the same as the length of C<$/> i

 This pragma affects utf8::upgrade, but not utf8::downgrade.

-=head2 Side effects
-
-If the C<encoding> pragma is in scope then the lengths returned are
-calculated from the length of C<$/> in Unicode characters, which is not
-always the same as the length of C<$/> in the native encoding.
-
-This pragma affects utf8::upgrade, but not utf8::downgrade.
-
-=head2 Side effects
-
-If the C<encoding> pragma is in scope then the lengths returned are
-calculated from the length of C<$/> in Unicode characters, which is not
-always the same as the length of C<$/> in the native encoding.
-
-This pragma affects utf8::upgrade, but not utf8::downgrade.
-
 =head1 FEATURES THAT REQUIRE 5.8.1

 Some of the features offered by this pragma requires perl 5.8.1.  Most

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About