Skip to content

Commit

Permalink
make this easier to automate for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jul 15, 2015
1 parent 5b55d04 commit 3bf77b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Expand Up @@ -2,7 +2,8 @@

use ExtUtils::MakeMaker;

my $value = prompt("include modules required for the examples? [N/y] ");
my $value = exists $ENV{REQMOD_YES} ? $ENV{REQMOD_YES}
: prompt("include modules required for the examples? [N/y] ");

WriteMakefile(

Expand Down

0 comments on commit 3bf77b7

Please sign in to comment.