]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blob - README
A better explaination for why this module is so slow to load
[perl/modules/Acme-CPANAuthors-You-re_using.git] / README
1 NAME
2     Acme::CPANAuthors::You::re_using - We are the CPAN authors that have
3     written the modules installed for this perl.
4
5 VERSION
6     Version 0.01
7
8 SYNOPSIS
9         use Acme::CPANAuthors;
10
11         my $authors = Acme::CPANAuthors->new("You're_using");
12         print $authors->name($_) . " ($_)\n" for $authors->id;
13
14 DESCRIPTION
15     This module builds an Acme::CPANAuthors class by looking for all
16     installed modules for the current "perl" and then retrieving theirs
17     authors' name and PAUSE id.
18
19     It may take some time to load since it has to get CPAN indexes at
20     "BEGIN" time.
21
22 DEPENDENCIES
23     Carp, ExtUtils::Installed, Acme::CPANAuthors.
24
25 SEE ALSO
26     All others "Acme::CPANAuthors::*" modules.
27
28 AUTHOR
29     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
30
31     You can contact me by mail or on "irc.perl.org" (vincent).
32
33 BUGS
34     Please report any bugs or feature requests to
35     "bug-acme-cpanauthors-you-re_using at rt.cpan.org", or through the web
36     interface at
37     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_
38     using>. I will be notified, and then you'll automatically be notified of
39     progress on your bug as I make changes.
40
41 SUPPORT
42     You can find documentation for this module with the perldoc command.
43
44         perldoc Acme::CPANAuthors::You::re_using
45
46 COPYRIGHT & LICENSE
47     Copyright 2009 Vincent Pit, all rights reserved.
48
49     This program is free software; you can redistribute it and/or modify it
50     under the same terms as Perl itself.
51