App-distfind

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Options can be shortened according to "Case and abbreviations" in
    Getopt::Long.

    "--dir"
        This option takes a string argument and can be given several times.
        Specifies a directory that should be searched for Perl module
        distributions. If no directories are specified, the value of
        $ENV{PROJROOT} is added by default.

    "--prune"
        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: ".svn", ".git",
        "blib" and "skel".

    "--print-roots"
        This option causes the directories that would be searched to be
        printed, without actually searching them. The "--join" option is
        used, if given. See "--dir" on how this could be different from the
        options you gave at the command-line.

    "--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

    "--prefix"
        This option takes a string argument. If given, every distribution
        path will be prefixed with this string as it is printed.

    "--suffix"
        This option takes a string argument. If given, every distribution
        path will be suffixed with this string as it is printed.

    "--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.

    "--line"
        Print each distribution path on a line of its own. It overrides the
        "--join" option.

    "--help"
        Prints a brief help message and exits.

    "--man"
        Prints the manual page and exits.

INSTALLATION
    See perlmodinstall for information and options on installing Perl
    modules.

BUGS AND LIMITATIONS
    No bugs have been reported.

    Please report any bugs or feature requests through the web interface at
    <http://rt.cpan.org/Public/Dist/Display.html?Name=App-distfind>.

AVAILABILITY
    The latest version of this module is available from the Comprehensive
    Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
    CPAN site near you, or see <http://search.cpan.org/dist/App-distfind/>.

    The development version lives at
    <http://github.com/hanekomu/App-distfind/>. Instead of sending patches,
    please fork this project using the standard git and github
    infrastructure.

AUTHOR
      Marcel Gruenauer <marcel@cpan.org>

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.



( run in 1.977 second using v1.01-cache-2.11-cpan-f56aa216473 )