[Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Greg London
one of the IT guys at work just asked what I thought about installing version 5.20.0 of perl on all our computers. We currently have 5.8.8. I don't even know if 5.20 is considered stable or not. Buggy? Issues? Is a different version better? Thoughts? My experience with IT (at every job I've

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Jordan Adler
Greg, Perl 5.20.0 was released in May and is considered stable. In addition to missing out on a number feature enhancements by using 5.8.8, you're also missing out on many optimizations that significantly improve performance, including 5.20's copy-on-write. I'd personally recommend upgrading,

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Bill Ricker
Perl 5.20.0 was released in May and is considered stable. ​Yes. ​ In addition to missing out on a number feature enhancements by using 5.8.8, ​Of which there have been ​quite a few in 5.10, 12, ... 20. Also, CPAN modules are slowly giving up support for 5.8 5.10, so if you are updating

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Jason McIntosh
On Jun 27, 2014, at 11:52 AM, Bill Ricker bill.n1...@gmail.com wrote: My usual plan would be: update one Development node; test; and spread to more DEV nodes. Do not upgrade ​PROD nodes under working legacy code; upgrade their Perl's when code tested with the new Perl are deployed. Just wanna

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Sean Quinlan
5.20 is the most recent stable release, so if they are trying to get current, that is it. Upgrading the system perl from 5.8.8 to 5.20 however is probably not advisable though. What is the role-out test plan? Who is responsible for fixing any code that breaks? What is the role-back plan? As

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Federico Lucifredi
+1 on PerlBrew. By the way, Ubuntu 14.04 LTS's system Perl is 5.18. RHEL 7 should have Perl 5.16 if the Fedora 19 release it was forked from was not altered. Bottom line, looks like system Perl is getting younger. Not upgradable perhaps, but still something. Best-F Sent from my iPhone On

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Randal L. Schwartz
Jordan == Jordan Adler jordan.m.ad...@gmail.com writes: Jordan Perl 5.20.0 was released in May and is considered stable. In Jordan addition to missing out on a number feature enhancements by Jordan using 5.8.8, you're also missing out on many optimizations that Jordan significantly improve

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Kripa
In the context of 5.8 to 5.20, Bill writes: Note that you need to read each major release 10..20's perldelta.pod . Is there a way to learn the differences perl versions N1 and N2, without having to digest each intermediate perldelta and accumulate their wisdom one step at a time?

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Uri Guttman
On 06/27/2014 05:09 PM, Kripa wrote: In the context of 5.8 to 5.20, Bill writes: Note that you need to read each major release 10..20's perldelta.pod . Is there a way to learn the differences perl versions N1 and N2, without having to digest each intermediate perldelta and accumulate their

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Bill Ricker
On Fri, Jun 27, 2014 at 5:09 PM, Kripa kri...@gmail.com wrote: Is there a way to learn the differences perl versions N1 and N2, without having to digest each intermediate perldelta and accumulate their wisdom one step at a time? Alternatively, is there a single table which presents a

Re: [Boston.pm] ver 5.20 of perl?

2014-06-27 Thread Bill Ricker
And Wikipedia has Notable New Features list embedded one screen below http://en.wikipedia.org/wiki/Perl#2000.E2.80.93present (scroll to Dec.2007). ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm