Sha256: b85cc67db6414f8b1faa6a0c5c910f303743fea1a43fec2951dedd779250e0b9
Contents?: true
Size: 372 Bytes
Versions: 38
Compression:
Stored size: 372 Bytes
Contents
package Moose::Exception::CannotAutoDerefWithoutIsa; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "You cannot auto-dereference without specifying a type constraint on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
38 entries across 26 versions & 1 rubygems