The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;
plan( skip_all => 'skipping developer tests' ) unless -d ".svn";
eval {
    require Test::Distribution;
    Test::Distribution->import();
};
plan( skip_all => 'Test::Distribution not installed; skipping' ) if $@;