Change 21001 by [EMAIL PROTECTED] on 2003/09/02 15:43:23

        More future.

Affected files ...

... //depot/maint-5.8/perl/pod/perldelta.pod#79 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perldelta.pod#79 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#78~20995~    Tue Sep  2 07:43:45 2003
+++ perl/pod/perldelta.pod      Tue Sep  2 08:43:23 2003
@@ -910,16 +910,20 @@
 
 =item *
 
+True lexically scoped pragmas will be introduced.
+
+=item *
+
+The bytecompiler and byteloader will be fixed.
+
+=item *
+
 The v-strings as such may be removed.  What will keep working is
 the v-less form (1.2.3) when used with C<use>, C<require>, and
 C<$VERSION>.  The v-ful version (v1.2.3) may become obsolete.
 The equivalence of strings and v-strings (e.g. that currently 5.8.0
 is equal to "\5\8\0") will go away, and instead the 1.2.3 will be
 a "version object", as will be the C<$^V>.
-
-=item *
-
-The bytecompiler and byteloader will be fixed.
 
 =item *
 
End of Patch.

Reply via email to