From b6f9478220c5fae221143996e26c27ba97ecdaa9 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 5 Dec 2014 14:44:04 -0800 Subject: Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r,a=dkl. --- docs/makedocs.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/makedocs.pl') 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); -- cgit v1.2.3-24-g4f1b