diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-01-08 11:04:29 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-01-08 11:04:29 +0100 |
commit | 5abf2dd997797bef49791cecf357854445c23e8f (patch) | |
tree | 665f83972e2d780598083907204c8b6b26b02ecb /lib/App | |
parent | 4e41adb0c75f04f4cb8a1a022d218632f9e63e49 (diff) |
version bump1.01
Diffstat (limited to 'lib/App')
-rw-r--r-- | lib/App/Hashl.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm index 68e8f6e..631445a 100644 --- a/lib/App/Hashl.pm +++ b/lib/App/Hashl.pm @@ -7,7 +7,7 @@ use 5.010; use Digest::SHA; use Storable qw(nstore retrieve); -our $VERSION = '1.00'; +our $VERSION = '1.01'; sub new { my ( $obj, %conf ) = @_; @@ -237,7 +237,7 @@ App::Hashl - Partially hash files, check if files are equal etc. =head1 VERSION -This manual documents App::Hashl version 1.00 +This manual documents App::Hashl version 1.01 =head1 DESCRIPTION @@ -371,7 +371,7 @@ None known. =head1 AUTHOR -Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2011-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |