diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 22:09:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 22:09:27 +0200 |
commit | 27545ef714297c6b9a0666960b7d524947654e0b (patch) | |
tree | 469c1f0eb877d471ce3b52bedbf7c781883bf67d | |
parent | 1df5a4680ea2a328619fe5c0364377ad54c94248 (diff) |
Release v0.20.2
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | bin/hashl | 4 | ||||
-rw-r--r-- | lib/App/Hashl.pm | 10 |
3 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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 |