Fix warning
[gitmo/MooseX-MetaDescription.git] / t-author / pod.t
index 4ae1af3..e8f87a9 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 
 use Test::More;
 
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+use Test::Pod 1.14;
 
 all_pod_files_ok();