in reply to Re^5: Module::Build::XSUtil build problem
in thread Module::Build::XSUtil build problem

Would it be reasonable to ask the maintainer of Module::Build::XSUtil to put in his code a 'require' statement for a newer version of Module::Build? I think that would sort things out.

Yes. Module-Build-XSUtil-0.06/Build.PL currently has

configure_requires => { 'Module::Build' => 0.38, },

If a newer version is required, its very reasonable to ask the maintainer to bump the number:)

Replies are listed 'Best First'.
Re^7: Module::Build::XSUtil build problem
by jimhallsun (Sexton) on Apr 10, 2014 at 20:37 UTC

    huh... why didn't CPAN shell bomb and tell me my Module::Build was old? Oh well....

      huh... why didn't CPAN shell bomb and tell me my Module::Build was old? Oh well....

      It itself was too old to support that feature?