Re: inc::latest bundling is not a frozen bundle
[email protected] (David Golden)
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
>>> And anything you bundle automatically goes in configure_requires. >> >>Or perhaps the reverse -- anything you put in configure_requires would >>be bundled. > > No, because then we have to check whether you've got a > 'use inc::latest ...' for each of those in Build.PL. Let's just say that they need to be in sync. Dependencies will be a problem regardless. "use inc::latest 'Foo::Bar'" where Foo::Bar requires other non-core dependencies. I think we've agreed to punt on that problem until after we get M::B bundling working. David