X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=lib%2FAcme%2FCPANAuthors%2FYou%2Fre_using.pm;h=3841272ecbf4f55a09c9555630d51748375994b2;hp=785b614d0b89e6bea334e0ec39c90205086c3f8f;hb=cbb501aa1e454f486e962d66d146dddad3d16ddc;hpb=41c2781606f5304bf1edaae54a0b892250bf0679 diff --git a/lib/Acme/CPANAuthors/You/re_using.pm b/lib/Acme/CPANAuthors/You/re_using.pm index 785b614..3841272 100644 --- a/lib/Acme/CPANAuthors/You/re_using.pm +++ b/lib/Acme/CPANAuthors/You/re_using.pm @@ -39,7 +39,11 @@ It may take some time to load since it has to get CPAN indexes at C time. =cut +our $SKIP; + BEGIN { + return if $SKIP; + my %authors; my $pkgs = Acme::CPANAuthors::Utils::cpan_packages();