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

NAME

Net::Launchpad::Role::Query::Person - Person/People query role

VERSION

version 2.101

METHODS

find

Return all non-merged Persons and Teams whose name, displayname or email address match text.

Note: Text matching is performed only against the beginning of an email address.

Params

find_person

Return all non-merged Persons with at least one email address whose name, displayname or email address match text.

Params

find_team

Return all Teams whose name, displayname or email address match <text>.

Note: Text matching is performed only against the beginning of an email address.

Params

get_by_email

Return the person with the given email address.

Params

AUTHOR

Adam Stokes <adamjs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Adam Stokes.

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