diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-15 19:59:09 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-15 19:59:09 -0400 |
commit | 32affb187267ab56530bd4a6592faa4ee0e97623 (patch) | |
tree | 5a3ee78752e4a1bae7f192c9472886317010d222 | |
parent | 064fb7979931c2a2ac6711c9687db30bd89dcde8 (diff) | |
download | perl-32affb187267ab56530bd4a6592faa4ee0e97623.tar.gz |
perldelta: add another hash overhaul cross reference
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4a21c4a621..e3b7c5631f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -236,6 +236,11 @@ and treated the same way as -2 [perl #112990]. =head1 Security +=head2 See also: hash overhaul + +Some of the changes in the L<hash overhaul|/"Hash overhaul"> were made to +enhance security. Please read that section. + =head2 C<Storable> security warning in documentation The documentation for C<Storable> now includes a section which warns readers |