From: Stevan Little Date: Tue, 20 May 2008 22:19:36 +0000 (+0000) Subject: method modifier with regexp is done now X-Git-Tag: 0_55~156 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=088f372b89f3c89c19031ed594f83a0e7368f8ef;p=gitmo%2FMoose.git method modifier with regexp is done now --- diff --git a/Changes b/Changes index 160df76..0247d44 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,9 @@ Revision history for Perl extension Moose support regexp matching of names (thanks to Takatoshi Kitano) - tests added for this + - NOTE: this only works for classes, it + is currently not supported in roles, + but, ... patches welcome * Moose::Meta::Class - added same 'add_package_symbol' fix as in