retain transposition of matrix for imputation
[sgn.git] / t / unit / pod / pod.t
blob0b464c01cf0c3f0182850051d15683419570e558
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More;
6 eval "use Test::Pod 1.14";
7 plan skip_all => 'Test::Pod 1.14 required' if $@;
8 #plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
10 all_pod_files_ok();