Add investigating self tie segfaults to the TODO
[p5sagit/p5-mst-13.2.git] / pod / perldata.pod
index a2c54a8..254304c 100644 (file)
@@ -342,8 +342,9 @@ an expression.
 =head3 Version Strings
 
 B<Note:> 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.
+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<v1.20.300.4000> is parsed as a string composed
 of characters with the specified ordinals.  This form, known as
@@ -633,7 +634,7 @@ of how to arrange for an output ordering.
 
 =head2 Subscripts
 
-An array is subscripted by specifying a dollary sign (C<$>), then the
+An array is subscripted by specifying a dollar sign (C<$>), then the
 name of the array (without the leading C<@>), then the subscript inside
 square brackets.  For example: