aboutsummaryrefslogtreecommitdiffstats
path: root/t/011pod.t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-30 17:12:04 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-30 17:12:04 +0200
commit8e899a8e992ac37b2c66da26c1023b7c4aa6890d (patch)
treef81efd0291126ee45d291c81299720281c13c7f5 /t/011pod.t
parenta75e0696043ffc12529cb8c8592906dd2a2952ec (diff)
downloadbugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar
bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.gz
bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.bz2
bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.xz
bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.zip
Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed in bugzilla/lib/
r=dkl a=glob
Diffstat (limited to 't/011pod.t')
-rw-r--r--t/011pod.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/011pod.t b/t/011pod.t
index 8620b94d5..cba9111d1 100644
--- a/t/011pod.t
+++ b/t/011pod.t
@@ -49,6 +49,7 @@ use constant MODULE_WHITELIST => qw(
Bugzilla::Extension::
Bugzilla::Job::
Bugzilla::Migrate::
+ docs::lib::Pod::Simple::
);
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.