What version of Perl are we requiring to bootstrap Parrot? At the moment, things fail with 5.005 because: 1) The `use warnings;' in Config_pm.in. 2) The use of `!' to pack() in the assembler. I guess we can just remove the use warnings, but the `!' is more of a problem? Phil -- Philip Kendall <[EMAIL PROTECTED]> http://www.srcf.ucam.org/~pak21/
- Re: Failures with Perl 5.005 Philip Kendall
- Re: Failures with Perl 5.005 Andy Dougherty
- Re: Failures with Perl 5.005 Andy Dougherty
- Re: Failures with Perl 5.005 H . Merijn Brand
- Re: Failures with Perl 5.005 Ask Bjoern Hansen