module-starter icon indicating copy to clipboard operation
module-starter copied to clipboard

feature: support Module::Build::Tiny

Open karenetheridge opened this issue 11 years ago • 2 comments

Since all of ExtUtils::MakeMaker, Module::Build and Module::Install are supported as builders, Module::Build::Tiny should be as well.

karenetheridge avatar Feb 03 '15 00:02 karenetheridge

True enough.

xsawyerx avatar Feb 06 '15 16:02 xsawyerx

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.

Grinnz avatar Jun 02 '17 17:06 Grinnz