summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Search.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 9ce9d78f4..c79e25d08 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;