The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MooseX::StrictConstructor::Role::Object - A role which implements a strict constructor for Moose::Object

VERSION

version 0.09

SYNOPSIS

  Moose::Util::MetaRole::apply_base_class_roles
      ( for_class => $caller,
        roles =>
        [ 'MooseX::StrictConstructor::Role::Object' ],
      );

DESCRIPTION

When you use MooseX::StrictConstructor, your objects will have this role applied to them. It provides a method modifier for BUILDALL() from Moose::Object that implements strict argument checking for your class.

AUTHOR

  Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0