[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: r/harness: Fix missing import



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit efb0ba7e4a77499215764bfc37c59e751fd6997a
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Oct 9 21:27:06 2014 +0200

    r/harness: Fix missing import
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness | 1 +
 1 file changed, 1 insertion(+)

diff --git a/reporting/harness b/reporting/harness
index 8443403..a668a1c 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -26,6 +26,7 @@ use warnings;
 use constant BACKLOG_PROCESSING_GROUP_LIMIT => 1024;
 use constant BACKLOG_PROCESSING_TIME_LIMIT => 4 * 3600; # 4hours
 
+use Date::Format qw(time2str);
 use Errno qw(ENOENT);
 use File::Temp qw(tempfile);
 use Getopt::Long;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: