Change 20521 by [EMAIL PROTECTED] on 2003/08/06 11:59:35

        In addition to #20519.

Affected files ...

... //depot/maint-5.8/perl/pod/perldiag.pod#36 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perldiag.pod#36 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#35~20519~     Wed Aug  6 04:35:18 2003
+++ perl/pod/perldiag.pod       Wed Aug  6 04:59:35 2003
@@ -4422,11 +4422,10 @@
 =item Version objects are deprecated outside of use/require
 
 (D deprecated) What used to be "version strings" or v-strings is
-deprecated.  What looks like those (but always without the leading
-'v') can still be used, but only when using C<use> or C<require>,
-and these are called "Version Objects".  See L<perldata/"Version
-Strings">, L<perlfunc/use>, and L<perlfunc/require> for more
-information.
+deprecated.  What looks like those can still be used, but only when
+using C<use> or C<require>, and these are called "Version Objects".
+See L<perldata/"Version Strings">, L<perlfunc/use>, and
+L<perlfunc/require> for more information.
 
 =item Warning: something's wrong
 
End of Patch.

Reply via email to