From 7226648e88152b137a3551b83d0686fe3deb64fd Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" Date: Thu, 22 Aug 2002 10:31:24 +0000 Subject: [PATCH] Bug 163570 - Bugzilla::Search missing Date::Format include patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2 --- webtools/bugzilla/Bugzilla/Search.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webtools/bugzilla/Bugzilla/Search.pm b/webtools/bugzilla/Bugzilla/Search.pm index 9ce9d78f4ed..c79e25d08be 100644 --- a/webtools/bugzilla/Bugzilla/Search.pm +++ b/webtools/bugzilla/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;