The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
BEGIN {
	use Test::More;
	unless ($ENV{AUTHOR_TESTING}||$ENV{RELEASE_TESTING}) {
		plan(skip_all => 'These tests are for author or release candidate testing');
	}
}

eval { require Test::Kwalitee; Test::Kwalitee->import() }; 
plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;