BZ-Client version 1.0 ===================== This module provides a client for the so-called Bugzilla Webservices API. (Which is, in fact, an XML-RPC API.) See http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html for details on the server side API. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install If you'd like to run the integration tests (requires a running Bugzilla server), do the following instead: perl Makefile.PL --testUrl= --testUser= --testPassword= replacing , , and with your servers URL and your user name and password on this server. DEPENDENCIES This module requires these other modules and libraries: XML::Writer LWP COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2014 by Dean Hamstead Copyright (C) 2009 by Jochen Wiedmann This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.