summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-05 23:44:04 +0100
committerGervase Markham <gerv@gerv.net>2014-12-05 23:44:04 +0100
commitb6f9478220c5fae221143996e26c27ba97ecdaa9 (patch)
treeed5a2562d67a2b659c529704e09274fb911e687a /docs/makedocs.pl
parentd41a0a76217ebbfd18807128e8bd552d5276e87a (diff)
downloadbugzilla-b6f9478220c5fae221143996e26c27ba97ecdaa9.tar.gz
bugzilla-b6f9478220c5fae221143996e26c27ba97ecdaa9.tar.xz
Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r,a=dkl.
Diffstat (limited to 'docs/makedocs.pl')
-rwxr-xr-xdocs/makedocs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/makedocs.pl b/docs/makedocs.pl
index a58848403..811ef8bc5 100755
--- a/docs/makedocs.pl
+++ b/docs/makedocs.pl
@@ -49,7 +49,6 @@ if (eval { require Pod::Simple }) {
$pod_simple = 1;
};
-use Bugzilla;
use Bugzilla::Constants qw(BUGZILLA_VERSION bz_locations);
use File::Path qw(rmtree);