]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
A better explaination for why this module is so slow to load
authorVincent Pit <vince@profvince.com>
Tue, 17 Feb 2009 16:48:47 +0000 (17:48 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 17 Feb 2009 16:48:47 +0000 (17:48 +0100)
lib/Acme/CPANAuthors/You/re_using.pm

index 3841272ecbf4f55a09c9555630d51748375994b2..09db1de0a732b0b808c25896ddf16ffbdeee4ee3 100644 (file)
@@ -35,7 +35,7 @@ BEGIN {
 
 This module builds an L<Acme::CPANAuthors> class by listing all the modules that are installed on the current C<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 C<BEGIN> time.
+It may take some time to load since it has to search all the directory trees given by your C<@INC> for modules, but also to get and parse CPAN indexes.
 
 =cut