diff options
author | lpsolit%gmail.com <> | 2005-08-10 08:30:39 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-10 08:30:39 +0000 |
commit | 8d06d1ef539f3f8becc56953b040bc710ec9a859 (patch) | |
tree | ec55649c78ed3ccfcb79257b3269d30c2703cb8d /contrib | |
parent | 67b67a2e824b5120c3d8d06948927b5372ea98a6 (diff) | |
download | bugs-8d06d1ef539f3f8becc56953b040bc710ec9a859.tar bugs-8d06d1ef539f3f8becc56953b040bc710ec9a859.tar.gz bugs-8d06d1ef539f3f8becc56953b040bc710ec9a859.tar.bz2 bugs-8d06d1ef539f3f8becc56953b040bc710ec9a859.tar.xz bugs-8d06d1ef539f3f8becc56953b040bc710ec9a859.zip |
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sendunsentbugmail.pl | 2 | ||||
-rwxr-xr-x | contrib/syncLDAP.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendunsentbugmail.pl b/contrib/sendunsentbugmail.pl index c82c0ae30..9453a6538 100644 --- a/contrib/sendunsentbugmail.pl +++ b/contrib/sendunsentbugmail.pl @@ -25,7 +25,7 @@ use strict; use lib qw(.); -require "CGI.pl"; +require "globals.pl"; use Bugzilla::Constants; use Bugzilla::BugMail; diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl index 14ba1402c..6e78854e0 100755 --- a/contrib/syncLDAP.pl +++ b/contrib/syncLDAP.pl @@ -23,7 +23,7 @@ use strict; -require "CGI.pl"; +require "globals.pl"; use lib qw(.); |