| CPAN-Index documentation | view source | Contained in the CPAN-Index distribution. |
CPAN::Index::Author - An object representing a CPAN author
CPAN::Index::Author object represent CPAN authors in the index.
The id accessor returns the author's CPAN id.
This is a capitalized string. For example, the author's CPAN id is "ADAMK".
The name accessor returns the full name of the CPAN author
The email accessor returns the email address of the CPAN author
The address method returns the email address of the CPAN author, but as
a full name-inclusive Email::Address object.
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.
Adam Kennedy <cpan@ali.as>
load_authors based on Parse::CPAN::Authors by Leon Brocard <acme@cpan.org>
CPAN::Index, Parse::CPAN::Authors
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.
| CPAN-Index documentation | view source | Contained in the CPAN-Index distribution. |