From: Jarkko Hietaniemi Date: Fri, 12 Apr 2002 01:48:01 +0000 (+0000) Subject: Move up restricted hashes a bit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02e156f1155b2bac532ab2ae2c0876f06f180344;p=p5sagit%2Fp5-mst-13.2.git Move up restricted hashes a bit. p4raw-id: //depot/perl@15871 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 752b035..ec5d9ed 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -321,6 +321,13 @@ B, is UTF-8. =back +=head2 Restricted Hashes + +A restricted hash is restricted to a certain set of keys, no keys +outside the set can be added. Also individual keys can be restricted +so that the key cannot be deleted and the value cannot be changed. +No new syntax is involved: the Hash::Util module is the interface. + =head2 Safe Signals Perl used to be fragile in that signals arriving at inopportune moments @@ -657,10 +664,7 @@ Any encoding supported by Encode module is also available to the =item * C is the interface to the new I -feature. A restricted hash is restricted to a certain set of keys, -no keys outside the set can be added. Also individual keys can be -restricted so that the key cannot be deleted and the value cannot be -changed. (Implemented by Jeffrey Friedl, Nick Ing-Simmons, and +feature. (Implemented by Jeffrey Friedl, Nick Ing-Simmons, and Michael Schwern.) =item *