From e6bf4cacb10f86077fe898349485f5c7ab9fb4b6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 30 Jun 2016 23:32:40 -0400 Subject: Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory --- testagent.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testagent.cgi') diff --git a/testagent.cgi b/testagent.cgi index 4ecaa15fd..a1c200e10 100755 --- a/testagent.cgi +++ b/testagent.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -T # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public @@ -17,7 +17,9 @@ # are being run instead of shown. This script does not rely on database access # or correct params. +use 5.10.1; use strict; +use warnings; print "content-type:text/plain\n\n"; print "OK " . ($::ENV{MOD_PERL} || "mod_cgi") . "\n"; exit; -- cgit v1.2.3-24-g4f1b