merkys has asked for the wisdom of the Perl Monks concerning the following question:
and, at the end of the Makefile.PL:depend => { pm_to_blib => 'blib/lib/OPTiMaDe/Filter/Parser.pm' },
However, CPAN Testers run into a variety of troubles, from inability to find the rules to make the dependency, to 'yapp' not being found, and mkdir not working (mainly Windows). My question: is there a standard way to write plugins for ExtUtils::MakeMaker (Dist::Zilla or any other equivalent) to produce Perl modules on the client side?sub MY::postamble { <<'EOT' blib/lib/OPTiMaDe/Filter/%.pm: %.yp mkdir --parents $(@D) yapp -v -m OPTiMaDe::Filter::Parser -o $@ $< EOT }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: User-side module building with ExtUtils::MakeMaker
by pryrt (Abbot) on Feb 21, 2020 at 14:52 UTC | |
|
Re: User-side module building with ExtUtils::MakeMaker
by thomas895 (Deacon) on Feb 22, 2020 at 12:26 UTC | |
|
Re: User-side module building with ExtUtils::MakeMaker
by Anonymous Monk on Feb 21, 2020 at 13:04 UTC | |
by Aldebaran (Curate) on Feb 24, 2020 at 22:33 UTC | |
by Fletch (Bishop) on Feb 24, 2020 at 22:36 UTC | |
by Anonymous Monk on Feb 24, 2020 at 23:40 UTC |