Bug 163570 - Bugzilla::Search missing Date::Format include

patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-22 10:31:24 +00:00
Родитель 8140b61c29
Коммит 7226648e88
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -37,6 +37,8 @@ package Bugzilla::Search;
use Bugzilla::Util;
use Date::Format;
# Create a new Search
sub new {
my $invocant = shift;