The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Bugzilla
Client side representation of an Attachment to a Bug in Bugzilla
Client side representation of an Comment on a Bug in Bugzilla
Information about the Bugzilla server, i.e. the Bugzilla::Webservices::Bugzilla API
Exception class thrown by BZ::Client in case of errors.
Client side representation of a product in Bugzilla
Module for writing integration tests
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