summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-07-17 07:22:14 +0200
committerjustdave%bugzilla.org <>2004-07-17 07:22:14 +0200
commitc6cd49e6d4fcb65be7b77629db3d542af8e7cc2f (patch)
treefa6b15be141d3d5b2e2bafbb8cc960fe31043850 /checksetup.pl
parent40bbe0c3793a2acacc3f9d73eadb738d1759d11f (diff)
downloadbugzilla-c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f.tar.gz
bugzilla-c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f.tar.xz
Bug 250840: Make the minimum version numbers all agree with reality.
Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
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 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;