diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-01-12 11:01:41 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-01-12 11:01:41 +0000 |
commit | b495b81bd2099f4fc3660f7ef257d6bdd4b1b90e (patch) | |
tree | a95faddeb8d765c1ba016130425eacd822fd9302 /cpan/Digest-SHA/shasum | |
parent | b94c7836b478548336612cc06c8980319145cb35 (diff) | |
download | perl-b495b81bd2099f4fc3660f7ef257d6bdd4b1b90e.tar.gz |
Update Digest-SHA to CPAN version 5.95
[DELTA]
5.95 Sat Jan 10 12:15:36 MST 2015
- modified the bit-ordering test (ref. t/bitorder.t)
-- supplied directory-change preamble for CORE builds
Diffstat (limited to 'cpan/Digest-SHA/shasum')
-rw-r--r-- | cpan/Digest-SHA/shasum | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Digest-SHA/shasum b/cpan/Digest-SHA/shasum index 0a1256254d..14ddd606af 100644 --- a/cpan/Digest-SHA/shasum +++ b/cpan/Digest-SHA/shasum @@ -4,8 +4,8 @@ ## ## Copyright (C) 2003-2015 Mark Shelor, All Rights Reserved ## - ## Version: 5.94 - ## Sat Jan 10 00:45:28 MST 2015 + ## Version: 5.95 + ## Sat Jan 10 12:15:36 MST 2015 ## shasum SYNOPSIS adapted from GNU Coreutils sha1sum. Add ## "-a" option for algorithm selection, @@ -101,7 +101,7 @@ L<Digest::SHA::PurePerl>. END_OF_POD -my $VERSION = "5.94"; +my $VERSION = "5.95"; sub usage { my($err, $msg) = @_; |