changes from jrockway with some additional docs
[gitmo/MooseX-Types-Path-Class.git] / t / kwalitee.t
CommitLineData
ac6b085d 1
2use warnings FATAL => 'all';
3use strict;
4use Test::More;
12bae1fd 5if ( not $ENV{TEST_AUTHOR} ) {
6 my $msg
7 = 'Author test. Set $ENV{TEST_AUTHOR} to a true value to run.';
8 plan( skip_all => $msg );
9}
ac6b085d 10eval { require Test::Kwalitee; Test::Kwalitee->import() };
11plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
12