X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=README;h=a18ce40ae1d00358500ba679bab229a0691f1d89;hp=cf94e122953169a68d451972c8cebe81c089b1da;hb=28295033689a8250aa158801bfef0a85661030fa;hpb=7dba09fe789dac966ec4609e199557c7c622baf9 diff --git a/README b/README index cf94e12..a18ce40 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ NAME Acme::CPANAuthors::You::re_using - We are the CPAN authors that have - written the modules installed for this perl. + written the modules installed on your perl! VERSION - Version 0.01 + Version 0.02 SYNOPSIS use Acme::CPANAuthors; @@ -12,12 +12,20 @@ SYNOPSIS print $authors->name($_) . " ($_)\n" for $authors->id; DESCRIPTION - This module builds an Acme::CPANAuthors class by looking for all - installed modules for the current "perl" and then retrieving theirs - authors' name and PAUSE id. - - It may take some time to load since it has to get CPAN indexes at - "BEGIN" time. + 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 + "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 Carp, ExtUtils::Installed, Acme::CPANAuthors.