made tags/ and trunk/ then moved everything into trunk/
[gitmo/MooseX-Types-Path-Class.git] / t / perlcritic.t
1 #!perl
2
3 use Test::More;
4 eval 'use Test::Perl::Critic (-severity => 3)';
5 if ($@) {
6     plan skip_all =>
7         "Test::Perl::Critic required for testing PBP compliance";
8 }
9
10 Test::Perl::Critic::all_critic_ok();