Name |
Mo::Moose - Use Moose instead of Mo
use Mo 'Moose'; has foo => ();
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.
Name |