1 package Moose::Meta::Method::Accessor::Native::Code::execute;
6 our $VERSION = '1.9900';
7 $VERSION = eval $VERSION;
8 our $AUTHORITY = 'cpan:STEVAN';
12 with 'Moose::Meta::Method::Accessor::Native::Reader';
16 my ($slot_access) = @_;
18 return $slot_access . '->(@_)';