Sha256: e81c2dfd30a5f7cce0b09fde6d8989ff261d20ae0fa85bc02a44bb7af67ea899
Contents?: true
Size: 332 Bytes
Versions: 18
Compression:
Stored size: 332 Bytes
Contents
package Moose::Meta::Method::Accessor::Native::Code::execute_method; our $VERSION = '2.2203'; 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
18 entries across 9 versions & 1 rubygems