in reply to Re: Convincing Module::Install to put stuff in inc/ (zilla--)
in thread Convincing Module::Install to put stuff in inc/
I don't use Dist::Zilla myself, and don't have it on my machine, but I've still patched Dist::Zilla-based modules. After all, even without Dist::Zilla installed, I can still edit the modules in 'lib', can't I? I can still edit the code.
OK, so they might be using Pod::Weaver to add boilerplate headers and footers to their pod, but chances are the documentation for the functions/methods/etc is still plain old pod, and I can edit that too.
And maybe I can't generate the Makefile for make test, but I can still run prove -w -Ilib t/* xt/*, which is sufficient in most non-XS cases.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Convincing Module::Install to put stuff in inc/ (zilla--)
by tye (Sage) on May 26, 2012 at 17:48 UTC | |
by chromatic (Archbishop) on May 26, 2012 at 18:58 UTC | |
by tye (Sage) on May 27, 2012 at 00:27 UTC | |
by Oberon (Monk) on May 29, 2012 at 23:51 UTC |