CPAN Security Tip #1/3: Add a SECURITY.md policy to your favorite CPAN dists! Learn more

eval {
Test::CheckChanges->import();
};
if ($@) {
plan skip_all => "Need Test::CheckChanges";
}
ok_changes();