-
-
29 Sep 2015 14:41:50 UTC
- Development release
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (329 / 0 / 0)
- Kwalitee
Bus factor: 1- 25.97% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (49.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 2.0_7
- Classification.pm: added.
Changes for version 2.0_6
- XMLRPC.pm: pass through options to HTTP::Tiny
- Client.pm: facilitate pass through options to HTTP::Tiny
- Product.pm: changes to the methods and pod
- Product.pm: add create() and update() functions
Changes for version 2.0_5
- Bug.pm: minor changes
- Bugzilla.pm: add last_audit_time()
- Bugzilla.pm: add parameters()
- Bugzilla.pm: adjust version()
- Bugzilla.pm: overhaul extensions()
- Bugzilla.pm: adjust time()
Changes for version 2.0_4
- Attachment.pm: update() method and pod
- Comment.pm: lots of pod and render() function
Changes for version 2.0_3
- Implement the api_key properly
- Bug.pm: handle alias() better (i.e. properly)
- Replace use+@ISA with 'use parent'
- Bug.pm: added history() and possible_duplicates()
- Initial commit of Bugs/Attachment.pm
- Initial commit of Bugs/Comment.pm
- API.pm: move new() in here to be reused
- Use __PACKAGE__ all around the place
Changes for version 2.0_001
- let's make this thing sane....
- lots and lots of pod improvements
- wantarray sensitivity all around the place
- Bug.pm: add fields() function
- XMLRPC.pm: dispatch table used rather than by if/elsif/else
- XMLRPC.pm: replace 'use constants' and make singleton-ish
- XMLRPC.pm: 'use' rather than 'require'
- XMLRPC.pm: use HTTP::Tiny instead of LWP
- Client.pm: use HTTP::CookieJar instead of HTTP::Cookies
- Client.pm: make logout() work better
- Bug.pm: add update_see_also() and update_tags() functions
Modules
A client for the Bugzilla web services API.Abstract base class for the clients of the Bugzilla API.Client side representation of a bug in BugzillaClient side representation of an Attachment to a Bug in BugzillaClient side representation of an Comment on a Bug in BugzillaInformation about the Bugzilla server, i.e. the Bugzilla::Webservices::Bugzilla APIClient side representation of a Classifications in BugzillaException class thrown by BZ::Client in case of errors.Client side representation of a product in BugzillaModule for writing integration testsCreates and edits user accounts in BugzillaPerforms XML-RPC calls on behalf of the client.Event handler for parsing a single XML-RPC array.Abstract event handler for parsing an XML-RPC response.A parser for an XML-RPC response.Event handler for parsing an XML-RPC response.Event handler for parsing a single XML-RPC struct.Event handler for parsing a single XML-RPC value.Provides
in lib/BZ/Client/XMLRPC.pmin lib/BZ/Client/XMLRPC.pmin lib/BZ/Client/XMLRPC.pmModule Install Instructions
To install BZ::Client, copy and paste the appropriate command in to your terminal.
cpanm BZ::Client
perl -MCPAN -e shell install BZ::Client
For more information on module installation, please visit the detailed CPAN module installation guide.