From: Paul Jamieson Fenwick Date: Thu, 22 Jan 2009 02:30:14 +0000 (+0000) Subject: Moose::Util::TypeConstraints has been added to the SEE ALSO X-Git-Tag: 0.65~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=796feeff304338b777176f47b271c9d4aba156fb;p=gitmo%2FMoose.git Moose::Util::TypeConstraints has been added to the SEE ALSO section of Moose.pm --- diff --git a/Changes b/Changes index d5fb9a8..f16471b 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,9 @@ Revision history for Perl extension Moose * added maybe_type to exports of Moose::Util::TypeConstraints (rjbs) + * Moose::Util::TypeConstraints mentioned in the See Also section + of main Moose documentation. + 0.64 Wed, December 31, 2008 * Moose::Meta::Method::Accessor - Always inline predicate and clearer methods (Sartak) diff --git a/lib/Moose.pm b/lib/Moose.pm index cae4f54..18cde43 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -1019,6 +1019,8 @@ Part 2 - L =item L documentation +=item L for information about type constraints. + =item The #moose channel on irc.perl.org =item The Moose mailing list - moose@perl.org