Skip to content

Commit

Permalink
add auto-install support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 7, 2012
1 parent db32548 commit 1d1f3cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
Expand Up @@ -59,6 +59,10 @@ makemaker_args(
},
);

auto_install(
do_once => 1 # skip previously failed modules
);

WriteAll;

# substitute prefix everywhere
Expand Down

0 comments on commit 1d1f3cb

Please sign in to comment.