changed to Module::Install
[gitmo/MooseX-Types-Path-Class.git] / t / perlcritic.t
CommitLineData
fd56ddb6 1#!perl
2
3use Test::More;
4eval 'use Test::Perl::Critic (-severity => 3)';
5if ($@) {
6 plan skip_all =>
7 "Test::Perl::Critic required for testing PBP compliance";
8}
9
10Test::Perl::Critic::all_critic_ok();