Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Moose/t/lib/Role/
Upload File :
Current File : //usr/share/doc/perl-Moose/t/lib/Role/Interface.pm

package Role::Interface;
use Moose::Role;

requires "meth2";

1;