From: Robert May Date: Fri, 1 Feb 2008 01:06:07 +0000 (+0530) Subject: Remove duplication from encoding.pm POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0f7eaaf660b638db1121a6cc30004e75ee46bf2;p=p5sagit%2Fp5-mst-13.2.git Remove duplication from encoding.pm POD From: "Robert May" Message-ID: <54bdc7510801311136p7ee53dbet2afd5239e1ad03eb@mail.gmail.com> p4raw-id: //depot/perl@33234 --- diff --git a/ext/Encode/encoding.pm b/ext/Encode/encoding.pm index cd32cf4..d90611c 100644 --- a/ext/Encode/encoding.pm +++ b/ext/Encode/encoding.pm @@ -315,22 +315,6 @@ 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 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 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