X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fkwalitee.t;fp=t%2Fkwalitee.t;h=0000000000000000000000000000000000000000;hb=7fdec4ec1f7c481edb673c0524ed1fbed841dbd3;hp=30f88c892acb5e500b103c18c3df9bcf458c84a8;hpb=2474bec15a5a205aedb0cd5d3a6c5a0516e3e110;p=gitmo%2FMooseX-Types-Path-Class.git diff --git a/t/kwalitee.t b/t/kwalitee.t deleted file mode 100644 index 30f88c8..0000000 --- a/t/kwalitee.t +++ /dev/null @@ -1,12 +0,0 @@ - -use warnings FATAL => 'all'; -use strict; -use Test::More; -if ( not $ENV{TEST_AUTHOR} ) { - my $msg - = 'Author test. Set $ENV{TEST_AUTHOR} to a true value to run.'; - plan( skip_all => $msg ); -} -eval { require Test::Kwalitee; Test::Kwalitee->import() }; -plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@; -