Fedora-Bugzilla
view release on metacpan or search on metacpan
lib/Fedora/Bugzilla/NewBug.pm view on Meta::CPAN
It can be subclassed to provide default values for different "types" of
classes, e.g. package review bugs are always going to have certain values
defaulted in certain ways.
=head1 INTERFACE
"Release Early, Release Often"
I've tried to get at least the methods I use in here. I know I'm missing
some, and I bet there are others I don't even know about... I'll try not to,
but I won't guarantee that I won't change the api in some incompatable way.
If you'd like to see something here, please either drop me a line (see AUTHOR)
or better yet, open a rt ticket with a patch ;)
=head2 METHODS
=over 4
=item B<new()>
=back
=head3 REQUIRED ATTRIBUTES
=over 4
=item I<product>
=item I<component>
=item I<summary>
=item I<version>
=back
=head3 OPTIONAL ATTRIBUTES
=over 4
=item I<status>
=item I<version>
=item I<op_sys>
=item I<platform>
=item I<severity>
=item I<priority>
=item I<blocked>
=item I<bug_file_loc>
Aka the "URL".
=back
=head1 BUGS AND LIMITATIONS
There are still many common attributes we do not handle yet.
If you'd like to see something specific in here, please make a feature
request.
Please report any bugs or feature requests to
C<bug-fedora-bugzilla@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
=head1 SEE ALSO
L<http://www.bugzilla.org>, L<http://bugzilla.redhat.com>,
L<http://python-bugzilla.fedorahosted.org>, the L<WWW::Bugzilla3> module.
=head1 AUTHOR
Chris Weyl C<< <cweyl@alumni.drew.edu> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2008, Chris Weyl C<< <cweyl@alumni.drew.edu> >>.
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
OR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
( run in 0.894 second using v1.01-cache-2.11-cpan-99c4e6809bf )