From: Jarkko Hietaniemi Date: Wed, 8 May 2002 13:06:30 +0000 (+0000) Subject: Storable doc tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=775ecd7529cce415c8d86b33cc6e9d4b2816abb4;p=p5sagit%2Fp5-mst-13.2.git Storable doc tweaks. p4raw-id: //depot/perl@16485 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 72586fa..9746f13 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -454,6 +454,7 @@ conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by calling C with a reference to the object to be stored, along with the file name where the image should be written. + The routine returns C for I/O problems or other internal error, a true value otherwise. Serious errors are propagated as a C exception. @@ -562,8 +563,8 @@ settings. This release of Storable can be used on a newer version of Perl to serialize data which is not supported by earlier Perls. By default Storable will attempt to do the right thing, by Cing if it -encounters data that it cannot deserialize. However, the defaults can be -changed as follows +encounters data that it cannot deserialize. However, the defaults +can be changed as follows =over 4 @@ -921,16 +922,10 @@ a binary incompatibility for the Storable image starting at version Murray Nesbitt made Storable thread-safe. Marc Lehmann added overloading and reference to tied items support. -=head1 TRANSLATIONS - -There is a Japanese translation of this man page available at -http://member.nifty.ne.jp/hippo2000/perltips/storable.htm , -courtesy of Kawai, Takanori . - =head1 AUTHOR Storable was written by Raphael Manfredi FRaphael_Manfredi@pobox.comE> -Maitainance is now done by the perl5-porters Fperl5-porters@perl.orgE> +Maintenance is now done by the perl5-porters Fperl5-porters@perl.orgE> Please e-mail us with problems, bug fixes, comments and complaints, although if you have complements you should send them to Raphael.