From: Dave Rolsky Date: Sun, 31 Aug 2008 04:16:45 +0000 (+0000) Subject: Update synopsis and fixed typo in the name bit X-Git-Tag: 0.06_02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=ab80b9176946569241b436657150cc54b469103b;hp=f83de654c5b1a5f016ce3aa25214cec013b63ffa Update synopsis and fixed typo in the name bit --- diff --git a/lib/MooseX/StrictConstructor/Role/Object.pm b/lib/MooseX/StrictConstructor/Role/Object.pm index 1f23b6e..d060690 100644 --- a/lib/MooseX/StrictConstructor/Role/Object.pm +++ b/lib/MooseX/StrictConstructor/Role/Object.pm @@ -38,7 +38,15 @@ __END__ =head1 NAME -MooseX::StrictConstructor::Role::Object - A role which implements a stricto constructor for Moose::Object +MooseX::StrictConstructor::Role::Object - A role which implements a strict constructor for Moose::Object + +=head1 SYNOPSIS + + Moose::Util::MetaRole::apply_base_class_roles + ( for_class => $caller, + roles => + [ 'MooseX::StrictConstructor::Role::Object' ], + ); =head1 DESCRIPTION