NAME
Mo::Inline - Inline Mo and Features into your package
SYNOPSIS
In your module:
package MyModule::Mo;
# use Mo qw'build builder default';
1;
From the command line:
> mo-inline lib/MyModule/Mo.pm
or:
> mo-inline lib/
or (if you are really lazy):
> mo-inline
DESCRIPTION
Mo is so small that you can easily inline it, along with any feature modules. Mo provides a script called mo-inline
that will do it for you.
All you need to do is comment out the line that uses Mo, and run mo-inline
on the file. mo-inline
will find such comments and do the inlining for you. It will also replace any old inlined Mo with the latest version.
What Mo could you possibly want?
REAL WORLD EXAMPLES
For real world examples of Mo inlined using mo-inline
, see Pegex::Mo and TestML::Mo.
SEE ALSO
AUTHOR
Ingy döt Net <ingy@ingy.net>
COPYRIGHT AND LICENSE
Copyright (c) 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