NAME
Module::Install::Mousse - Module::Install Support for Mousse
SYNOPSIS
use inc::Module::Install;
name 'Chocolate';
all_from 'lib/Chocolate.pm';
use_mousse 'Chocolate::Mousse';
WriteAll;
DESCRIPTION
This module copies Mousse.pm as your module distibution's OO base module. See Mousse for full details.
Now you can get full Mousse OO support for your module with no external dependency on Mousse.
Just add this line to your Makefile.PL:
use_mousse 'Your::Module::OO';
That's it. Really. Now Mousse is bundled into your module under the name Your::Module::OO
, there is no burden on the person installing your module.
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT
Copyright (c) 2010. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.