]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 200472: Require specific version of Date::Format to ensure we don't run into...
authorjustdave%syndicomm.com <>
Sat, 19 Apr 2003 10:22:41 +0000 (10:22 +0000)
committerjustdave%syndicomm.com <>
Sat, 19 Apr 2003 10:22:41 +0000 (10:22 +0000)
r= jake, a= justdave

checksetup.pl

index 7a7548c01998ee1269ef66fbfada81ab14792c45..eeab179efa0845f0f686cda8188de0fd3f627d2f 100755 (executable)
@@ -218,8 +218,8 @@ my $modules = [
         version => '0' 
     }, 
     {        
-        name => 'Date::Parse', 
-        version => '0
+        name => 'Date::Format', 
+        version => '1.21
     }, 
     { 
         name => 'DBI',