The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
WWW::Bugzilla version 0.4
=========================

DESCRIPTION

This module provides a perl API for adding and updating Bugzilla
bugs.  It can be useful in writing custom frontends to a 
Bugzilla server, and the frontends do not have to sit on the
same server as long as they can reach it via HTTP.

DOCUMENTATION

The documentation is in Bugzilla.pm in the form of POD format
perldocs. Please look there for an idea of what this module is 
capable of.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

Carp
File::Spec
WWW::Mechanize
Class::MethodMaker

CONTACT INFO
Brian Caswell (bmc@shmoo.com).

COPYRIGHT AND LICENCE

WWW::Bugzilla - a perl API for creation and updating of Bugzilla bugs.
Copyright (C) 2003 Matthew C. Vella (the_mcv@yahoo.com)
Portions Copyright (C) 2006 Brian Caswell (bmc@shmoo.com)

This module is free software; you can redistribute it and/or modify it
under the terms of either:
                                                                                  
a) the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version,
                                                                                  
or
                                                                                  
b) the "Artistic License" which comes with this module.
                                                                                  
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
the GNU General Public License or the Artistic License for more details.
                                                                                  
You should have received a copy of the Artistic License with this
module, in the file ARTISTIC.  If not, I'll be glad to provide one.
                                                                                  
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA