# New Ticket Created by James Keenan # Please include the string: [perl #45103] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45103 >
Installing Bundle::Parrot this evening, I see that I am once again being force to upgrade to the latest version of some of its component modules -- almost certainly unnecessarily. In order to continue as a Parrot developer, do I really need to perform yet another upgrade of Module::Build or Pod::Simple (distros for which I have little use)? More to the point, is there anything in Test::Simple v0.70 that we need for Parrot that couldn't have been found in 0.54 or 0.62? What is there to prevent us from configuring Bundle::Parrot as specifying *minimum* versions of modules rather than the *latest* versions thereof? kid51