Force author tests to be run when in author mode
[gitmo/MooseX-Getopt.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
deleted file mode 100644 (file)
index 18ba128..0000000
--- a/t/pod.t
+++ /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 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-
-all_pod_files_ok();