FreeBSD Manual Pages
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. perl v5.32.1 2016-07-06 Mo::Mouse(3)
Name | Synopsis | Description
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Mo::Mouse&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>