From: Jarkko Hietaniemi Date: Thu, 16 May 2002 13:57:08 +0000 (+0000) Subject: Brokenness of restricted hashes with Storable on EBCDIC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=601a910bcc1a5a967a0b43a5e3a75bf0283502d2;p=p5sagit%2Fp5-mst-13.2.git Brokenness of restricted hashes with Storable on EBCDIC seems to be an artifact of the downgrade.t. p4raw-id: //depot/perl@16631 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 0224795..664f6e7 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -894,11 +894,6 @@ 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):