X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=blobdiff_plain;f=lib%2FMooseX%2FStrictConstructor.pm;fp=lib%2FMooseX%2FStrictConstructor.pm;h=e678bda0555d27481bcaf38f2b6bf00f73eeee60;hp=80e8453c2752dd7755ed533e038913bd5680cae4;hb=98630abcd6d5539820a18badabe2105724116264;hpb=4a070866bc7b2cf1792322865e0c7997ef7401a3 diff --git a/lib/MooseX/StrictConstructor.pm b/lib/MooseX/StrictConstructor.pm index 80e8453..e678bda 100644 --- a/lib/MooseX/StrictConstructor.pm +++ b/lib/MooseX/StrictConstructor.pm @@ -81,6 +81,12 @@ you can delete it from the hash reference of parameters. } } +=head2 Usage from roles + +It usually doesn't make sense for a role to force its consuming class to use a +strict constructor, so this is not normally permitted. If you desire this +behaviour, you can use C instead. + =head1 BUGS Please report any bugs or feature requests to