Re: When was the "use lib" bug fixed?
David Golden <[email protected]> Sun, 14 Feb 2010 20:59:20 -0500
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Feb 14, 2010 at 8:47 PM, Michael G Schwern <[email protected]> wrote: > This has worked for some time, "inc" gets added to ./Build. But it appears > not to with certain versions of Module::Build, I'm trying to track down > what. Build can't find Local::Module::Build, its not in its @INC. > > Any idea when this bug was fixed so I can add in the proper MB dependency? It was fixed in 0.36: - resume() was not restoring additions to @INC added in Build.PL (RT#50145) [David Golden] N.B. If you build your dist with M::B 0.35+, don't already have M::B in configure_requires and don't explicitly turn *off* auto_configure_requires, you will automatically get the last "major" version of M::B added as a configure_requires. -- David