Re: Is that possible?
[email protected] ("Ken Williams")
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 20, 2008 at 1:25 PM, Torsten Foertsch <[email protected]> wrote: >> >> Override create_readme() I think. > > That was actually do_create_readme. However, in my case it was easier to > override _main_docfile. But _main_docfile() is a private undocumented method, which can (and very very likely will) change or disappear in future releases of M::B. It's fine with me if you override it, but be aware that you're way into unsupported-land. -Ken