David Golden wrote: > On Sun, Feb 8, 2009 at 9:20 AM, demerphq <[email protected]> wrote: > >> I strongly encourage Module::Build to require/use the latest EUI. If >> there are any backcompat problems that arise from doing so please let >> me know. The latest release is 1.52, which has been stable for some >> time. > > Committed to trunk.
*red flag* Since EUI ships with both a Build.PL and a Makefile.PL this introduces a circular dependency between EUI and Module::Build. Since people should prefer the Build.PL you will be unable to install MB with an out of date EUI without manual intervention. There's two ways out of this. MB can do what MakeMaker does and ship their own copy of EUI. This would let MB eat it's own dog food in the form of latest.pm. This would probably be an overall good thing. Or EUI can drop the Build.PL. -- Whip me, beat me, make my code compatible with VMS!
