in reply to Re^8: Apple says sorry for Mac Perl breakage (sort @INC)
in thread Apple says sorry for Mac Perl breakage

When a third-party app ships their own version of Perl (or Java), the third-party is responsible for maintaining it, not the sysadmin. The reason sysadmins just use the Perl provided in the distro is because they know (from experience) that maintaining more than one version is a headache. Maintaining more than one version of anything (at the same time) is a headache. So you can either use the distro provided Perl (and let the OS vendor maintain it), or you can throw caution to the wind and replace it with with your own (and then you the sysadmin must maintain it). There are pros and cons to each and the decision to go one way or another will have a lot to do with the sysadmin's experience. But intentionally running multiple versions of Perl in a production environment is fostering bad habits (IMO).

  • Comment on Re^9: Apple says sorry for Mac Perl breakage (sort @INC)

Replies are listed 'Best First'.
Re^10: Apple says sorry for Mac Perl breakage (sort @INC)
by Argel (Prior) on Apr 02, 2009 at 18:42 UTC
    Just like the sysadmin is responsible for patching the system. With Red Hat's Satellite Server, apt-get, etc. having two different Perl's is not that difficult. The reason you think it is is because you are thinking of a scenario where you have to manually install the second Perl. The point is that the vendor/distro has to support multiple Perls, which is much easier (more QA, less people duplicating work, etc.). This very thread shows why it is better to have two. What is a bad idea is having OS scripts, third party vendor scripts, etc. relying on the same Perl that people are making changes to.

    Elda Taluta; Sarks Sark; Ark Arks