NAME
JSAN::Index::Author - A JavaScript Archive Network (JSAN) Author
DESCRIPTION
This class provides objects that represent authors in the JSAN::Index.
METHODS
In addition to the general methods provided by Class::DBI, this class has the following additional methods.
login
The login
accessor returns the JSAN author code/login for the author.
name
The name
accessor returns the full name of the author.
doc
The doc
accessor returns the root-relative documentation path for the author on any http://openjsan.org/ mirror.
The email
accessor returns the public email address for the author.
url
The url
acessor returns the uri for the authors homepage as a string.
releases
The releases
method finds and retrieves all of the releases for an author.
Returns a list of JSAN::Index::Release objects.
SUPPORT
Bugs should be reported via the CPAN bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=JSAN-Client
For other issues, contact the author.
AUTHOR
Adam Kennedy <cpan@ali.as>, http://ali.as/
SEE ALSO
JSAN::Index, JSAN::Shell, http://openjsan.org
COPYRIGHT
Copyright 2005 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.