summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-04-19 14:18:43 +0200
committerjustdave%syndicomm.com <>2003-04-19 14:18:43 +0200
commitd72cb98c9fea58a99938f5d71fe5dd5b1aed0416 (patch)
tree108b1d420a5ad77324ad13372178878156e11e38 /checksetup.pl
parent9c7d50e1339e3aff40d8c5b892c038439ac150ec (diff)
downloadbugzilla-d72cb98c9fea58a99938f5d71fe5dd5b1aed0416.tar.gz
bugzilla-d72cb98c9fea58a99938f5d71fe5dd5b1aed0416.tar.xz
Fix typo in previous checking for bug 200472. Date::Format should be version *2*.21.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index eeab179ef..c04227215 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -219,7 +219,7 @@ my $modules = [
},
{
name => 'Date::Format',
- version => '1.21'
+ version => '2.21'
},
{
name => 'DBI',