From: Gervase Markham Date: Fri, 5 Dec 2014 22:44:04 +0000 (-0800) Subject: Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r... X-Git-Tag: release-5.1.1~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f9478220c5fae221143996e26c27ba97ecdaa9;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);