From: Don Armstrong Date: Mon, 19 Feb 2007 08:08:44 +0000 (-0800) Subject: change the common.pl require to not be absolute X-Git-Tag: release/2.6.0~585^2^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=ad88706c32b053957cb2a44c2f1a08a952be2caa;p=debbugs.git change the common.pl require to not be absolute --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 1f2294c..a7780a4 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -5,7 +5,7 @@ package debbugs; use strict; use POSIX qw(strftime nice); -require './common.pl'; +require 'common.pl'; use Debbugs::Config qw(:globals :text); use Debbugs::User;