NAME
Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the modules installed for this perl.
VERSION
Version 0.01
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 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.
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 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.