The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

TITLE

dist-extensions - List file name extensions found in a CPAN repository.

SYNOPSIS

 dist-extensions
 dist-extensions -help
 dist-extensions -version

OPTIONS

-cpan

This option specifies the URL of the desired CPAN repository.

-help

This option displays the documentation for this script. The script then exits.

-quiet

This option silences the informational messages about distributions whose file extension can not be deciphered.

-version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script feeds all the indexed distributions in a CPAN repository to CPAN::DistnameInfo and lists the unique file name extensions found in the repository. Informational messages about distributions that do not have recognized extensions are printed to standard error, and can be supressed with the -quiet option.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2012-2014 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.