=encoding utf8 =head1 NAME Module::Install::RequiresList - Report prerequisite modules and version numbers =head1 SYNOPSIS In your Makefile.PL: use inc::Module::Install; ... requires_list; ... From the command line: > perl Makefile.PL > make requires-list =head1 DESCRIPTION This module adds a target to your Makefile for listing the modules required. The report is broken into sections: Required, Recommended, Build Requires, and Author Requires. For each module listed, the report prints 3 versions: the version you are requesting, your installed version and the CPAN version. =head1 SEE ALSO =over =item * L =back =head1 AUTHOR Ingy döt Net =head1 COPYRIGHT AND LICENSE Copyright (c) 2011. Ingy döt Net. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html =cut