Change 20105 by [EMAIL PROTECTED] on 2003/07/10 04:46:01
Add deprecations to perldelta.
Affected files ...
... //depot/maint-5.8/perl/pod/perldelta.pod#32 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perldelta.pod#32 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#31~20099~ Wed Jul 9 10:31:38 2003
+++ perl/pod/perldelta.pod Wed Jul 9 21:46:01 2003
@@ -215,6 +215,20 @@
no warnings 'deprecated';
+=head2 Version Strings (v-strings) Are Deprecated
+
+Version Strings (v-strings) have been deprecated. They will not be
+available after Perl 5.8. The marginal benefits of v-strings were
+greatly outweighed by the potential for Surprise and Confusion.
+
+=head2 The $* variable Is Deprecated
+
+The C<$*> variable controlling multi-line matching has been
+deprecated. It will not be available after Perl 5.8. The variable
+has been deprecated for a long time, now it will just finally be
+removed. The functionality has been supplanted by the C</s> and
+C</m> modifiers on pattern matching.
+
=head1 Modules and Pragmata
=head2 Updated Modules
End of Patch.