The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Prereq;

my @ignore = qw(CPANPLUS::Internals::System);
push @ignore, qw(Module::Build) if $] =~ /\A5\.008/;
prereq_ok( undef, undef, \@ignore );