From 0a152b4142b04ab78c6247365533d3b8b8acaf43 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 26 Mar 2007 09:30:51 +0000 Subject: Bug 375357: GD::Graph requires GD::Text (not vice-versa) Patch By Max Kanat-Alexander (module owner) a=mkanat --- checksetup.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 81eab9b87..91055588b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -44,6 +44,9 @@ use strict; use 5.008; +# If we've installed modules into the local directory, we want to +# be sure that the local directory comes first in @INC. +use lib '.'; use File::Basename; use Getopt::Long qw(:config bundling); use Pod::Usage; -- cgit v1.2.3-24-g4f1b