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.
Why? (Score:1)
-Dom
Re:Why? (Score:1)
Reply to This
Parent
Re:Why? (Score:2, Interesting)
I was just curious as to what needed to be fixed in 5.6.1...
-Dom
Re:Why? (Score:2, Informative)
Well it plain doesn't compile with gcc 3.1 [develooper.com]. I think that we should fix that for starters
The patch needed is smalle, and a work around is trivial:
perl -ni~ -we 'print unless /: </' x2p/makefile makefileLikewise 5.005_03 doesn't compile on FreeBSD, unless you know to
Configureit with-Uusenm -Dlddlflags='-shared -L/usr/local/lib' -Dldflags='-Wl,-E -L/usr/local/lib'The knowledge exists - what we seem to be bad at is transferring it into releases on CPAN. And wh
Re:Why? (Score:1)
Re:Why? (Score:2, Informative)
Development is always done on the development track, which branches from the latest major stable release. So current development is on 5.9.0, which branched from 5.8.0 at the time of 5.8.0's release. However, bug fixes are also made where possible to the development release, and then merged back into the stable branch(es). So the upcoming 5.8.1 release will fix bugs found in 5.8.0, and this fixes will have first been made to 5.9.0.
What could happe
Re:Why? (Score:1)
I would argue that this is as it should be. I imagine Perl developers have enough work already, and maintai