diff options
author | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2013-05-13 22:42:35 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-13 22:42:35 -0400 |
commit | ad94908e59157f3cff8ced0a706bffb526574d44 (patch) | |
tree | df570e5e88ee5d96c251b889f9bd1d9789678d32 /pod | |
parent | 34f49b4894c7f9fe3d12d09a45564d8eac29b025 (diff) | |
download | perl-ad94908e59157f3cff8ced0a706bffb526574d44.tar.gz |
perldelta: minor nitpicks
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0e72e0f216..5aa20cbf27 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -92,7 +92,7 @@ C<PERL_HASH_SEED> no longer accepts an integer as a parameter; instead the value is expected to be a binary value encoded in a hex string, such as "0xf5867c55039dc724". This is to make the infrastructure support hash seeds of arbitrary lengths, which might -exceed that of an integer. (SipHash uses a 16 byte seed). +exceed that of an integer. (SipHash uses a 16 byte seed.) =head3 PERL_PERTURB_KEYS environment variable added @@ -121,7 +121,7 @@ behavior. Hash::Util::hash_seed() now returns a string instead of an integer. This is to make the infrastructure support hash seeds of arbitrary lengths -which might exceed that of an integer. (SipHash uses a 16 byte seed). +which might exceed that of an integer. (SipHash uses a 16 byte seed.) =head3 Output of PERL_HASH_SEED_DEBUG has been changed @@ -755,7 +755,7 @@ are using Perl on such a platform and have an interest in ensuring Perl's future on them, please contact us. We believe that Perl has long been unable to build on mixed endian -architectures (such as PDP-11s), and intend to remove any remain +architectures (such as PDP-11s), and intend to remove any remaining support code. Similarly, code supporting the long umaintained GNU dld will be removed soon if no-one makes themselves known as an active user. |