Perl 5.8.0 RC1 Released
mbadolato writes "use Perl; is reporting that the long-awaited Perl 5.8 has just been released in the form of RC1.
It is a release candidate, and is not recommended for use in a production environment, but downloading and testing is strongly encouraged. Read the story for the announcement, and also read perldelta to see what's changed." I think this might be the best .0 release in Perl 5's history, and is will also be the first release of perl to ship with full support for Mac OS X (perl 5.6.1 had a few nagging issues), as well as Classic Mac OS.
a ".0" release refers to a x.0, not x.y.0, as you implied. For example, Perl 6.0 would be a .0 release, while this Perl 5.8[.0] is not.
full support for Mac OS X (perl 5.6.1 had a few nagging issues)
From what I've seen, c/few/many and c/nagging/fatal
I agree with that.
I had been not following the development of 5.8, so It's been a bit of shocking to see the impresssing range of changes.
It looks that the two major issues that had been hampering perl (threads and unicode) have now improved a lot. And the PerlIO api is great.
I've downloaded it and I am testing it already. Big Kudos and thanks for the hard work.