difforig perl-5.10.0/ext/Encode/encoding.pm

2008-02-05  Reini Urban <rurban@x-ray.at>

diff -ub perl-5.10.0/ext/Encode/encoding.pm.orig perl-5.10.0/ext/Encode/encoding.pm
--- perl-5.10.0/ext/Encode/encoding.pm.orig	2007-12-18 10:47:07.000000000 +0000
+++ perl-5.10.0/ext/Encode/encoding.pm	2008-02-04 22:13:34.500000000 +0000
@@ -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

