From: Dave Rolsky Date: Thu, 23 Oct 2008 16:27:58 +0000 (+0000) Subject: Small wording tweak X-Git-Tag: 0.60~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3654c4117b2e7f05359779ff5306bed598ae7923;p=gitmo%2FMoose.git Small wording tweak --- diff --git a/Changes b/Changes index 9143ff0..c716f70 100644 --- a/Changes +++ b/Changes @@ -12,7 +12,7 @@ Revision history for Perl extension Moose simpler, and also around 5 times faster. (t0m) - Add caching to resolve_metaclass_alias, which gives an order of magnitude speedup to things which repeatedly call the - Moose::Meta::Attribute->does method. E.g. MooseX::Storage + Moose::Meta::Attribute->does method, notably MooseX::Storage (t0m) * Moose::Util::TypeConstraints