From: Damien Nozay Date: Tue, 3 Sep 2013 09:51:28 +0000 (+0200) Subject: Bug 911513: 007util.t fails due to a missing dependency to DateTime X-Git-Tag: bugzilla-4.4.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221552f657aec231acd27b6c384cda04b961e250;p=thirdparty%2Fbugzilla.git Bug 911513: 007util.t fails due to a missing dependency to DateTime r=LpSolit a=sgreen --- diff --git a/t/007util.t b/t/007util.t index a73f4dfa74..495102ffa9 100644 --- a/t/007util.t +++ b/t/007util.t @@ -12,6 +12,7 @@ use lib 't'; use Support::Files; use Test::More tests => 17; +use DateTime; BEGIN { use_ok(Bugzilla);