On Tue, Dec 9, 2008 at 9:35 AM, Tomas Doran <[EMAIL PROTECTED]> wrote:
> > I agree that all 'real' Moose classes shouldn't be breaking the meta method > like this, but the fact is that there *IS* real code out there which is > going to be broken by this, and it's something which we can _avoid_ breaking > without too much effort.. > As agreed, we'll replace calls to ->can with calls to ->meta->has_method to fix this. We will also have to use Class::MOP directly to find the metaclass instead of using ->meta. So, problem resolved, fix known. will fix and release when i have some time. some time later this week, maybe next.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
