Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Determining minimum Perl version for new module

by wanna_code_perl (Friar)
on Sep 12, 2019 at 01:07 UTC ( [id://11106039]=note: print w/replies, xml ) Need Help??


in reply to Re: Determining minimum Perl version for new module
in thread Determining minimum Perl version for new module

You're the only person who has made decisions on what features of Perl you require.

Agree! But sometimes a little outside discussion can help refine those decisions, so thank you for entertaining said discussion. :-)

  • Comment on Re^2: Determining minimum Perl version for new module

Replies are listed 'Best First'.
Re^3: Determining minimum Perl version for new module
by stevieb (Canon) on Sep 12, 2019 at 01:57 UTC

    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:

    • test against numerous versions of perl via perlbrew or berrybrew
    • ensure that your software works against any custom libraries you have locally
    • verify that any local security validation is either workable or bypassed in testing
    • document and criticize any client data that you've tested against, sanitize after digesting it, and request client feedback on its handling

    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106039]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found