trAvis - MANAGER
Edit File: Interface.pm
package Role::Interface; # This is automatically generated by author/import-moose-test.pl. # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! use t::lib::MooseCompat; use Mouse::Role; requires "meth2"; 1;