From: Jarkko Hietaniemi Date: Wed, 7 Nov 2001 13:52:58 +0000 (+0000) Subject: "v-strings" is the right term. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d45541b37c568dfa7f5049c54dc6172d1f199bee;p=p5sagit%2Fp5-mst-13.2.git "v-strings" is the right term. p4raw-id: //depot/perl@12887 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index f883067..534580a 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