Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / t / nopod.t
diff --git a/dev/i386/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/nopod.t b/dev/i386/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/nopod.t
new file mode 100644 (file)
index 0000000..d5bebe8
--- /dev/null
@@ -0,0 +1,16 @@
+#!perl -T
+
+use strict;
+use lib "t";
+use Test::More tests=>2;
+use Test::Builder::Tester;
+
+BEGIN {
+    use_ok( 'Test::Pod::Coverage' );
+}
+
+test_out( "not ok 1 - Checking Nopod" );
+test_fail(+2);
+test_diag( "Nopod: couldn't find pod" );
+pod_coverage_ok( "Nopod", "Checking Nopod" );
+test_test( "Handles files with no pod at all" );