Net-Launchpad

 view release on metacpan or  search on metacpan

lib/Net/Launchpad/Role/Person.pm  view on Meta::CPAN

  $Net::Launchpad::Role::Person::AUTHORITY = 'cpan:ADAMJS';
}
$Net::Launchpad::Role::Person::VERSION = '2.101';
use Moose::Role;
use Function::Parameters;

with 'Net::Launchpad::Role::Common';

# ABSTRACT: Person roles

method gpg_keys {
    return $self->collection('gpg_keys');
}

method irc_nicks {
    return $self->collection('irc_nicknames');
}

method ppas {
    return $self->collection('ppas');
}

lib/Net/Launchpad/Role/Person.pm  view on Meta::CPAN

=head1 NAME

Net::Launchpad::Role::Person - Person roles

=head1 VERSION

version 2.101

=head1 METHODS

=head2 gpg_keys

Returns list a gpg keys registered

=head2 irc_nicks

Returns list of irc nicks

=head2 ppas

Returns list of ppas associated

=head2 ssh_keys



( run in 0.553 second using v1.01-cache-2.11-cpan-df04353d9ac )