From 21df787c85539e149fdcf98155e37d0237105b64 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 03:11:30 +0200 Subject: App::Hashl documentation --- bin/hashl | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/hashl b/bin/hashl index 89c0219..3948821 100755 --- a/bin/hashl +++ b/bin/hashl @@ -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, ); } -- cgit v1.2.3