summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/Config.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2013-01-01 23:59:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-01 23:59:13 +0100
commit91ad0813c473f7de1fc0aef3b17e7bc03fb67050 (patch)
treeffdfc11be664e5af96b0f4079345636fc3cfb14a /extensions/Example/lib/Config.pm
parent4663186fdcb2ac1142d3697e27a8f67ce3c92510 (diff)
downloadbugzilla-91ad0813c473f7de1fc0aef3b17e7bc03fb67050.tar.gz
bugzilla-91ad0813c473f7de1fc0aef3b17e7bc03fb67050.tar.xz
Bug 816870: All extensions must require Perl 5.10.1 to pass tests
r/a=LpSolit
Diffstat (limited to 'extensions/Example/lib/Config.pm')
-rw-r--r--extensions/Example/lib/Config.pm2
1 files changed, 2 insertions, 0 deletions
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;