summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-07 13:52:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-07 13:52:58 +0000
commitd45541b37c568dfa7f5049c54dc6172d1f199bee (patch)
tree1b9a3848af89856edd0c94e77be2d3f922be1e75 /pod/perltodo.pod
parentc5fc23fff6d65b5529cc26fd35f2a652d5b293d5 (diff)
downloadperl-d45541b37c568dfa7f5049c54dc6172d1f199bee.tar.gz
"v-strings" is the right term.
p4raw-id: //depot/perl@12887
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index f883067060..534580ac18 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -511,11 +511,11 @@ Hugo van der Sanden plans to look at this.
This has been done in places, but needs a thorough code review.
Also fchdir is available in some platforms.
-=head2 Make vstrings overloaded objects
+=head2 Make v-strings overloaded objects
-Instead of having to guess whether a string is a vstring
-and thus needs to be displayed with %vd, make vstrings (readonly)
-overloaded objects.
+Instead of having to guess whether a string is a v-string and thus
+needs to be displayed with %vd, make v-strings (readonly) objects
+(class "vstring"?) with a stringify overload.
=head1 Vague ideas