|
NameMo::Mouse - Use Mouse instead of MoSynopsisuse Mo 'Mouse'; has foo => (); DescriptionIf 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.
Visit the GSP FreeBSD Man Page Interface. |