From: Jarkko Hietaniemi Date: Sat, 18 May 2002 20:10:53 +0000 (+0000) Subject: Storable status tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1108aaa78275c4ea48d2ab4d4de8bdb0d9793fd0;p=p5sagit%2Fp5-mst-13.2.git Storable status tweak. p4raw-id: //depot/perl@16684 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7b110fd..84892f0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -898,8 +898,8 @@ C 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. 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 +datastructures. Storable was originally created by Raphael Manfredi, +but it is now maintained by Abhijit Menon-Sen. Storable has been enhanced to understand the two new hash features, Unicode keys and restricted hashes. See L.