trAvis - MANAGER
Edit File: Bar.pm
package Mouse::Meta::Attribute::Custom::Bar; # This is automatically generated by author/import-moose-test.pl. # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! use t::lib::MooseCompat; sub register_implementation { 'My::Bar' } package My::Bar; use Mouse::Role; 1;