Perl5.005_03 doesn't include the warnings pragma. Fortunately, I didn't see offhand anywhere that ops2c.pl does anything fancy with it. (The script is still called with -w, so warnings are still enabled.)
This is currently crasing the colon FreeBSD tinderbox. --- parrot-current/build_tools/ops2c.pl Mon Apr 5 03:00:02 2004 +++ parrot-andy/build_tools/ops2c.pl Mon Apr 5 09:24:34 2004 @@ -100,7 +100,6 @@ use lib 'lib'; use Parrot::OpsFile; use Parrot::OpLib::core; -use warnings; my %arg_dir_mapping = ( '' => 'PARROT_ARGDIR_IGNORED', -- Andy Dougherty [EMAIL PROTECTED]