<<

NAME

Youri::Check::Maintainer::Resolver::Bugzilla - Bugzilla-based maintainer resolver

DESCRIPTION

This is a Bugzilla-based Youri::Check::Maintainer::Resolver implementation.

It uses Bugzilla SQL database for resolving maintainers.

CLASS METHODS

new(%args)

Creates and returns a new Youri::Check::Maintainer::Resolver::Bugzilla object.

Specific parameters:

host $host

Bugzilla database host.

base $base

Bugzilla database name.

user $user

Bugzilla database user.

pass $pass

Bugzilla database password.

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

<<