diff options
author | Karl Williamson <khw@cpan.org> | 2018-05-09 18:32:13 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-25 22:15:22 -0600 |
commit | f420138f7a4a589f9cd97836ccb6f93368477611 (patch) | |
tree | 74c219fd49a9906a87678777adde170151df38b8 | |
parent | 5d3db279f3a8edaeb0eeed8fb5ac65bd5a5c9327 (diff) | |
download | perl-f420138f7a4a589f9cd97836ccb6f93368477611.tar.gz |
perlrun: Add L<> to links
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 77660ef17d..9a27fac655 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1337,8 +1337,8 @@ B<Note> that any information about the hash function, especially the hash seed is B<sensitive information>: by knowing it, one can craft a denial-of-service attack against Perl code, even remotely; see L<perlsec/"Algorithmic Complexity Attacks"> for more information. B<Do not disclose the hash seed> to people who -don't need to know it. See also C<hash_seed()> and -C<key_traversal_mask()> in L<Hash::Util>. +don't need to know it. See also L<C<hash_seed()>|Hash::Util/hash_seed> and +L<C<hash_traversal_mask()>|Hash::Util/hash_traversal_mask>. An example output might be: |