From 9b55aa0523fdf23301c81c61eceb218b45ea26bb Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 5 Dec 2014 14:45:19 -0800 Subject: [PATCH] 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(-) diff --git a/docs/makedocs.pl b/docs/makedocs.pl index a588484034..811ef8bc5a 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); -- 2.47.2