Re: DWIM bundling
David Golden <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 8, 2009 at 12:22 AM, Eric Wilhelm<[email protected]> wrote: > But that leaves the possibility that your Build.PL won't have the > necessary code to load the version from inc/ -- thus my wanting to > trigger it by simply adding the "use inc::latest 'Module::Build'" line. Then there needs to be a way to query what latest is covering. E..g does 'latest Devel::CheckLib' trigger inc/ bundling of M::B? David