Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libwww-mechanize-perl / libwww-mechanize-perl-1.34 / t / pod-coverage.t
diff --git a/dev/i386/libwww-mechanize-perl/libwww-mechanize-perl-1.34/t/pod-coverage.t b/dev/i386/libwww-mechanize-perl/libwww-mechanize-perl-1.34/t/pod-coverage.t
new file mode 100644 (file)
index 0000000..d099fd7
--- /dev/null
@@ -0,0 +1,8 @@
+#!perl -Tw
+
+use warnings;
+use strict;
+use Test::More;
+eval 'use Test::Pod::Coverage 1.04';
+plan skip_all => 'Test::Pod::Coverage 1.04 required for testing POD coverage' if $@;
+all_pod_coverage_ok();