From: justdave%syndicomm.com <> Date: Sat, 19 Apr 2003 12:18:43 +0000 (+0000) Subject: Fix typo in previous checking for bug 200472. Date::Format should be version *2... X-Git-Tag: bugzilla-2.17.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72cb98c9fea58a99938f5d71fe5dd5b1aed0416;p=thirdparty%2Fbugzilla.git Fix typo in previous checking for bug 200472. Date::Format should be version *2*.21. --- diff --git a/checksetup.pl b/checksetup.pl index eeab179efa..c04227215d 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -219,7 +219,7 @@ my $modules = [ }, { name => 'Date::Format', - version => '1.21' + version => '2.21' }, { name => 'DBI',