From 8a841fdd95eafa8869ce16719db28467e5a8ab3d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 21 Feb 2011 11:06:33 +0200 Subject: [PATCH] t/grake-Pod.t: Change poddirs --- t/grake-Pod.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/grake-Pod.t b/t/grake-Pod.t index 09fb09f..2915283 100644 --- a/t/grake-Pod.t +++ b/t/grake-Pod.t @@ -6,6 +6,6 @@ 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); +my @poddirs = qw(man1); all_pod_files_ok (all_pod_files(@poddirs)); -- 2.11.4.GIT