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: (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...
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.
Reply to This
Parent
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.