From: Jarkko Hietaniemi Date: Wed, 7 Nov 2001 13:48:36 +0000 (+0000) Subject: Add vstrings-as-objects need to perltodo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5fc23fff6d65b5529cc26fd35f2a652d5b293d5;p=p5sagit%2Fp5-mst-13.2.git Add vstrings-as-objects need to perltodo. p4raw-id: //depot/perl@12886 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 1898b11..f883067 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -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.