diff options
author | David Lawrence <dkl@mozilla.com> | 2017-05-19 05:05:59 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-05-19 05:05:59 +0200 |
commit | 5b77f5b57ce1c40f60f98f069f99c3b1879c0561 (patch) | |
tree | 7b11632030e308cb11eb27285506ab60414411d4 /extensions/Push/template/en/default | |
parent | 44cef9cca23e9dd59ded0039efe1fb4454c2eb57 (diff) | |
download | bugzilla-5b77f5b57ce1c40f60f98f069f99c3b1879c0561.tar.gz bugzilla-5b77f5b57ce1c40f60f98f069f99c3b1879c0561.tar.xz |
Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug 1361151
Diffstat (limited to 'extensions/Push/template/en/default')
-rw-r--r-- | extensions/Push/template/en/default/setup/strings.txt.pl | 4 |
1 files changed, 4 insertions, 0 deletions
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', |