Sha256: 8f18804b4e172aadd5a8b86c32668725aec75d5d5c9fb2b4fc9c6e0e887b7223
Contents?: true
Size: 332 Bytes
Versions: 14
Compression:
Stored size: 332 Bytes
Contents
package Moose::Meta::Method::Accessor::Native::Code::execute_method; our $VERSION = '2.2206'; use strict; use warnings; use Moose::Role; with 'Moose::Meta::Method::Accessor::Native::Reader'; sub _return_value { my $self = shift; my ($slot_access) = @_; return $slot_access . '->($self, @_)'; } no Moose::Role; 1;
Version data entries
14 entries across 7 versions & 1 rubygems