in reply to Re^2: Determining minimum Perl version for new module
in thread Determining minimum Perl version for new module
If that's the case, I say require 5.10. For me personally, it'd cover my 5.8 standard, and any requirement above that.
The CPAN Testers will ensure things work correctly against your required version of Perl, as should your local testing. If not, might I suggest the following:
Beyond that, just have numerous test platforms to run against that you can reset on every test run. There's no way to validate everything every time, so use your best judgement. If your platform is useful and there's an issue found, make sure you have very accessible contact information.
|
|---|