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

Name

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

Synopsis

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

Description

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