Intermediate commit - just have to add/fix POD for two classes, then done
[p5sagit/Excel-Template.git] / t / pod.t
1 #!/usr/bin/perl
2
3 use strict;
4
5 use Test::More;
6
7 eval "use Test::Pod 1.14";
8 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
9
10 all_pod_files_ok();