module-starter
module-starter copied to clipboard
feature: support Module::Build::Tiny
Since all of ExtUtils::MakeMaker, Module::Build and Module::Install are supported as builders, Module::Build::Tiny should be as well.
True enough.
I briefly looked into doing this but I'm not sure if it's worth it. Unlike the three currently supported builders, MBT does not act as its own authoring tool, so something else needs to be used eventually; if that something else is either mbtiny or dzil/similar, both of those have their own minting commands which would work better than anything Module::Starter could provide.