diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-07 13:48:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-07 13:48:36 +0000 |
commit | c5fc23fff6d65b5529cc26fd35f2a652d5b293d5 (patch) | |
tree | 363ad0ada05ac8206b4d059e7b66099ae0db38a7 /pod/perltodo.pod | |
parent | 811a02aab58b635b44d444bf553252380c338889 (diff) | |
download | perl-c5fc23fff6d65b5529cc26fd35f2a652d5b293d5.tar.gz |
Add vstrings-as-objects need to perltodo.
p4raw-id: //depot/perl@12886
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 9 |
1 files changed, 9 insertions, 0 deletions
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. |