NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
My Favorite (Score:1)
"... but it won't run on Perl 5.005!"
People who do stupid things often die. Companies who do stupid things should have the grace to die messily and publicly so that we can mock them.
Re:My Favorite (Score:1)
And even I'm at the point where I think we probably should be shifting the goal post to 5.6.1 now...
Reply to This
Parent
Re: (Score:1)
I consider it an argument against backporting in general. If you want to use community-developed software for free, fine. If you want free community support for that project, you should have the decency to stay up to date with the current version of that software as far as possible (or the latitude in your business plan to rely on the good fortune of finding a sucker -- I mean volunteer -- to do your dirty work for you).
It's way past time free software stop
5.6.1? (Score:2)
My recommended back target for normal modules (ie. not toolchain) is 5.8.3. Yes, a mere three years old. Hell, even the *previous* Debian stable has that.
For toolchain stuff it's 5.5.4, 5.6.2 and 5.8.2.
Re: (Score:1)
Personally I always consider 5.8.1 my target. Depending on what the code does, it may work on earlier versions, but I cannot be bothered to support any earlier version if I need to care about characters vs bytes. Unicode matters; 5.8.1 is the earliest version that got it reasonably right; it’s a no-brainer.