App-CPAN-Mini-Visit

 view release on metacpan or  search on metacpan

bin/visitcpan  view on Meta::CPAN

  --version|-V       visitcpan program version
 
  --                 indicates the end of options for visitcpan

=head1 EXAMPLES

   # count number of distributiosn in the minicpan
   $ visitcpan | wc -l
 
   # get a listing of all distributions using Build.PL
   $ visitcpan -q -a dist -o listing.txt -e 'say shift if -f "Build.PL"'
 
   # run a program against each distribution
   $ visitcpan -q -- ack -a 'use version;'

=head1 SEE ALSO

L<CPAN::Mini::Extract> creates a minicpan with archives extracted.  Analyzing
an extracted tree will be faster than C<<< visitcpan >>>, but the tree will take
up substantially more space on disk.



( run in 0.704 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )