table of contents
        
      
      
    | Mo::Mouse(3) | User Contributed Perl Documentation | Mo::Mouse(3) | 
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" and "lazy" 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.
| 2016-07-08 | perl v5.26.1 |