Mo Features
Mo is absoutely minimal, but it let's you easily add many features like this:
use Mo qw[default builder other features];
This will load the modules Mo::default, etc, and have them modify your Mo reality.
Here's a list of the current feature modules that ship with Mo:
- Mo::default
-
Add
default
feature tohas
. - Mo::builder
-
Add
builder
feature tohas
. - Mo::coerce
-
Add
coerce
feature tohas
. - Mo::default
-
Add
default
feature tohas
. - Mo::exporter
-
Exporter for Mo::Inline usage. Only works with inlined Mo.
- Mo::import
-
Finalizer for Mo::Inline usage. Only works with inlined Mo.
- Mo::is
-
Add
is
feature tohas
. - Mo::required
-
Add
required
feature tohas
. - Mo::xs
-
Use XS modules to make things faster.
Requires Class::XSAccessor.
There are also feature modules that ship outside of the Mo distribution. You can search CPAN, but heres a starter list:
NOTE
Don't assume that all feature modules will work together. Sometimes the order you specify them in may affect how they work together. Read the feature docs and test your assumptions.
We continue to make more and more things work together, and when they don't we try to document it. Let us know if you feel like something critical is broken. See Mo::Hacking.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 63:
You forgot a '=back' before '=head1'