NAME
Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the modules installed on your perl!
VERSION
Version 0.03
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new("You're_using");
print $authors->name($_) . " ($_)\n" for $authors->id;
DESCRIPTION
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.
SEE ALSO
All others "Acme::CPANAuthors::*" modules.
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
You can contact me by mail or on "irc.perl.org" (vincent).
BUGS
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
You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::You::re_using
COPYRIGHT & LICENSE
Copyright 2009,2010 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.