Add vstrings-as-objects need to perltodo.
Jarkko Hietaniemi [Wed, 7 Nov 2001 13:48:36 +0000 (13:48 +0000)]
p4raw-id: //depot/perl@12886

pod/perltodo.pod

index 1898b11..f883067 100644 (file)
@@ -54,6 +54,9 @@ Possible options, controlled by the flags:
 - append a "..." to the produced string if the maximum length is exceeded
 - really fancy: print unicode characters as \N{...}
 
+NOTE: pv_display(), pv_uni_display(), sv_uni_display() are doing
+something like the above.
+
 =head2 Overloadable regex assertions
 
 This may or may not be possible with the current regular expression
@@ -508,6 +511,12 @@ 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
+
+Instead of having to guess whether a string is a vstring
+and thus needs to be displayed with %vd, make vstrings (readonly)
+overloaded objects.
+
 =head1 Vague ideas
 
 Ideas which have been discussed, and which may or may not happen.