From 466e96ae3b530d85385124d0f5492a328787d7d2 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Tue, 20 May 2008 13:23:21 -0400 Subject: [PATCH] Adding the pod.t file to test POD. --- t/pod.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/pod.t diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 0000000..2e8fecc --- /dev/null +++ b/t/pod.t @@ -0,0 +1,6 @@ +use Test::More; + +eval 'use Test::Pod 1.00'; +plan( skip_all => 'Test::Pod 1.00 required for testing POD' ) if $@; + +all_pod_files_ok(); -- 2.11.4.GIT