Updated SYNOPSIS
Dave Rolsky [Sun, 31 Aug 2008 04:16:09 +0000 (04:16 +0000)]
lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm

index 3351738..577a846 100644 (file)
@@ -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