Add ARM files
[dh-make-perl] / dev / arm / libnet-ssleay-perl / libnet-ssleay-perl-1.35 / t / local / 02_pod_coverage.t
diff --git a/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/t/local/02_pod_coverage.t b/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/t/local/02_pod_coverage.t
new file mode 100644 (file)
index 0000000..96ab463
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use Test::More;
+eval "use Test::Pod::Coverage 1.00";
+plan skip_all => "currently disabled";
+plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
+
+plan tests => 2;
+
+pod_coverage_ok('Net::SSLeay');
+pod_coverage_ok('Net::SSLeay::Handle');