1Mo::Moose(3) User Contributed Perl Documentation Mo::Moose(3)
23
4
Name
6Mo::Moose - Use Moose instead of Mo
7
Synopsis
9use Mo 'Moose';
10has foo => ();
11
Description
13If you use Mo and want to try Moose without adding "is" and "lazy"
14options to all your attributes you can just do this:
1516
use Mo 'Moose';
17use foo => ();
1819
and everything should work, but now uses Moose instead of Mo for
20everything.
2122
23
24
perl v5.28.0 2016-07-06 Mo::Moose(3)