The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
cd $(dirname $0)
cd ..
${PERL:-perl} Build.PL
${COVER:-cover} -delete
HARNESS_PERL_SWITCHES=-MDevel::Cover ./Build test
${COVER:-cover}