Given one or more URI's, pick the newest one.

Fedora::App::ReviewTool::Bugzilla - bugzilla command role

package ...
use Moose;
extends ...;
with 'Fedora::App::ReviewTool::Bugzilla;
# profit! (there's a lot of that around here)

Provide a few common attributes / methods for working with Bugzilla.

Bugzilla userid.
Bugzilla passwd.
The actual Fedora::Bugzilla instance.

Search for open tix under 'Fedora/Package Reviews' with b<userid> as the reporter.
Given a package name, try to find a corresponding review tix. Returns the bug iff one and only one is found; undef if none is found.
If more than one review tix is found, the result is undefined. This is a known issue.

FIXME a bit about the config file would be nice

Fedora::App::ReviewTool, Fedora::Bugzilla.

Chris Weyl <cweyl@alumni.drew.edu>

Copyright (c) 2009 Chris Weyl <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 FOR 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