rearranging. need to redo with dzil
[gitmo/MooseX-Types-Path-Class.git] / t / kwalitee.t
diff --git a/t/kwalitee.t b/t/kwalitee.t
deleted file mode 100644 (file)
index 30f88c8..0000000
+++ /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 $@;
-