| Module::Install::Mousse - Module::Install Support for Mousse |
Module::Install::Mousse - Module::Install Support for Mousse
use inc::Module::Install;
name 'Chocolate';
all_from 'lib/Chocolate.pm';
use_mousse 'Chocolate::Mousse';
WriteAll;
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.
Ingy döt Net <ingy@cpan.org>
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.
See http://www.perl.com/perl/misc/Artistic.html
| Module::Install::Mousse - Module::Install Support for Mousse |