]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo in previous checking for bug 200472. Date::Format should be version *2...
authorjustdave%syndicomm.com <>
Sat, 19 Apr 2003 12:18:43 +0000 (12:18 +0000)
committerjustdave%syndicomm.com <>
Sat, 19 Apr 2003 12:18:43 +0000 (12:18 +0000)
checksetup.pl

index eeab179efa0845f0f686cda8188de0fd3f627d2f..c04227215dafe8147fa70cda53580f03684778ec 100755 (executable)
@@ -219,7 +219,7 @@ my $modules = [
     }, 
     {        
         name => 'Date::Format', 
-        version => '1.21' 
+        version => '2.21' 
     }, 
     { 
         name => 'DBI',