summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-09-01 23:43:00 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-01 23:43:00 +0200
commit1001cbba7b16ccc4611bbee0474264bb551d1ea5 (patch)
tree9596c12f8ed8730e864acdfc10ddd08b0796f8ef /Bugzilla/Install.pm
parent88157fb0e84c374031020e0bd4ca82bb450bb146 (diff)
downloadbugzilla-1001cbba7b16ccc4611bbee0474264bb551d1ea5.tar.gz
bugzilla-1001cbba7b16ccc4611bbee0474264bb551d1ea5.tar.xz
Bug 787529: Use |use 5.10.1| everywhere
r=wicked a=LpSolit
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 4954dbfd0..d36bd2d72 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -15,6 +15,7 @@ package Bugzilla::Install;
# make those assumptions, then it should go into one of the
# packages under the Bugzilla::Install namespace.
+use 5.10.1;
use strict;
use Bugzilla::Component;
@@ -25,7 +26,7 @@ use Bugzilla::Group;
use Bugzilla::Product;
use Bugzilla::User;
use Bugzilla::User::Setting;
-use Bugzilla::Util qw(get_text say);
+use Bugzilla::Util qw(get_text);
use Bugzilla::Version;
use constant STATUS_WORKFLOW => (