summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-23 22:09:27 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-23 22:09:27 +0200
commit27545ef714297c6b9a0666960b7d524947654e0b (patch)
tree469c1f0eb877d471ce3b52bedbf7c781883bf67d /lib
parent1df5a4680ea2a328619fe5c0364377ad54c94248 (diff)
Release v0.20.2
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Hashl.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm
index 594f289..7bea528 100644
--- a/lib/App/Hashl.pm
+++ b/lib/App/Hashl.pm
@@ -7,7 +7,7 @@ use 5.010;
use Digest::SHA qw(sha1_hex);
use Storable qw(nstore retrieve);
-our $VERSION = '0.1';
+our $VERSION = '0.2';
sub new {
my ( $obj, %conf ) = @_;
@@ -198,8 +198,8 @@ This manual documents App::Hashl version 0.2
=head1 DESCRIPTION
-App::Hashl contains utilities to hash the first n bytes of a file, store and
-recall this, check if another file is already in the database and optionally
+App::Hashl contains utilities to hash the first n bytes of files, store and
+recall them, check if another file is already in the database and optionally
ignore file hashes.
=head1 METHODS
@@ -316,7 +316,7 @@ retrieved via B<new_from_file>.
=head1 DIAGNOSTICS
-FIXME
+None.
=head1 DEPENDENCIES
@@ -324,7 +324,7 @@ Digest::SHA(3pm);
=head1 BUGS AND LIMITATIONS
-There is no B<unignore> method yet.
+None known.
=head1 AUTHOR