From 670096dbbfb0136e2e18faea6d91a574d6c24f17 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 16 May 2008 19:58:58 +0000 Subject: [PATCH] Somehow, this got missed in change #33779. p4raw-link: @33779 on //depot/perl: 4eb6bdb8125acdfea8b9f73540d56355754b5da8 p4raw-id: //depot/perl@33839 --- ext/Digest/SHA/lib/Digest/SHA.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ext/Digest/SHA/lib/Digest/SHA.pm b/ext/Digest/SHA/lib/Digest/SHA.pm index eeb9fcb..d57c16f 100644 --- a/ext/Digest/SHA/lib/Digest/SHA.pm +++ b/ext/Digest/SHA/lib/Digest/SHA.pm @@ -6,7 +6,7 @@ use strict; use integer; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '5.46'; +$VERSION = '5.47'; require Exporter; require DynaLoader; @@ -499,9 +499,9 @@ argument to one of the following values: 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. Its "universal line separator" regex forms @@ -640,6 +640,7 @@ The author is particularly grateful to Gisle Aas Chris Carey + Alexandr Ciornii Jim Doble Julius Duque Jeffrey Friedl -- 2.7.4