Change 33839 by [EMAIL PROTECTED] on 2008/05/16 19:58:58

        Somehow, this got missed in change #33779.

Affected files ...

... //depot/perl/ext/Digest/SHA/lib/Digest/SHA.pm#2 edit

Differences ...

==== //depot/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~33779~      2008-05-02 
07:26:59.000000000 -0700
+++ perl/ext/Digest/SHA/lib/Digest/SHA.pm       2008-05-16 12:58:58.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.

Reply via email to