This suppresses dozens of lines of warnings seen, e.g. here:
http://www.nntp.perl.org/group/perl.daily-build.reports/32231
p4raw-id: //depot/perl@25784
my $GZIP_OS_CODE = -1 ;
#$WALL = ' -pedantic ' if $Config{'cc'} =~ /gcc/ ;
-$WALL = ' -Wall ' if $Config{'cc'} =~ /gcc/ ;
+$WALL = ' -Wall -Wno-comment ' if $Config{'cc'} =~ /gcc/ ;
my $PERL_CORE = grep { $_ eq 'PERL_CORE=1' } @ARGV;
# don't ask if MM_USE_DEFAULT is set -- enables perl core building on cygwin
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.000_05';
+$VERSION = '2.000_06';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;