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

NAME

cpanthanks - Thank your CPAN authors

SYNOPSIS

    cpanthanks [options] -- path [, path2, ...]

    Options:
        --limit NUMBER                     only shows top NUMBER entries (default: 5)
        --order-by popularity|diversity    order your results (default: popularity)
        --skip-modules LIST                skip modules (default: lib strict warnings)
        --skip-authors LIST                skip authors (default: none skipped)

    Usage Examples:

       cpanthanks --skip-authors MYCPANID --limit 3 -- some/path other/path
       cpanthanks --order-by=diversity -- my/project/path

OPTIONS

--limit NUMBER

only shows the top NUMBER entires. Defaults to 5.

--order-by TYPE

order results by 'popularity' (authors from modules you used the most) or 'diversity' (authors with the most modules used by you).

--skip-modules LIST

skip modules/pragmas that you don't want to consider. By default it skips 'lib', 'strict' and 'warnings';

--skip-authors LIST

skip authors you don't want to consider. If you are a CPAN author yourself, you should consider skipping yourself :)

DESCRIPTION

This program will parse all perl files/modules from a given list of directories to try and find module authors to thank for. If you can, please find the time to thank every author whose module helped you in your projects/work :D

THANKS!

This tiny app would not be possible without the incredible developers who wrote the modules that it depends on! So...

Thank you Masaaki Goshima for Compiler::Lexer!
Thank you David Golden for Path::Class::Rule!
Thank you Mickey Nasriachi and Sawyer for MetaCPAN::Client!
Thank you Tatsuhiko Miyagawa and Audrey Tang for Term::Encoding!
Thank you Russ Allbery for Term::ANSIColor!
Thank you Jean-Louis Morel for Win32::Console::ANSI!
Thank you Graham Barr and Paul Evans for List::Util!
Thank you Yuval Kogman and Jesse Luehrs for Try::Tiny!
Thank you Johan Vromans for Getopt::Long!
Thank you Marek Rouchal and Brad Appleton for Pod::Usage!

LICENSE AND COPYRIGHT

Copyright (c) 2014, Breno G. de Oliveira <garu@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

DISCLAIMER OF WARRANTY

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.