Acme-CPANAuthors-You-re_using

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    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
    File::Find (core since perl 5)

    Acme::CPANAuthors 0.16.

    Module::Metadata 1.000_017.

SEE ALSO

lib/Acme/CPANAuthors/You/re_using.pm  view on Meta::CPAN


This module builds an L<Acme::CPANAuthors> class by listing all the modules that are installed on the current C<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 C<@INC> for modules, but also to get and parse CPAN indexes.

=head1 FUNCTIONS

=head2 C<register>

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

=cut

BEGIN { require Acme::CPANAuthors::Register; }

our $SKIP;

sub register {
 return if $SKIP;



( run in 0.620 second using v1.01-cache-2.11-cpan-49f99fa48dc )