On Nov 15, 2007, at 5:38 PM, Adam Kennedy wrote:
After a number of incidents, it would appear that putting the Perl
version
dependency into requires is just too problematic to be an appropriate
solution.
Why?
It also has implications from a CPAN graph perspective.
If a module has a Perl language version dependency, we can short-
circuit
Makefile.PL, and we can even short-circuit configure_requires, because
there's simply no point bothering.
Sure, but I don't understand why this means we need to turn requires
=> perl into perl_requires. Consumers can do all the same short-
circuiting on requires => perl.
-Ken