NAME
Net::Launchpad::Role::Query::Branch - Branch query role
VERSION
version 2.101
METHODS
get_by_unique_name
Find a branch by its ~owner/product/name unique name.
Params
get_by_url
Find a branch by URL.
Either from the external specified in Branch.url, from the URL on http://bazaar.launchpad.net/ or the lp: URL.
Params
get_by_urls
Finds branches by URL.
Either from the external specified in Branch.url, from the URL on http://bazaar.launchpad.net/, or from the lp: URL.
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.