aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-05 14:45:19 -0800
committerGervase Markham <gerv@gerv.net>2014-12-05 14:45:19 -0800
commit9b55aa0523fdf23301c81c61eceb218b45ea26bb (patch)
treef00f53fed6dbbd78662bc14e2159333289c4545e /docs
parent06033dc96827c74a4203d4028cddea13de9b709e (diff)
downloadbugs-9b55aa0523fdf23301c81c61eceb218b45ea26bb.tar
bugs-9b55aa0523fdf23301c81c61eceb218b45ea26bb.tar.gz
bugs-9b55aa0523fdf23301c81c61eceb218b45ea26bb.tar.bz2
bugs-9b55aa0523fdf23301c81c61eceb218b45ea26bb.tar.xz
bugs-9b55aa0523fdf23301c81c61eceb218b45ea26bb.zip
Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r,a=dkl.
Diffstat (limited to 'docs')
-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);