From 91ad0813c473f7de1fc0aef3b17e7bc03fb67050 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 1 Jan 2013 23:59:13 +0100 Subject: Bug 816870: All extensions must require Perl 5.10.1 to pass tests r/a=LpSolit --- extensions/Example/lib/Config.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/Example/lib/Config.pm') diff --git a/extensions/Example/lib/Config.pm b/extensions/Example/lib/Config.pm index b0497a783..fac0046af 100644 --- a/extensions/Example/lib/Config.pm +++ b/extensions/Example/lib/Config.pm @@ -6,6 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. package Bugzilla::Extension::Example::Config; + +use 5.10.1; use strict; use warnings; -- cgit v1.2.3-24-g4f1b