NAME
CPAN::Index::Author - An object representing a CPAN author
DESCRIPTION
CPAN::Index::Author object represent CPAN authors in the index.
METHODS
id
The id
accessor returns the author's CPAN id.
This is a capitalized string. For example, the author's CPAN id is "ADAMK".
name
The name
accessor returns the full name of the CPAN author
The email
accessor returns the email address of the CPAN author
address
The address
method returns the email address of the CPAN author, but as a full name-inclusive Email::Address object.
SUPPORT
Bugs should be reported via the CPAN bug tracker
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAN-Index
For other issues, contact the author.
AUTHOR
Adam Kennedy <cpan@ali.as>
load_authors
based on Parse::CPAN::Authors by Leon Brocard <acme@cpan.org>
SEE ALSO
CPAN::Index, Parse::CPAN::Authors
COPYRIGHT
Copyright (c) 2006 Adam Kennedy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.