From: Dave Rolsky Date: Sun, 31 Aug 2008 04:16:09 +0000 (+0000) Subject: Updated SYNOPSIS X-Git-Tag: 0.06_02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=f83de654c5b1a5f016ce3aa25214cec013b63ffa Updated SYNOPSIS --- diff --git a/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm b/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm index 3351738..577a846 100644 --- a/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm +++ b/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm @@ -49,7 +49,11 @@ MooseX::StrictConstructor::Role::Meta::Method::Constructor - A role to make immu =head1 SYNOPSIS - use MooseX::StrictConstructor; + Moose::Util::MetaRole::apply_metaclass_roles + ( for_class => $caller, + constructor_class_roles => + ['MooseX::StrictConstructor::Role::Meta::Method::Constructor'], + ); =head1 DESCRIPTION