summaryrefslogtreecommitdiffstats
path: root/extensions/Push
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Push')
-rwxr-xr-xextensions/Push/bin/bugzilla-pushd.pl1
-rwxr-xr-xextensions/Push/bin/nagios_push_checker.pl1
-rw-r--r--extensions/Push/template/en/default/setup/strings.txt.pl4
3 files changed, 6 insertions, 0 deletions
diff --git a/extensions/Push/bin/bugzilla-pushd.pl b/extensions/Push/bin/bugzilla-pushd.pl
index 3faed5f00..47c905558 100755
--- a/extensions/Push/bin/bugzilla-pushd.pl
+++ b/extensions/Push/bin/bugzilla-pushd.pl
@@ -9,6 +9,7 @@
use strict;
use warnings;
+use 5.10.1;
use lib qw(. lib local/lib/perl5);
diff --git a/extensions/Push/bin/nagios_push_checker.pl b/extensions/Push/bin/nagios_push_checker.pl
index 725e699ec..b578c33d2 100755
--- a/extensions/Push/bin/nagios_push_checker.pl
+++ b/extensions/Push/bin/nagios_push_checker.pl
@@ -9,6 +9,7 @@
use strict;
use warnings;
+use 5.10.1;
use lib qw(. lib local/lib/perl5);
diff --git a/extensions/Push/template/en/default/setup/strings.txt.pl b/extensions/Push/template/en/default/setup/strings.txt.pl
index bb135f5bb..6f41f26d5 100644
--- a/extensions/Push/template/en/default/setup/strings.txt.pl
+++ b/extensions/Push/template/en/default/setup/strings.txt.pl
@@ -5,6 +5,10 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
+use strict;
+use warnings;
+use 5.10.1;
+
%strings = (
feature_push_amqp => 'Push: AMQP Support',
feature_push_stomp => 'Push: STOMP Support',