use strict;
BEGIN {
eval {
};
if($@) {
plan skip_all => 'Test::Distribution not installed';
}
else {
import Test::Distribution not => 'podcover';
}
}