Debian lenny version packages
[pkg-perl] / deb-src / libnet-ssleay-perl / libnet-ssleay-perl-1.35 / t / local / 01_pod.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6 eval "use Test::Pod 1.00";
7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
8
9 all_pod_files_ok(qw(
10             blib/lib/Net/SSLeay.pm
11             blib/lib/Net/SSLeay/Handle.pm
12 ));