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

Development of this module takes place on GitHub:
https://github.com/sciurius/perl-module-starter.

You can find documentation for this module with the perldoc command.

    perldoc App::Module::Setup

Please report any bugs or feature requests using the issue tracker on
GitHub.

COPYRIGHT AND LICENCE

Copyright (C) 2013,2018 Johan Vromans

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