todo entry for missing pack formats.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Feb 2002 02:02:13 +0000 (02:02 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Feb 2002 02:02:13 +0000 (02:02 +0000)
p4raw-id: //depot/perl@14520

pod/perltodo.pod

index 16e2fac..1b64991 100644 (file)
@@ -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>