diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 22:20:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 22:20:25 +0000 |
commit | fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24 (patch) | |
tree | 13c6af561110320105a1cb16650d5c035b5bde6c /pod/perl591delta.pod | |
parent | 76df5e8f6f9a368c3b6f3dcca177104be7f3fc8c (diff) | |
download | perl-fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24.tar.gz |
Be more clear. Use simple words.
p4raw-id: //depot/perl@22323
Diffstat (limited to 'pod/perl591delta.pod')
-rw-r--r-- | pod/perl591delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index 2bd185f270..2a04611b00 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -165,7 +165,7 @@ C<B::> modules counts), or like to run Perl with the C<-D> option. =head2 Reordering of SVt_* constants The relative ordering of constants that define the various types of C<SV> -have changed; in particular, C<SVt_PVGV> has been moved ahead of C<SVt_PVLV>, +have changed; in particular, C<SVt_PVGV> has been moved before C<SVt_PVLV>, C<SVt_PVAV>, C<SVt_PVHV> and C<SVt_PVCV>. This is unlikely to make any difference unless you have code that explicitly makes assumptions about that ordering. (The inheritance hierarchy of C<B::*> objects has been changed |