[Moose-commits] r7355 - in Moose/trunk: . lib
pjf at code2.0beta.co.uk
pjf at code2.0beta.co.uk
Thu Jan 22 02:30:14 GMT 2009
Author: pjf
Date: 2009-01-21 18:30:14 -0800 (Wed, 21 Jan 2009)
New Revision: 7355
Modified:
Moose/trunk/Changes
Moose/trunk/lib/Moose.pm
Log:
Moose::Util::TypeConstraints has been added to the SEE ALSO
section of Moose.pm
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-01-21 23:21:44 UTC (rev 7354)
+++ Moose/trunk/Changes 2009-01-22 02:30:14 UTC (rev 7355)
@@ -17,6 +17,9 @@
* 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)
Modified: Moose/trunk/lib/Moose.pm
===================================================================
--- Moose/trunk/lib/Moose.pm 2009-01-21 23:21:44 UTC (rev 7354)
+++ Moose/trunk/lib/Moose.pm 2009-01-22 02:30:14 UTC (rev 7355)
@@ -1019,6 +1019,8 @@
=item L<Class::MOP> documentation
+=item L<Moose::Util::TypeConstraints> for information about type constraints.
+
=item The #moose channel on irc.perl.org
=item The Moose mailing list - moose at perl.org
More information about the Moose-commits
mailing list