]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug 1361151
authorDavid Lawrence <dkl@mozilla.com>
Fri, 19 May 2017 03:05:59 +0000 (03:05 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 19 May 2017 03:05:59 +0000 (03:05 +0000)
14 files changed:
extensions/BMO/bin/bug_1022707.pl
extensions/BMO/bin/bug_1093952.pl
extensions/BMO/bin/bug_1141452.pl
extensions/BMO/bin/migrate-github-pull-requests.pl
extensions/MozReview/bin/add-mozreview-children.pl
extensions/Push/bin/bugzilla-pushd.pl
extensions/Push/bin/nagios_push_checker.pl
extensions/Push/template/en/default/setup/strings.txt.pl
extensions/Review/bin/review_requests_rebuild.pl
extensions/TrackingFlags/bin/bug_825946.pl
extensions/TrackingFlags/bin/bulk_flag_clear.pl
extensions/TrackingFlags/bin/migrate_tracking_flags.pl
extensions/UserProfile/bin/migrate.pl
extensions/UserProfile/bin/update.pl

index b7a11a03402e6b987fb84e3b15b6001ae5ddcab5..4d48db01deeb6d10dcec6691cd8ea554e6b86a5f 100755 (executable)
@@ -9,6 +9,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 757a663f6c1a3347782793db5839b2c4abb246cb..735c6a37aabfd906f5dcf11e7598aa6618d48886 100755 (executable)
@@ -8,6 +8,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 435ee3b5326658753639c2a0805a0a6f2a033eb9..869593802cd2bfbb21b52b45bbefa03efd2fe276 100755 (executable)
@@ -8,6 +8,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index bcf0ec85c77963e9be4b3d7cf70ef5b69e9efe8b..53c1727b509c91469da4dea06a79f32cc6d7818f 100755 (executable)
@@ -9,6 +9,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 4835e1c25ba05e8a8d8068c0e2d32eb56508c0be..9faa923fa75acfccdece44d62d14dec2dfde0300 100755 (executable)
@@ -13,6 +13,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
@@ -216,7 +217,7 @@ foreach my $bug_id (@$bug_ids) {
                     delete $tmp_parent_flags{$reviewer->id};
                 } else {
                     # No flag on the parent; this probably means the reviewer
-                    # cancelled the review, so don't set r?.
+                    # canceled the review, so don't set r?.
                     print "      No review flag for reviewer " . $reviewer->id . "\n";
                 }
             }
index 3faed5f00196311722b0c448de9ba8999344b37e..47c9055587ce7ba3428e488ca4ded827076c4ee8 100755 (executable)
@@ -9,6 +9,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 725e699ec16d2306f70d9c2bbd905ff7706e4f0a..b578c33d25f5270b79c0040bdb0983af0e5bfcaa 100755 (executable)
@@ -9,6 +9,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index bb135f5bbc27680dddb6f720f485d9f6ee919af8..6f41f26d58f24f247801797deab9f2c5d3298ee1 100644 (file)
@@ -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',
index df9a99774ab4662cfb9f69f11bbc80386de1e0c7..03d25d045d4bedbbae09a8f7c28985b79192073f 100755 (executable)
@@ -9,6 +9,8 @@
 
 use strict;
 use warnings;
+use 5.10.1;
+
 $| = 1;
 
 use lib qw(. lib local/lib/perl5);
index 20d21aea53632633cf40b8530df93e853bc7fbcd..3f380b7ac83bc200c3cefb226cb52f1700d833eb 100755 (executable)
@@ -8,6 +8,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index e599d8e516a4437a8f4cfac7fe6075d144dfaa83..1745018d58a963c6e68a29b88354fa55561fa41b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -8,6 +8,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 0081462d9957607057c47b65ee736e9e1ab15c20..cd55f5f83f12d4e139a4de248a0a24d6f3f10e30 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -11,6 +11,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);
 
index 3b7057af8994435f9eceba5baa07dc48cf80ef01..dd257f6bd6e086ee2fc645d1e1a6fe28758cac38 100755 (executable)
@@ -9,6 +9,8 @@
 
 use strict;
 use warnings;
+use 5.10.1;
+
 $| = 1;
 
 use lib qw(. lib local/lib/perl5);
index 8f59646ae9ef3cb79976db69edc6b03989f4fd38..4d704a1f084a90e3f35b3480a8580b669c861b98 100755 (executable)
@@ -9,6 +9,7 @@
 
 use strict;
 use warnings;
+use 5.10.1;
 
 use lib qw(. lib local/lib/perl5);