From c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 17 Jul 2004 05:22:14 +0000 Subject: Bug 250840: Make the minimum version numbers all agree with reality. Patch by Colin Olgilvie r=justdave, a=justdave --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 51a1bb2f4..5bcc28ef1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -309,7 +309,7 @@ my $chartbase = have_vers("Chart::Base","1.0"); my $xmlparser = have_vers("XML::Parser",0); my $gdgraph = have_vers("GD::Graph",0); my $gdtextalign = have_vers("GD::Text::Align",0); -my $patchreader = have_vers("PatchReader",0); +my $patchreader = have_vers("PatchReader","0.9.4"); print "\n" unless $silent; -- cgit v1.2.3-24-g4f1b