From: Dave Rolsky Date: Wed, 14 Jul 2010 20:43:17 +0000 (-0500) Subject: remove kwalitee.t from t/ X-Git-Tag: v0.03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a4de44193e2ca580cb90f6174c475d0e1df0579;p=gitmo%2FMooseX-FollowPBP.git remove kwalitee.t from t/ --- diff --git a/t/kwalitee.t b/t/kwalitee.t deleted file mode 100644 index 4c275b7..0000000 --- a/t/kwalitee.t +++ /dev/null @@ -1,12 +0,0 @@ -use strict; -use warnings; - -use Test::More; - - -plan skip_all => 'This test is only run for the module author' - unless -d '.svn' || $ENV{IS_MAINTAINER}; - -eval { require Test::Kwalitee; Test::Kwalitee->import() }; -plan skip_all => "Test::Kwalitee needed for testing kwalitee" - if $@;