From: David Golden Date: Wed, 22 Jul 2009 21:20:56 +0000 (-0400) Subject: v-strings are not deprecated X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95266a888819065bd20ca221321a246ac2a8bb30;p=p5sagit%2Fp5-mst-13.2.git v-strings are not deprecated With version objects, we need them for use MODULE VERSION syntax. This patch removes the deprecation note. --- diff --git a/pod/perldata.pod b/pod/perldata.pod index 8f0feb7..3c1a95e 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -371,11 +371,6 @@ equivalent to C<$version{2}++>, not to C<$version{'2.0'}++>. =head3 Version Strings X X X -B Version Strings (v-strings) have been deprecated. They will -be removed in some future release after Perl 5.8.1. The marginal -benefits of v-strings were greatly outweighed by the potential for -Surprise and Confusion. - A literal of the form C is parsed as a string composed of characters with the specified ordinals. This form, known as v-strings, provides an alternative, more readable way to construct