Front page | perl.perl5.changes |
Postings from May 2008
Change 33959: Integrate:
From:
Dave Mitchell
Date:
May 31, 2008 06:45
Subject:
Change 33959: Integrate:
Change 33959 by davem@davem-pigeon on 2008/05/31 13:41:11
Integrate:
[ 33839]
Somehow, this got missed in change #33779.
Affected files ...
... //depot/maint-5.10/perl/ext/Digest/SHA/lib/Digest/SHA.pm#2 integrate
Differences ...
==== //depot/maint-5.10/perl/ext/Digest/SHA/lib/Digest/SHA.pm#2 (text) ====
Index: perl/ext/Digest/SHA/lib/Digest/SHA.pm
--- perl/ext/Digest/SHA/lib/Digest/SHA.pm#1~33958~ 2008-05-31 06:00:52.000000000 -0700
+++ perl/ext/Digest/SHA/lib/Digest/SHA.pm 2008-05-31 06:41:11.000000000 -0700
@@ -6,7 +6,7 @@
use integer;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = '5.46';
+$VERSION = '5.47';
require Exporter;
require DynaLoader;
@@ -499,9 +499,9 @@
The "p" mode is handy since it ensures that the digest value of
I<$filename> will be the same when computed on different operating
-systems. It accomplishes this by internally translating all newlines
-in text files to UNIX format before calculating the digest; on the other
-hand, binary files are read in raw mode with no translation whatsoever.
+systems. It accomplishes this by internally translating all newlines in
+text files to UNIX format before calculating the digest. Binary files
+are read in raw mode with no translation whatsoever.
For a fuller discussion of newline formats, refer to CPAN module
L<File::LocalizeNewlines>. Its "universal line separator" regex forms
@@ -640,6 +640,7 @@
Gisle Aas
Chris Carey
+ Alexandr Ciornii
Jim Doble
Julius Duque
Jeffrey Friedl
End of Patch.
-
Change 33959: Integrate:
by Dave Mitchell