App-distfind
view release on metacpan or search on metacpan
lib/App/distfind.pm view on Meta::CPAN
This option takes a string argument and can be given several times. If a
directory with this name is encountered, it will be pruned.
By default, the following directories are pruned: C<.svn>, C<.git>, C<blib>
and C<skel>.
=item C<--print-roots>
This option causes the directories that would be searched to be printed,
without actually searching them. The C<--join> option is used, if given.
See C<--dir> on how this could be different from the options you gave at
the command-line.
=item C<--print-path>
This option takes a string argument and can be given several times. It has the
effect of restricting what will be printed to the given distribution names.
For example:
$ distfind --print-path Foo-Bar --print-path Baz
will only print paths to those distributions:
path/to/Foo-Bar path/to/Baz
=item C<--prefix>
This option takes a string argument. If given, every distribution path will be
prefixed with this string as it is printed.
=item C<--suffix>
This option takes a string argument. If given, every distribution path will be
suffixed with this string as it is printed.
=item C<--join>
This option takes a string argument. When printing distribution paths, they
will be separated by this string. It defaults to a single space character.
=item C<--line>
Print each distribution path on a line of its own. It overrides the C<--join>
option.
=item C<--help>
Prints a brief help message and exits.
=item C<--man>
Prints the manual page and exits.
=back
=head1 INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org/Public/Dist/Display.html?Name=App-distfind>.
=head1 AVAILABILITY
The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
site near you, or see
L<http://search.cpan.org/dist/App-distfind/>.
The development version lives at
L<http://github.com/hanekomu/App-distfind/>.
Instead of sending patches, please fork this project using the standard git
and github infrastructure.
=head1 AUTHOR
Marcel Gruenauer <marcel@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Marcel Gruenauer.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 5.449 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )