Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 22768
Status: resolved
Worked: 5 min
Priority: 0/
Queue: ExtUtils-MakeMaker

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

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Solve the MakeMaker upgrade issue.
Currently, one cannot easily depend on a newer version of MakeMaker than the one installed. Dependency resolution usually happens *after* Makefile.PL is run. There are several things which can be done to fix this. * Make the CPAN shells do dependency resolution based on the META.yml before Makefile.PL is run. * Have the CPAN shells look at META.yml to see if a MakeMaker or Module::Build upgrade is needed and do that before Makefile.PL is run. * Have some way to ship MakeMaker with your module, a la Module::Install, but defaulting to a newer version if available. * Have MakeMaker update itself when there's a new stable available as most installers do.
Unless I am mistaken, this been solved by configure_requires.