NAME
Mousse::Maker - Make Your Own Mousse Module
SYNOPSIS
In your Makefile.PL
:
use inc::Module::Install;
name 'Chocolate';
use_mousse 'Chocolate::Mousse';
or (if you don't use Module::Install):
perl -MMousse::Maker -e make_mousse 'Chocolate::Mousse' > lib/Chocolate/Mousse.pm
DESCRIPTION
Mousse::Maker is the module that Module::Install::Mousse uses to generate your own Mousse OO base class module. You can also use it by hand in a Perl one liner (shown above) if your CPAN module doesn't use Module::Install for its Makefile.PL.
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT
Copyright (c) 2010, 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