From: Gervase Markham Date: Fri, 5 Dec 2014 22:45:19 +0000 (-0800) Subject: Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r... X-Git-Tag: bugzilla-5.0rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b55aa0523fdf23301c81c61eceb218b45ea26bb;p=thirdparty%2Fbugzilla.git Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r,a=dkl. --- 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);