From 5b77f5b57ce1c40f60f98f069f99c3b1879c0561 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 19 May 2017 03:05:59 +0000 Subject: Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug 1361151 --- extensions/UserProfile/bin/migrate.pl | 2 ++ extensions/UserProfile/bin/update.pl | 1 + 2 files changed, 3 insertions(+) (limited to 'extensions/UserProfile') 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); -- cgit v1.2.3-24-g4f1b