diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 03:11:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 03:11:30 +0200 |
commit | 21df787c85539e149fdcf98155e37d0237105b64 (patch) | |
tree | c44c46551c87cfa195546b274775d8449cd70666 /bin | |
parent | 8b12cdc391d6cfedf45b780e37263711aa448a87 (diff) |
App::Hashl documentation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -165,13 +165,10 @@ sub process_file { sub db_update { my ($file, $path) = @_; - my ($size, $mtime) = (stat($path))[7,9]; $hashl->add_file( file => $file, - mtime => $mtime, path => $path, - size => $size, ); } |