diff options
Diffstat (limited to 'cpan/Digest-SHA/shasum')
-rw-r--r-- | cpan/Digest-SHA/shasum | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpan/Digest-SHA/shasum b/cpan/Digest-SHA/shasum index c8a67b1afa..e72ccc6512 100644 --- a/cpan/Digest-SHA/shasum +++ b/cpan/Digest-SHA/shasum @@ -2,10 +2,10 @@ ## shasum: filter for computing SHA digests (ref. sha1sum/md5sum) ## - ## Copyright (C) 2003-2012 Mark Shelor, All Rights Reserved + ## Copyright (C) 2003-2013 Mark Shelor, All Rights Reserved ## - ## Version: 5.81 - ## Mon Jan 14 05:17:08 MST 2013 + ## Version: 5.82 + ## Thu Jan 24 04:54:12 MST 2013 ## shasum SYNOPSIS adapted from GNU Coreutils sha1sum. ## Add an "-a" option for algorithm selection, a "-p" @@ -82,7 +82,7 @@ the 7-bit message I<0001100>: =head1 AUTHOR -Copyright (c) 2003-2012 Mark Shelor <mshelor@cpan.org>. +Copyright (c) 2003-2013 Mark Shelor <mshelor@cpan.org>. =head1 SEE ALSO @@ -97,7 +97,7 @@ use strict; use Fcntl; use Getopt::Long; -my $VERSION = "5.81"; +my $VERSION = "5.82"; ## Try to use Digest::SHA. If not installed, use the slower |