Lines Matching refs:author
1363 ls AUTHOR about files in the author's directory
1400 $CPAN::Frontend->mywarn("ls command rejects argument $_: not an author\n");
1406 my $author = $self->expand('Author',$a) or die "No author found for $a";
1407 $author->ls;
3185 # instantiate an author object
3562 $extra .= " (".$self->author;
3596 #-> sub CPAN::InfoObj::author ;
3597 sub author {
3615 $CPAN::Frontend->mydie("Illegal author id[$id]") unless $id =~ /^[A-Z]/;
5290 my $author;
5291 if ($author = CPAN::Shell->expand('Author',$userid)) {
5294 if ($m = $author->email) {
5301 $author->fullname . $email
5435 my $author = $CPAN::META->instance("CPAN::Author",
5437 my $fullname = $author->fullname;
5438 my $email = $author->email;
5485 temporary unavailable. Please contact the author to find out
5629 # If the author of this module made a mistake and wrote a quoted
6146 =item ls author
6148 C<ls> lists all distribution files in and below an author's CPAN
6235 directory. If the author is BAR, this might be BAR/Foo-1.23_90.tar.gz;
6346 Returns a one-line description of the author
6350 Returns a multi-line description of the author
6354 Returns the author's email address
6358 Returns the author's name
6624 Returns the author's ID of the module.
6707 If you are author of a package and wonder if your $VERSION can be