summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-05-19 05:05:59 +0200
committerDavid Lawrence <dkl@mozilla.com>2017-05-19 05:05:59 +0200
commit5b77f5b57ce1c40f60f98f069f99c3b1879c0561 (patch)
tree7b11632030e308cb11eb27285506ab60414411d4 /extensions/UserProfile
parent44cef9cca23e9dd59ded0039efe1fb4454c2eb57 (diff)
downloadbugzilla-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/UserProfile')
-rwxr-xr-xextensions/UserProfile/bin/migrate.pl2
-rwxr-xr-xextensions/UserProfile/bin/update.pl1
2 files changed, 3 insertions, 0 deletions
diff --git a/extensions/UserProfile/bin/migrate.pl b/extensions/UserProfile/bin/migrate.pl
index 3b7057af8..dd257f6bd 100755
--- a/extensions/UserProfile/bin/migrate.pl
+++ b/extensions/UserProfile/bin/migrate.pl
@@ -9,6 +9,8 @@
use strict;
use warnings;
+use 5.10.1;
+
$| = 1;
use lib qw(. lib local/lib/perl5);
diff --git a/extensions/UserProfile/bin/update.pl b/extensions/UserProfile/bin/update.pl
index 8f59646ae..4d704a1f0 100755
--- a/extensions/UserProfile/bin/update.pl
+++ b/extensions/UserProfile/bin/update.pl
@@ -9,6 +9,7 @@
use strict;
use warnings;
+use 5.10.1;
use lib qw(. lib local/lib/perl5);