From 0d4aff6f3ff4ed087f907bfa3905fe877bb15d01 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Mon, 4 Jan 2016 12:35:18 +0100 Subject: [PATCH] pre-pending include dirs, not appending --- mobundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobundle b/mobundle index 0df6f16..c3c4619 100755 --- a/mobundle +++ b/mobundle @@ -126,7 +126,7 @@ if (exists $config{'head-from-paragraph'}) { ($config{head}, $config{body}) = split /\n\s*?\n/, $config{body}, 2; } -push @INC, @{$config{include}}; +unshift @INC, @{$config{include}}; for my $file (@{$config{'modules-from'}}) { chomp(my @modules = read_file($file)); -- 2.11.4.GIT