perl-workflow / perl-workflow

Workflow - simple, flexible system to implement workflows/state machines

Home Page:https://jonasbn.github.io/perl-workflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust Dist::Zilla configuration to only support ExtUtils::MakeMaker

jonasbn opened this issue · comments

Currently the Dist::Zilla configuration support both:

  • Module::Build
  • ExtUtils::MakeMaker

This is not recommended, it is actually considered harmful

Eliminated support for Module::Build