From 13e5ddefc45cecea0e7f025ed68db0b96250a877 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 23 Nov 2009 14:54:26 +0100 Subject: initial commit --- xt/03_pod.t | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xt/03_pod.t (limited to 'xt/03_pod.t') diff --git a/xt/03_pod.t b/xt/03_pod.t new file mode 100644 index 0000000..437887a --- /dev/null +++ b/xt/03_pod.t @@ -0,0 +1,4 @@ +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(); -- cgit v1.2.3