]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 911513: 007util.t fails due to a missing dependency to DateTime
authorDamien Nozay <damien.nozay@gmail.com>
Tue, 3 Sep 2013 09:50:11 +0000 (11:50 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 3 Sep 2013 09:50:11 +0000 (11:50 +0200)
r=LpSolit a=sgreen

t/007util.t

index a73f4dfa7498d18bc28b6684f5bd010edbbeeb5c..495102ffa9d9103649f8823261f745bd5da29b59 100644 (file)
@@ -12,6 +12,7 @@
 use lib 't';
 use Support::Files;
 use Test::More tests => 17;
+use DateTime;
 
 BEGIN { 
     use_ok(Bugzilla);