From d72cb98c9fea58a99938f5d71fe5dd5b1aed0416 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 19 Apr 2003 12:18:43 +0000 Subject: Fix typo in previous checking for bug 200472. Date::Format should be version *2*.21. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3-24-g4f1b