diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-05 23:44:04 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-05 23:44:04 +0100 |
commit | b6f9478220c5fae221143996e26c27ba97ecdaa9 (patch) | |
tree | ed5a2562d67a2b659c529704e09274fb911e687a /docs | |
parent | d41a0a76217ebbfd18807128e8bd552d5276e87a (diff) | |
download | bugzilla-b6f9478220c5fae221143996e26c27ba97ecdaa9.tar.gz bugzilla-b6f9478220c5fae221143996e26c27ba97ecdaa9.tar.xz |
Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use Bugzilla". r,a=dkl.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/makedocs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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); |