]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - README
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Acme-CPANAuthors-You-re_using.git] / README
diff --git a/README b/README
index cf94e122953169a68d451972c8cebe81c089b1da..94d207ea78fad483a32e0b1d67b7b87d25bc53d6 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 NAME
     Acme::CPANAuthors::You::re_using - We are the CPAN authors that have
-    written the modules installed for this perl.
+    written the modules installed on your perl!
 
 VERSION
-    Version 0.01
+    Version 0.08
 
 SYNOPSIS
         use Acme::CPANAuthors;
@@ -12,15 +12,27 @@ SYNOPSIS
         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.
+    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 get CPAN indexes at
-    "BEGIN" time.
+    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.
+    File::Find (core since perl 5)
+
+    Acme::CPANAuthors 0.16.
+
+    Module::Metadata 1.000_017.
 
 SEE ALSO
     All others "Acme::CPANAuthors::*" modules.
@@ -44,7 +56,7 @@ SUPPORT
         perldoc Acme::CPANAuthors::You::re_using
 
 COPYRIGHT & LICENSE
-    Copyright 2009 Vincent Pit, all rights reserved.
+    Copyright 2009,2010,2011,2013,2015 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.