projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2f2a5d
)
Updated SYNOPSIS
Dave Rolsky [Sun, 31 Aug 2008 04:16:09 +0000 (
04:16
+0000)]
lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm
b/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm
index
3351738
..
577a846
100644
(file)
--- 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