Changes for version 4.4
- Client.pm: logout() now returns 1 (true) if logout is successful
- User.pm: offer_account_by_email returns 1 (true) if successful
- t/300component.t: added, but doesnt do anything
- All tests now use diag() rather than printing to STDERR
- t/700user.t: added, does as much as it can without admin privileges
- Added README.md file for github etc.
- t/500group.t: added, doesnt do much
- Release as 4.4, as all Bugzilla 4.4 functionality is implemented and at least partially tested
Changes for version 2.0_9
- API.pm: moved create() functions in
- API.pm: moved update() like functions in
- Group.pm: added
Changes for version 2.0_8
- Component.pm: added.
- Comment.pm: removed duplicate sub text()
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_13
- Ensure TZ is UTC in DateTime objects
- More pod added
Changes for version 2.0_12
- Disable tests against 4.2 on landfill for BZ#113288
Changes for version 2.0_11
- Move Test.pm into t/lib/
- Replace Test with Test::More everywhere
- Start using Test::RequiresInternet in t/
- Proof read and update pod
- Bug.pm: minor but important fix
- Add OS and perl version to agent
Changes for version 2.0_10
- Lots of minor fixes, including API.pm working
- FlagType.pm: added
- API.pm: mmake _create a little more flexible
- BugUserLastVisit.pm: added
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 Bugzilla
Client side representation of an Attachment to a Bug in Bugzilla
Client side representation of an Comment on a Bug in Bugzilla
Find and Store the last time a user visited a Bugzilla Bug.
Information about the Bugzilla server, i.e. the Bugzilla::Webservices::Bugzilla API
Client side representation of Classifications in Bugzilla
Client side representation of Product Components in Bugzilla
Exception class thrown by BZ::Client in case of errors.
The API for creating, changing, and getting info on Flags
The API for creating, changing, and getting info on Groups
Client side representation of a product in Bugzilla
Creates and edits user accounts in Bugzilla
Performs 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.pm
in lib/BZ/Client/XMLRPC.pm
in lib/BZ/Client/XMLRPC.pm