Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Why upgrade perl?

by poulhs (Beadle)
on May 22, 2013 at 09:32 UTC ( [id://1034711]=note: print w/replies, xml ) Need Help??


in reply to Why upgrade perl?

summary

  • security fixes
  • indepence of /usr/bin/perl
  • improved UNICODE support
  • improved thread support
  • misc. "minor" syntactical sugar (package Foo VER, __SUB__,

My €.1 about relying on stock /usr/bin/perl vs. latest and greatest:
It is true that vendor may choose to upgrade their perl in a way that is incompatible, and that this may hurt us. But that will be true for anything installed on a box: libc, libssl, openssh, bash. The reason for incompatiblity may as well be due to some community/-ies changing policy/-ies (like openssh vs. bash and the handling of .bash*). And the incompatibility problem would certainly have hit us if we had choosen latest and greatest, as 5.18.0 did move the given/when and ~~ into experimental mode (and thus removing my best arguments...).

The only feasible way to handle this problem, is (at least in our case), automated testing of our perl modules/scripts and all our other stuff, to ensure it works in the next new environment, whether it is new due to satellite server upgrades and/or a new version of latest and greatest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found