From: Rafael Garcia-Suarez Date: Tue, 17 Feb 2004 22:20:25 +0000 (+0000) Subject: Be more clear. Use simple words. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24;p=p5sagit%2Fp5-mst-13.2.git 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