App-Module-Setup App::Module::Setup is the core module for module-setup, which is a boilerplate generator for new Perl modules. Why, yet another one? All existing boilerplate generators suit many users, but abhor others. They can do too much, or too little, or use conventions that not everyone agrees with. module-setup uses a set of customisable templates so everyone can tailor it to whatever needs may arise. Its design goal is to be extremely simple for unexperienced users, while still being useful for more advanced module writing. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc App::Module::Setup You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Module-Setup Search CPAN http://search.cpan.org/dist/App-Module-Setup COPYRIGHT AND LICENCE Copyright (C) 2013 Johan Vromans This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.