Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git lib/Minilla/ModuleMaker/ModuleBuild.pm lib/Minilla/ModuleMaker/ModuleBuild.pm
  2. index b674073..1c93494 100644
  3. --- lib/Minilla/ModuleMaker/ModuleBuild.pm
  4. +++ lib/Minilla/ModuleMaker/ModuleBuild.pm
  5. @@ -163,5 +163,11 @@ my $builder = <?= $project->build_class ?>->subclass(
  6. }
  7. }
  8. )->new(%args);
  9. +
  10. +? if ($project->allow_pureperl) {
  11. +if ($builder->pureperl_only) {
  12. + $builder->c_source([]);
  13. +}
  14. +? }
  15. $builder->create_build_script();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement