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


Acme-Module-Authors documentation  | view source Contained in the Acme-Module-Authors distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

NOTE

Top

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

Top

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

Top

CPAN


Acme-Module-Authors documentation  | view source Contained in the Acme-Module-Authors distribution.