Zero-padded Numerics in Perl Format
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 95dd6c5..72a2904 100644 (file)
@@ -109,6 +109,10 @@ functionality, see pack('U0', ...) and pack('C0', ...).
 
 =item *
 
+Formats now support zero-padded decimal fields.
+
+=item *
+
 C<perl -d:Module=arg,arg,arg> now works (previously one couldn't pass
 in multiple arguments.)