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