Change 16153 by jhi@alpha on 2002/04/25 14:12:35
Elaborate a bit on Storable.
Affected files ...
.... //depot/perl/pod/perldelta.pod#358 edit
Differences ...
==== //depot/perl/pod/perldelta.pod#358 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod.~1~ Thu Apr 25 08:15:05 2002
+++ perl/pod/perldelta.pod Thu Apr 25 08:15:05 2002
@@ -879,7 +879,12 @@
C<Storable> gives persistence to Perl data structures by allowing the
storage and retrieval of Perl data to and from files in a fast and
-compact binary format, from Raphael Manfredi. See L<Storable>.
+compact binary format. Because in effect Storable does serialisation
+of Perl data structues, with it you can also clone deep, hierarchical
+datastructures. Storable was created by Raphael Manfredi but it is
+now maintained by the Perl development team. Storable has been
+enhanced to understand the two new hash features, Unicode keys and
+restricted hashes. See L<Storable>.
=item *
End of Patch.