doc patch for pack("p",undef) packing a NULL pointer
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 0679822..8d191e8 100644 (file)
@@ -402,6 +402,9 @@ provides seven bits of the total value, with the most significant
 first.  Bit eight of each byte is set, except for the last byte, in
 which bit eight is clear.
 
+If 'p' or 'P' are given undef as values, they now generate a NULL
+pointer.
+
 Both pack() and unpack() now fail when their templates contain invalid
 types.  (Invalid types used to be ignored.)