From ae0a1b60e2bb8abf4b62b744f37ddfe9107e0444 Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Mon, 24 Oct 2016 20:17:20 -0400 Subject: [PATCH] Item13897: %profile -> %params --- core/lib/Foswiki/Aux/Dependencies.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Foswiki/Aux/Dependencies.pm b/core/lib/Foswiki/Aux/Dependencies.pm index a4a369bbb0..73df0f6675 100644 --- a/core/lib/Foswiki/Aux/Dependencies.pm +++ b/core/lib/Foswiki/Aux/Dependencies.pm @@ -174,8 +174,8 @@ sub import { if ($OK) { my %inc = map { $_ => 1 } @INC; - _presets( \%profile ); - my $localLib = File::Spec->catdir( $profile{libDir}, "lib", "perl5" ); + _presets( \%params ); + my $localLib = File::Spec->catdir( $params{libDir}, "lib", "perl5" ); # Isert lib path to the beginning prefer locally installed modules over # system ones.