Change 33234 by [EMAIL PROTECTED] on 2008/02/04 14:21:41
Subject: [PATCH] Remove duplication from encoding.pm POD
From: "Robert May" <[EMAIL PROTECTED]>
Date: Fri, 1 Feb 2008 01:06:07 +0530
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/Encode/encoding.pm#50 edit
Differences ...
==== //depot/perl/ext/Encode/encoding.pm#50 (text) ====
Index: perl/ext/Encode/encoding.pm
--- perl/ext/Encode/encoding.pm#49~32980~ 2008-01-15 06:23:04.000000000
-0800
+++ perl/ext/Encode/encoding.pm 2008-02-04 06:21:41.000000000 -0800
@@ -315,22 +315,6 @@
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
End of Patch.