From 1001cbba7b16ccc4611bbee0474264bb551d1ea5 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 1 Sep 2012 23:43:00 +0200 Subject: Bug 787529: Use |use 5.10.1| everywhere r=wicked a=LpSolit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 29cc54e9f..d9ae9c109 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -18,8 +18,8 @@ # 3) If we are processing just the one id, then it is stored in @idlist for # later processing. +use 5.10.1; use strict; - use lib qw(. lib); use Bugzilla; -- cgit v1.2.3-24-g4f1b