Sha256: bab11e98b09b9014ca50ccc6bfd4100d6a48b8072c3f992dd7c9678a0a511aa1
Contents?: true
Size: 372 Bytes
Versions: 18
Compression:
Stored size: 372 Bytes
Contents
package Moose::Exception::CannotAutoDerefWithoutIsa; our $VERSION = '2.2203'; 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
18 entries across 9 versions & 1 rubygems