From 1f9dbcaa36f283da7e54599f7d88229c5d753428 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 25 Apr 2010 15:18:46 +0200 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 1.4.1