summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-02 02:02:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-02 02:02:13 +0000
commit7d856a0e84612d1fa85a999764fe1e8f157b9a21 (patch)
tree14c6bd07b01849e8c5577917e2cb431df9dcedd0 /pod/perltodo.pod
parentcddc7ef45eea6c8e3b036ab7ac758818e0ce1a76 (diff)
downloadperl-7d856a0e84612d1fa85a999764fe1e8f157b9a21.tar.gz
todo entry for missing pack formats.
p4raw-id: //depot/perl@14520
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 16e2fac21c..1b64991faf 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -303,6 +303,10 @@ properly on error.
This is possible to do, but would be pretty messy to implement, as it
would rely on even more sed hackery in F<perly.fixer>.
+=head2 pack for IV, UVs, NVs, and long doubles
+
+j, J, g, G?
+
=head2 pack "(stuff)*"
That's to say, C<pack "(sI)40"> would be the same as C<pack "sI"x40>