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

_pick_srpm_uri(...)

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

NAME

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

SYNOPSIS

    package ...

    use Moose;
    extends ...;

    with 'Fedora::App::ReviewTool::Bugzilla;

    # profit!  (there's a lot of that around here)

DESCRIPTION

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

ATTRIBUTES

userid

Bugzilla userid.

passwd

Bugzilla passwd.

_bz

The actual Fedora::Bugzilla instance.

SUBROUTINES/METHODS

find_my_submissions

Search for open tix under 'Fedora/Package Reviews' with b<userid> as the reporter.

find_bug_for_pkg (pkg name)

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.

CONFIGURATION AND ENVIRONMENT

FIXME a bit about the config file would be nice

SEE ALSO

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

AUTHOR

Chris Weyl <cweyl@alumni.drew.edu>

LICENSE AND COPYRIGHT

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 374:

You forgot a '=back' before '=head1'