From 27545ef714297c6b9a0666960b7d524947654e0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 22:09:27 +0200 Subject: Release v0.2 --- lib/App/Hashl.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/App/Hashl.pm') 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. =head1 DIAGNOSTICS -FIXME +None. =head1 DEPENDENCIES @@ -324,7 +324,7 @@ Digest::SHA(3pm); =head1 BUGS AND LIMITATIONS -There is no B method yet. +None known. =head1 AUTHOR -- cgit v1.2.3