Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 562 Bytes

Features.pod

File metadata and controls

22 lines (12 loc) · 562 Bytes

Mo Features

Mo is absoutely minimal, but let's you add on features at will 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:

  • Mo::default - Add default feature to has.

  • Mo::builder - Add builder feature to has.

  • Mo::has - Add default and buiilder features to has with one feature.

    This module will likely change, and may be renamed entirely.