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 | |
by Anonymous Monk on Apr 10, 2014 at 20:56 UTC |