The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::Module::Authors - Thank you CPAN authors

SYNOPSIS

  use Acme::Module::Authors;
  # in END phase it'll print out author names of modules used

DESCRIPTION

Acme::Module::Authors allows you to realize how your programs benefit from CPAN modules. Then you can thank authors of these modules.

NOTE

This module uses CPAN.pm to get module author name, which is slow. Parsing POD's AUTHOR section will makei it more efficient. (But it's hard because author names are in free form)

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

SEE ALSO

CPAN