Sha256: 5f24e5c45cd13bb566a73b992de83ff42ca51787f1568dc6e3226a2369830f23
Contents?: true
Size: 239 Bytes
Versions: 36
Compression:
Stored size: 239 Bytes
Contents
package Moose::Exception::SingleParamsToNewMustBeHashRef; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; sub _build_message { "Single parameters to new() must be a HASH ref"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
36 entries across 24 versions & 1 rubygems