]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blob - README
Ignore MYMETA.json
[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 on your perl!
4
5 VERSION
6     Version 0.03
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 listing all the modules
16     that are installed on the current "perl" and then retrieving the name
17     and the PAUSE id of their corresponding authors.
18
19     It may take some time to load since it has to search all the directory
20     trees given by your @INC for modules, but also to get and parse CPAN
21     indexes.
22
23 FUNCTIONS
24   "register"
25     Fetches and registers the names into Acme::CPANAuthors::Register. This
26     function is automatically called when you "use" this module, unless you
27     have set the package variable $Acme::CPANAuthors::You're_using::SKIP to
28     true beforehand.
29
30 DEPENDENCIES
31     Carp, ExtUtils::Installed, Acme::CPANAuthors.
32
33 SEE ALSO
34     All others "Acme::CPANAuthors::*" modules.
35
36 AUTHOR
37     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
38
39     You can contact me by mail or on "irc.perl.org" (vincent).
40
41 BUGS
42     Please report any bugs or feature requests to
43     "bug-acme-cpanauthors-you-re_using at rt.cpan.org", or through the web
44     interface at
45     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_
46     using>. I will be notified, and then you'll automatically be notified of
47     progress on your bug as I make changes.
48
49 SUPPORT
50     You can find documentation for this module with the perldoc command.
51
52         perldoc Acme::CPANAuthors::You::re_using
53
54 COPYRIGHT & LICENSE
55     Copyright 2009,2010 Vincent Pit, all rights reserved.
56
57     This program is free software; you can redistribute it and/or modify it
58     under the same terms as Perl itself.
59