Force author tests to be run when in author mode
[gitmo/MooseX-Getopt.git] / t / author / pod.t
diff --git a/t/author/pod.t b/t/author/pod.t
new file mode 100644 (file)
index 0000000..be6ebf5
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use Test::Pod 1.14;
+
+all_pod_files_ok();