Make author tests forced
[gitmo/MooseX-MetaDescription.git] / t-author / pod_coverage.t
index c59a36a..4e6c443 100644 (file)
@@ -4,7 +4,6 @@ use strict;
 use warnings;
 use Test::More;
 
-eval "use Test::Pod::Coverage";
-plan skip_all => "Test::Pod::Coverage required for testing POD Coverage" if $@;
+use Test::Pod::Coverage;
 
 all_pod_coverage_ok();