]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blob - README
Update VPIT::TestHelpers to 15e8aee3
[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.08
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     File::Find (core since perl 5)
32
33     Acme::CPANAuthors 0.16.
34
35     Module::Metadata 1.000_017.
36
37 SEE ALSO
38     All others "Acme::CPANAuthors::*" modules.
39
40 AUTHOR
41     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
42
43     You can contact me by mail or on "irc.perl.org" (vincent).
44
45 BUGS
46     Please report any bugs or feature requests to
47     "bug-acme-cpanauthors-you-re_using at rt.cpan.org", or through the web
48     interface at
49     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_
50     using>. I will be notified, and then you'll automatically be notified of
51     progress on your bug as I make changes.
52
53 SUPPORT
54     You can find documentation for this module with the perldoc command.
55
56         perldoc Acme::CPANAuthors::You::re_using
57
58 COPYRIGHT & LICENSE
59     Copyright 2009,2010,2011,2013,2015 Vincent Pit, all rights reserved.
60
61     This program is free software; you can redistribute it and/or modify it
62     under the same terms as Perl itself.
63