From: Stevan Little Date: Sat, 1 Dec 2007 21:02:01 +0000 (+0000) Subject: stuff X-Git-Tag: 0_32^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0542df9dfb565447bb2d2b84f7bb4838b7ad6f2;p=gitmo%2FMoose.git stuff --- diff --git a/lib/Moose/Meta/TypeConstraint/Registry.pm b/lib/Moose/Meta/TypeConstraint/Registry.pm index ae6429a..ad8861d 100644 --- a/lib/Moose/Meta/TypeConstraint/Registry.pm +++ b/lib/Moose/Meta/TypeConstraint/Registry.pm @@ -63,10 +63,16 @@ __END__ =head1 NAME -Moose::Meta::TypeConstraint::Registry +Moose::Meta::TypeConstraint::Registry - registry for type constraints =head1 DESCRIPTION +This module is currently only use internally by L. +It can be used to create your own private type constraint registry as well, but +the details of that are currently left as an exercise to the reader. (One hint: +You can use the 'parent_registry' feature to connect your private version with the +base Moose registry and base Moose types will automagically be found too). + =head1 METHODS =over 4