From: bbaetz%student.usyd.edu.au <> Date: Thu, 22 Aug 2002 17:31:24 +0000 (+0000) Subject: Bug 163570 - Bugzilla::Search missing Date::Format include X-Git-Tag: bugzilla-2.17.1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab66aa5a70786430d6b4048139ce30ac9cb737eb;p=thirdparty%2Fbugzilla.git Bug 163570 - Bugzilla::Search missing Date::Format include patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2 --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 9ce9d78f4e..c79e25d08b 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -37,6 +37,8 @@ package Bugzilla::Search; use Bugzilla::Util; +use Date::Format; + # Create a new Search sub new { my $invocant = shift;