summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rwxr-xr-xbin/hashl4
-rw-r--r--lib/App/Hashl.pm10
3 files changed, 8 insertions, 8 deletions
diff --git a/Changelog b/Changelog
index 1de05e0..a38c56d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+App::Hashl 0.2 - Mon May 23 2011
* The internal representation of ignored hashes was changed
* hashl update no longer re-adds ignored (but existing) files
diff --git a/bin/hashl b/bin/hashl
index ca81dcd..f1e6cf8 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -28,7 +28,7 @@ my ( $find_ref, $find_db_write );
my $hashl;
-our $VERSION = '0.1';
+our $VERSION = '0.2';
STDERR->autoflush(1);
@@ -410,7 +410,7 @@ B<hashl> [B<-d> I<dbfile>] [B<-s> I<read-size>] I<action> [I<args>]
=head1 VERSION
-This manual documents hashl version 0.1
+This manual documents hashl version 0.2
=head1 DESCRIPTION
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