-
-
06 Jul 2016 22:11:23 UTC
- Distribution: Mo
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (12)
- Testers (9098 / 7 / 0)
- Kwalitee
Bus factor: 2- 93.85% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (39.19KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Name
Mo::Mouse - Use Mouse instead of Mo
Synopsis
use Mo 'Mouse'; has foo => ();
Description
If you use Mo and want to try Mouse without adding
is
andlazy
options to all your attributes you can just do this:use Mo 'Mouse'; use foo => ();
and everything should work, but now uses Mouse instead of Mo for everything.
Module Install Instructions
To install Mo, copy and paste the appropriate command in to your terminal.
cpanm Mo
perl -MCPAN -e shell install Mo
For more information on module installation, please visit the detailed CPAN module installation guide.