]> git.imager.perl.org - imager.git/blobdiff - t/t91pod.t
POD coverage tests, as a TODO for now
[imager.git] / t / t91pod.t
index 5475b0cd57406d7b3964ab40065d5d6bef97778e..baf812a4b7a329bf21f26f958d366567e5909d1d 100644 (file)
@@ -1,6 +1,7 @@
 #!perl -w
 use strict;
+use lib 't';
 use Test::More;
-eval "use Test::Pod;";
+eval "use Test::Pod 1.00;";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 all_pod_files_ok();