Kwalitee test...
[gitmo/MooseX-Types-Path-Class.git] / t / kwalitee.t
1
2 use warnings FATAL => 'all';
3 use strict;
4 use Test::More;
5 eval { require Test::Kwalitee; Test::Kwalitee->import() };
6 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
7