From 6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 17 Mar 2009 21:39:41 +0100 Subject: initial commit --- t/02pod.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/02pod.t (limited to 't/02pod.t') diff --git a/t/02pod.t b/t/02pod.t new file mode 100644 index 0000000..251640d --- /dev/null +++ b/t/02pod.t @@ -0,0 +1,9 @@ +use strict; +use warnings; +use Test::More; + +eval "use Test::Pod 1.14"; +plan skip_all => 'Test::Pod 1.14 required' if $@; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; + +all_pod_files_ok(); -- cgit v1.2.3