split BEGIN block to force hide imports from perl

This commit is contained in:
Oliver Gorwits
2014-04-18 16:23:54 +00:00
parent 24eda79431
commit 52b754ed0c
7 changed files with 14 additions and 0 deletions

View File

@@ -22,7 +22,9 @@ BEGIN {
die "Sorry, can't find libs required for App::Netdisco.\n"
if !exists $ENV{PERLBREW_PERL};
}
}
BEGIN {
use Path::Class;
# stuff useful locations into @INC and $PATH