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

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