Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
| Line 103: | Line 103: | ||
If you want to install the API proxy on your own machine for your own Bugzilla, you will need: | If you want to install the API proxy on your own machine for your own Bugzilla, you will need: | ||
* the <b>latest</b> stable 3.4.x, 3.6.x, 4.0.x or 4. | * the <b>latest</b> stable 3.4.x, 3.6.x, 4.0.x, 4.2.x or 4.4.x point release of Bugzilla (many features will not work on 3.2); and | ||
* to be using UTF-8 (this is the default on new installations); and | * to be using UTF-8 (this is the default on new installations); and | ||
* to have the necessary optional modules for XML-RPC (e.g. Test::Taint); and | * to have the necessary optional modules for XML-RPC (e.g. Test::Taint); and | ||
| Line 127: | Line 127: | ||
perl -MCPAN -e "install 'JWIED/BZ-Client-1.03.tar.gz'" | perl -MCPAN -e "install 'JWIED/BZ-Client-1.03.tar.gz'" | ||
Also, I am told that BZ-Client requires Perl 5.10.0, which is a higher requirement than that for stable Bugzilla. (Bugzilla trunk requires 5.10, but 4.4 and below only require 5.8.) | |||
===Required Extension and/or Patch(es)=== | ===Required Extension and/or Patch(es)=== | ||