MooseX::StrictConstructor::Role::Object.3pm

Langue: en

Autres versions - même langue

Version: 2010-09-09 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

VERSION

version 0.11

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>
 
 
This software is Copyright (c) 2010 by Dave Rolsky.

This is free software, licensed under:

   The Artistic License 2.0