}
Test::Perl::Critic->import( -profile => '.perlcriticrc');
all_critic_ok('.');
my @files = map { chomp; $_ } `git ls-tree -r master --name-only`; # only files part of git
all_critic_ok(@files);
-