Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the modules installed on your perl!


Acme-CPANAuthors-You-re_using documentation  | view source Contained in the Acme-CPANAuthors-You-re_using distribution.

Index


NAME

Top

Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the modules installed on your perl!

VERSION

Top

Version 0.03

SYNOPSIS

Top

    use Acme::CPANAuthors;

    my $authors = Acme::CPANAuthors->new("You're_using");
    print $authors->name($_) . " ($_)\n" for $authors->id;

DESCRIPTION

Top

This module builds an Acme::CPANAuthors class by listing all the modules that are installed on the current perl and then retrieving the name and the PAUSE id of their corresponding authors.

It may take some time to load since it has to search all the directory trees given by your @INC for modules, but also to get and parse CPAN indexes.

FUNCTIONS

Top

register

Fetches and registers the names into Acme::CPANAuthors::Register. This function is automatically called when you use this module, unless you have set the package variable $Acme::CPANAuthors::You're_using::SKIP to true beforehand.

DEPENDENCIES

Top

Carp, ExtUtils::Installed, Acme::CPANAuthors.

SEE ALSO

Top

All others Acme::CPANAuthors::* modules.

AUTHOR

Top

Vincent Pit, <perl at profvince.com>, http://www.profvince.com.

You can contact me by mail or on irc.perl.org (vincent).

BUGS

Top

Please report any bugs or feature requests to bug-acme-cpanauthors-you-re_using at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Acme::CPANAuthors::You::re_using

COPYRIGHT & LICENSE

Top


Acme-CPANAuthors-You-re_using documentation  | view source Contained in the Acme-CPANAuthors-You-re_using distribution.