remove autogen stuff and add author_tests() to Makefile.pl
[gitmo/MooseX-MetaDescription.git] / t-author / pod_coverage.t
index 170d38f..c59a36a 100644 (file)
@@ -1,2 +1,10 @@
-use Test::Pod::Coverage;
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use Test::More;
+
+eval "use Test::Pod::Coverage";
+plan skip_all => "Test::Pod::Coverage required for testing POD Coverage" if $@;
+
 all_pod_coverage_ok();