RC0

rafael on 2002-05-29T12:48:30

Perl 5.8.0 is really close now : Jarkko patched patchlevel.h to make bleadperl report itself as version 5.8.0.

A software like Perl, when released, should work on all major supported platforms, with all common compilers and libraries; also, with the appropriate combination of careful design decisions and luck, it should continue to work with future versions of those compilers and librairies. But it's impossible to guess what will be the future-backward-compatibility problems. For example, the recent C preprocessor for gcc 3.1 introduced a new warning (which apparently can't be turned off) that confused Perl's Configure script under some conditions. Consequently, perl couldn't be built, unless the cryptic option -Dd_attribut was passed to Configure. (if you try to build perl 5.6 with gcc 3.1, you may have to use this setting.) Funny story heh ? Conclusion : once the release candidate is officially out, test, test, download the CPAN, and test.


And the first thing I will do is...

djberg96 on 2002-05-29T16:50:46

Test out threads.

After that, the dreaded attempt to build it on BeOS 5.