From c5fc23fff6d65b5529cc26fd35f2a652d5b293d5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 7 Nov 2001 13:48:36 +0000 Subject: Add vstrings-as-objects need to perltodo. p4raw-id: //depot/perl@12886 --- pod/perltodo.pod | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pod') diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 1898b118d4..f883067060 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. -- cgit v1.2.1