Perl-Toolchain-Gang / module-build-tiny

A tiny replacement for Module::Build
10 stars 17 forks source link

Implement dynamic prerequisites #32

Open Leont opened 1 year ago

Leont commented 1 year ago

This uses CPAN::Requirements::Dynamic to implement dynamic prerequisites.

It's more or less the simplest thing that I can imagine working, but feedback is most welcome.