NAME
Momo::Role is a subclass of Role::Tiny and support has
method.
SYNOPSIS
package Role1;
use Momo::Role;
has is_role => 1;
sub can_run{ .... };
sub can_fly{ .... };
1;
DESCRIPTION
For the detail,check Momo,Role::Tiny.
SEE ALSO
AUTHOR
舌尖上的牛氓 yiming.jin@live.com
QQ: 492003149
QQ-Group: 211685345
Site: http://perl-china.com
Copyright
Copyright (C) <2013>, <舌尖上的牛氓>.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.