NAME
Maker - Manage your Makefile.PL and authoring requirements
SYNOPSIS
perl Maker.pm [options]
Options:
--help brief help message
--authordeps list author only dependencies
OPTIONS
- --help
-
Print a brief help message and exits.
-
Gives you a newline separated list of all the dependencies you need to install in order to be able to usefully develop on the distribution we are making.
You could, for example, install like so:
perl Maker.pm --authordeps | cpanm
DESCRIPTION
This is a module intended to wrap Module::Install and make it a bit more friendly, as well as encapsulate a few of my most common development workflow patterns. Hopefully it will also make it a bit easier for other people to contribute to my CPAN modules