Subject: | is_deprecated() returns wrong result for current blead |
Current version 2.84 of MC gives:
is_deprecated("Module::Pluggable","5.017009") # true
is_deprecated("Module::Pluggable","5.017010") # false
This hurts my smokers that are running with bleadperl because bleadperl
already kind of *is* 5.017010.
I think a viable solution for this problem would be that is_deprecated
learns that there is a maximumperl configured and that it should treat
all higher perl versions like the maximumperl.
What do you think?