From: Rafael Garcia-Suarez Date: Tue, 17 Feb 2004 22:20:25 +0000 (+0000) Subject: Be more clear. Use simple words. X-Git-Tag: v5.10.0~8323 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24 Be more clear. Use simple words. p4raw-id: //depot/perl@22323 --- diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index 2bd185f..2a04611 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -165,7 +165,7 @@ C 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 -have changed; in particular, C has been moved ahead of C, +have changed; in particular, C has been moved before C, C, C and C. This is unlikely to make any difference unless you have code that explicitly makes assumptions about that ordering. (The inheritance hierarchy of C objects has been changed