From: Damien Nozay Date: Tue, 3 Sep 2013 09:50:11 +0000 (+0200) Subject: Bug 911513: 007util.t fails due to a missing dependency to DateTime X-Git-Tag: bugzilla-4.5.1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=916c711be6c16f981ed652ebde73748f704a99dd;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);