Skip to content

Commit

Permalink
Use local lib automatically in bin/metacpan script
Browse files Browse the repository at this point in the history
rather than 'carton exec bin/metacpan ...'
  • Loading branch information
rwstauner committed Jun 18, 2014
1 parent 08dfbdb commit 43c78e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/metacpan
Expand Up @@ -15,6 +15,8 @@
use strict;
use warnings;
use FindBin;
# Hack to use carton's local::lib.
use lib "$FindBin::RealBin/../local/lib/perl5";
use lib "$FindBin::RealBin/../lib";
use MetaCPAN::Script::Runner;

Expand Down

0 comments on commit 43c78e5

Please sign in to comment.