Sha256: 586cfe6721f406ee8d97a12ebc6236953d11efa4787532bef24823c77f5c6aa1
Contents?: true
Size: 348 Bytes
Versions: 33
Compression:
Stored size: 348 Bytes
Contents
package Moose::Exception::IsaLacksDoesMethod; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "Cannot have an isa option which cannot ->does() on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
33 entries across 21 versions & 1 rubygems