Make sure the local modules can be found.
This commit is contained in:
parent
a4d6e7d018
commit
ac6b2c914e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37449
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.69 2009/11/15 18:40:26 remko Exp $
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.70 2011/07/20 22:23:23 shaun Exp $
|
||||
#
|
||||
# Useful PRs for testing:
|
||||
#
|
||||
|
@ -44,6 +44,8 @@
|
|||
# - Modernise HTML (may require altering site-wide CSS)
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
BEGIN { push @INC, '.'; }
|
||||
|
||||
use CGI;
|
||||
|
||||
use GnatsPR;
|
||||
|
|
Loading…
Reference in a new issue