Skip to content

Commit

Permalink
make JBlibs.pm use the copy of local::lib in extlibs/ if it's there
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Apr 9, 2012
1 parent edfbbde commit f8d70fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/JBlibs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ for my $d ( $dir, catdir( $dir, updir() ), catdir( $dir, updir(), updir() )) {
last if -e $extlib;
}
if( -e $extlib ) {
require lib;
lib->import( 'extlib/lib/perl5' );
require local::lib;
local::lib->import( $extlib );
}
Expand Down

0 comments on commit f8d70fa

Please sign in to comment.