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!