From 1c2296407c5b112cf6de464a0dfc3e030cb99632 Mon Sep 17 00:00:00 2001 From: legatvs Date: Thu, 21 Oct 2010 11:41:56 +0300 Subject: [PATCH] add pod test --- t/WWW-Quvi-Pod.t | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 t/WWW-Quvi-Pod.t diff --git a/t/WWW-Quvi-Pod.t b/t/WWW-Quvi-Pod.t new file mode 100644 index 0000000..09fb09f --- /dev/null +++ b/t/WWW-Quvi-Pod.t @@ -0,0 +1,11 @@ +use warnings; +use strict; + +use Test::More; + +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; + +my @poddirs = qw(blib); + +all_pod_files_ok (all_pod_files(@poddirs)); -- 2.11.4.GIT