On Thu, Mar 25, 2010 at 12:58 PM, <cr...@animalhead.com> wrote: > 'BUILD_REQUIRES' => {'LWP' => 5.834,
BUILD_REQUIRES was only recently added to ExtUtils::MakeMaker in 6.56. You need to add 'configure_requires' to META.yml specifying ExtUtils::MakeMaker 6.56. That won't help users with old CPAN/CPANPLUS clients that do not honor configure_requires, but I think most CPAN Testers use an updated version. -- David