]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r...
authorGervase Markham <gerv@gerv.net>
Fri, 5 Dec 2014 22:44:04 +0000 (14:44 -0800)
committerGervase Markham <gerv@gerv.net>
Fri, 5 Dec 2014 22:44:04 +0000 (14:44 -0800)
docs/makedocs.pl

index a58848403461a2853c6a0b2677ccc1c097d1b519..811ef8bc5a988a1209d893d250db48f3281ebd01 100755 (executable)
@@ -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);