diff options
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 59de7fd8f0..59d69dc201 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1444,7 +1444,7 @@ exist, but they wouldn't have arrived in time to save quicksort. =item * Hashes now use Bob Jenkins "One-at-a-Time" hashing key algorithm -(http://burtleburtle.net/bob/hash/doobs.html). This algorithm is +( http://burtleburtle.net/bob/hash/doobs.html ). This algorithm is reasonably fast while producing a much better spread of values than the old hashing algorithm (originally by Chris Torek, later tweaked by Ilya Zakharevich). Hash values output from the algorithm on a hash of @@ -1667,7 +1667,7 @@ After a long pause, AmigaOS has been verified to be happy with Perl. =item * -AtheOS (http://www.atheos.cx/) is a new platform. +AtheOS ( http://www.atheos.cx/ ) is a new platform. =item * @@ -2864,8 +2864,8 @@ from the CPAN. If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl -bug database at http://bugs.perl.org. There may also be -information at http://www.perl.com/, the Perl Home Page. +bug database at http://bugs.perl.org/ There may also be +information at http://www.perl.com/ , the Perl Home Page. If you believe you have an unreported bug, please run the B<perlbug> program included with your release. Be sure to trim your bug down |