Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Prereq CPAN distribution.

Report information
The Basics
Id: 43487
Status: open
Priority: 0/
Queue: Test-Prereq

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.036
Fixed in: (no value)



Hi: My Build.PL uses "add_build_element", a feature of Module::Build. This makes the Test::Prereq::Build blow up, because I suppose it simulates a subclass of Module::Build. So, I suggest you add a no-op to Test::Prereq::Build in the same vein as: # fake Module::Build methods sub create_build_script { 1 }; from the file. It'd be a simple one-line change, just setting "add_build_element" to a constant as well. Thanks for your work on a great module. Hopefully you're not too busy to commit this simple patch :-) Cheers!