Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-exception-perl / libtest-exception-perl-0.27 / t / developer / pod.t
diff --git a/dev/i386/libtest-exception-perl/libtest-exception-perl-0.27/t/developer/pod.t b/dev/i386/libtest-exception-perl/libtest-exception-perl-0.27/t/developer/pod.t
new file mode 100755 (executable)
index 0000000..292031e
--- /dev/null
@@ -0,0 +1,9 @@
+#! /usr/bin/perl -Tw
+
+use strict;
+use warnings;
+
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();