diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-08-31 12:55:22 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-08-31 12:55:22 -0700 |
commit | c6c886efdb6df3d06613743e0e6780de4a145e66 (patch) | |
tree | a2377c6f5bdca70b71833162a8fc8d455c648941 /pod/perlsec.pod | |
parent | 91e649137a555abe48d1527549d88a833b6226a0 (diff) | |
download | perl-c6c886efdb6df3d06613743e0e6780de4a145e66.tar.gz |
perlsec: Typo
Diffstat (limited to 'pod/perlsec.pod')
-rw-r--r-- | pod/perlsec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 1f5e7c211b..ac96441a72 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -498,7 +498,7 @@ see L<perlrun/PERL_PERTURB_KEYS>. Note that this feature controls the When items collide into a given hash bucket the order they are stored in the chain is no longer predictable in Perl 5.18. This has the intention to make it harder to observe a -collisions. This behavior can be overridden by using +collision. This behavior can be overridden by using the PERL_PERTURB_KEYS environment variable, see L<perlrun/PERL_PERTURB_KEYS>. =item New Default Hash Function |