]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - t/01-pod.t
Import Upstream version 0.24
[deb_pkgs/libstatistics-r-perl.git] / t / 01-pod.t
1 #! perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 eval 'use Test::Pod 1.00';
8 plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
9 all_pod_files_ok();