summaryrefslogtreecommitdiff
path: root/ext/Encode
diff options
context:
space:
mode:
authorRobert May <robertmay@cpan.org>2008-02-01 06:36:07 +0530
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-04 14:21:41 +0000
commitd0f7eaaf660b638db1121a6cc30004e75ee46bf2 (patch)
treed0a177ce3f7167760b2371c6c9904cb142682666 /ext/Encode
parent8f3d514bf25f3a05c36be8a808f3775341a238e4 (diff)
downloadperl-d0f7eaaf660b638db1121a6cc30004e75ee46bf2.tar.gz
Remove duplication from encoding.pm POD
From: "Robert May" <robertmay@cpan.org> Message-ID: <54bdc7510801311136p7ee53dbet2afd5239e1ad03eb@mail.gmail.com> p4raw-id: //depot/perl@33234
Diffstat (limited to 'ext/Encode')
-rw-r--r--ext/Encode/encoding.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/Encode/encoding.pm b/ext/Encode/encoding.pm
index cd32cf455a..d90611c6d4 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<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