Force author tests to be run when in author mode
[gitmo/MooseX-Getopt.git] / t / pod_coverage.t
diff --git a/t/pod_coverage.t b/t/pod_coverage.t
deleted file mode 100644 (file)
index dbc1603..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-plan skip_all => 'set RELEASE_TESTING to run these tests'
-  unless $ENV{RELEASE_TESTING};
-
-eval "use Test::Pod::Coverage 1.04";
-plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
-
-all_pod_coverage_ok();