1use Test::More;
2eval "use Test::CheckChanges;1" or plan skip_all => "Test::CheckChanges is required";
3ok_changes();
4