From: justdave%syndicomm.com <> Date: Sat, 19 Apr 2003 10:22:41 +0000 (+0000) Subject: Bug 200472: Require specific version of Date::Format to ensure we don't run into... X-Git-Tag: bugzilla-2.17.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7d50e1339e3aff40d8c5b892c038439ac150ec;p=thirdparty%2Fbugzilla.git Bug 200472: Require specific version of Date::Format to ensure we don't run into a bug in an older version that we're triggering. r= jake, a= justdave --- diff --git a/checksetup.pl b/checksetup.pl index 7a7548c019..eeab179efa 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -218,8 +218,8 @@ my $modules = [ version => '0' }, { - name => 'Date::Parse', - version => '0' + name => 'Date::Format', + version => '1.21' }, { name => 'DBI',