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/TrackingFlags/bin | |
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/TrackingFlags/bin')
-rwxr-xr-x | extensions/TrackingFlags/bin/bug_825946.pl | 1 | ||||
-rwxr-xr-x | extensions/TrackingFlags/bin/bulk_flag_clear.pl | 3 | ||||
-rwxr-xr-x | extensions/TrackingFlags/bin/migrate_tracking_flags.pl | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/extensions/TrackingFlags/bin/bug_825946.pl b/extensions/TrackingFlags/bin/bug_825946.pl index 20d21aea5..3f380b7ac 100755 --- a/extensions/TrackingFlags/bin/bug_825946.pl +++ b/extensions/TrackingFlags/bin/bug_825946.pl @@ -8,6 +8,7 @@ use strict; use warnings; +use 5.10.1; use lib qw(. lib local/lib/perl5); diff --git a/extensions/TrackingFlags/bin/bulk_flag_clear.pl b/extensions/TrackingFlags/bin/bulk_flag_clear.pl index e599d8e51..1745018d5 100755 --- a/extensions/TrackingFlags/bin/bulk_flag_clear.pl +++ b/extensions/TrackingFlags/bin/bulk_flag_clear.pl @@ -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); diff --git a/extensions/TrackingFlags/bin/migrate_tracking_flags.pl b/extensions/TrackingFlags/bin/migrate_tracking_flags.pl index 0081462d9..cd55f5f83 100755 --- a/extensions/TrackingFlags/bin/migrate_tracking_flags.pl +++ b/extensions/TrackingFlags/bin/migrate_tracking_flags.pl @@ -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); |