From: Jarkko Hietaniemi Date: Wed, 15 May 2002 13:46:55 +0000 (+0000) Subject: Document some of the known EBCDIC problems with Storable. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94b7da0e7445ac6f71b6c28e07a5f8d245133222;p=p5sagit%2Fp5-mst-13.2.git Document some of the known EBCDIC problems with Storable. (There is more, but need to do more tests.) p4raw-id: //depot/perl@16609 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 664f6e7..0224795 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -894,6 +894,11 @@ C is a blunt tool. There is no facility either to return B strings as utf8 sequences, or to attempt to convert utf8 data back to 8 bit and C if the conversion fails. +In EBCDIC platforms, restoring restricted hashes (a new perl 5.8 +feature) does not work (the contents of the hashes are restored +but the read-onlyness of either the whole hash or particular +elements is lost). + =head1 CREDITS Thank you to (in chronological order):