X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Farm%2Flibnet-ssleay-perl%2Flibnet-ssleay-perl-1.35%2Ft%2Flocal%2F01_pod.t;fp=dev%2Farm%2Flibnet-ssleay-perl%2Flibnet-ssleay-perl-1.35%2Ft%2Flocal%2F01_pod.t;h=7668d0007fe2a4b7b9eb2c5b593e86a6601d3049;hp=0000000000000000000000000000000000000000;hb=f477fa73365d491991707e7ed9217b48d6994551;hpb=da95c414033799c3a62606f299c3c00b5c77ca11 diff --git a/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/t/local/01_pod.t b/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/t/local/01_pod.t new file mode 100644 index 0000000..7668d00 --- /dev/null +++ b/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/t/local/01_pod.t @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +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(qw( + blib/lib/Net/SSLeay.pm + blib/lib/Net/SSLeay/Handle.pm +));