Your IP : 216.73.216.74


Current Path : /usr/local/lib64/perl5/Moose/Exception/Role/
Upload File :
Current File : //usr/local/lib64/perl5/Moose/Exception/Role/Method.pm

package Moose::Exception::Role::Method;
our $VERSION = '2.2201';

use Moose::Role;

has 'method' => (
    is       => 'ro',
    isa      => 'Moose::Meta::Method',
    required => 1,
);

1;