FreeBSD Manual Pages
Mo::Moose(3) User Contributed Perl Documentation Mo::Moose(3) Name Mo::Moose - Use Moose instead of Mo Synopsis use Mo 'Moose'; has foo => (); Description If you use Mo and want to try Moose without adding "is" and "lazy" options to all your attributes you can just do this: use Mo 'Moose'; use foo => (); and everything should work, but now uses Moose instead of Mo for everything. perl v5.32.0 2016-07-06 Mo::Moose(3)
Name | Synopsis | Description
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Mo::Moose&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>