make Dump() call the XSUB implementation transparently (modified
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 8fc8efe..8e62de0 100644 (file)
@@ -1435,6 +1435,9 @@ change#4052
 A C<Maxdepth> setting can be specified to avoid venturing
 too deeply into deep data structures.  See L<Data::Dumper>.
 
+The XSUB implementation of Dump() is now automatically called if the
+C<Useqq> setting is not in use.
+
 Dumping C<qr//> objects works correctly.
 
 =item DB