1Mo::Mouse(3)          User Contributed Perl Documentation         Mo::Mouse(3)
2
3
4

Name

6       Mo::Mouse - Use Mouse instead of Mo
7

Synopsis

9           use Mo 'Mouse';
10           has foo => ();
11

Description

13       If you use Mo and want to try Mouse without adding "is" and "lazy"
14       options to all your attributes you can just do this:
15
16           use Mo 'Mouse';
17           use foo => ();
18
19       and everything should work, but now uses Mouse instead of Mo for
20       everything.
21
22
23
24perl v5.28.1                      2016-07-06                      Mo::Mouse(3)
Impressum