META.yml

David Golden xdaveg at gmail.com
Wed Jan 20 11:58:45 GMT 2010


On Wed, Jan 20, 2010 at 6:41 AM, Andy Armstrong <andy at hexten.net> wrote:
> Oops: https://rt.cpan.org/Ticket/Display.html?id=53836
>
> Seems that if you do ./Build dist MB adds a configure_requires: Module::Build to META.yml. Which is understandable if a little presumptuous...
>
> I'd like to get a new release out to fix this problem quickly but I'm in meetings all day so I'm not going to have time to work on it. Does anyone else have time to figure out how to stop MB from creating a dependency on itself?

Add "auto_configure_requires => 0" to your Build.PL .  (Valid since 0.34.)

-- David


More information about the tapx-dev mailing list