Fedora-Bugzilla
view release on metacpan or search on metacpan
lib/Fedora/Bugzilla/Bug.pm view on Meta::CPAN
Boolean. Indicates if any attributes have been updated, but not written back
to bugzilla yet.
=item B<xml>
The raw XML representation of this bug, as fetched from the Bugzilla web UI.
=over
=item I<has_xml>
True if the XML representation has been pulled.
=item I<clear_xml>
Clears xml() as well as anything that depends on it (twig, comments, etc).
=back
=item B<twig>
An L<XML::Twig> object built from xml().
=over
=item I<has_twig>
True if the twig has been built out from xml().
=item I<clear_twig>
Discard the twig and force it to be rebuilt the next time we access it.
=back
=back
=head1 DIAGNOSTICS
=for author to fill in:
List every single error and warning message that the module can
generate (even the ones that will "never happen"), with a full
explanation of each problem, one or more likely causes, and any
suggested remedies.
=over
=item C<< Error message here, perhaps with %s placeholders >>
[Description of error here]
=item C<< Another error message here >>
[Description of error here]
[Et cetera, et cetera]
=back
=head1 BUGS AND LIMITATIONS
There are still many common attributes we do not handle getting/setting 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 TODO
=head2 Set support for...
CC list, depends, blocks.
=head1 SEE ALSO
L<Fedora::Bugzilla>, L<http://www.bugzilla.org>,
L<http://bugzilla.redhat.com>, L<http://python-bugzilla.fedorahosted.org>,
L<WWW::Bugzilla3>.
=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.695 second using v1.01-cache-2.11-cpan-99c4e6809bf )