NAME
MetaCPAN::Client::Author - An Author data object
VERSION
version 1.028003
SYNOPSIS
my $author = $mcpan->author('MICKEY');
DESCRIPTION
a MetaCPAN author entity object.
ATTRIBUTES
pauseid
name
city
country
region
updated
dir
Directory of distribution and files.
e.g. id/P/PE/PERLER
gravatar_url
Gravatar.com user picture URL.
This URL is generated using PAUSEID@cpan.org.
user
Identification code.
donation
Array-Ref.
Array-Ref.
website
Array-Ref.
profile
Array-Ref.
e.g. [ { name => "amazon", id => "B002MRC39U" }, { name => "stackoverflow", id => "brian-d-foy" }, ]
links
Hash-Ref.
extra
Hash-Ref.
blog
Hash-Ref.
{
url => "http://blogs.perl.org/users/brian_d_foy/"
feed => "http://blogs.perl.org/users/brian_d_foy/atom.xml",
}
release_count
Hash-Ref.
e.g. { latest => 118, backpan-only => 558, cpan => 18, }
METHODS
releases
my $releases = $author->releases();
Search all releases of current author's object. will return a ResultSet of MetaCPAN::Client::Release objects.
AUTHORS
Sawyer X <xsawyerx@cpan.org>
Mickey Nasriachi <mickey@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.