Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / t / pod.t
CommitLineData
6dd4c89d 1use strict;
2
3use Test::More;
4
5eval "use Test::Pod 1.14";
6plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7
8all_pod_files_ok();