2009/1/7 Cory Watson <jheep...@gmail.com> > > I'm not asking to be obtuse, more because I want to understand why my use > of > ->meta might be bad. Is there some reason that using it is "naughty"? It's > my favorite part of Moose. ;)
It's about MooseX:: modules dealing with arbitrary classes. If you use ->meta to deal with your classes that's fair, but if you're running meta code on arbitrary classes that are out of your control then depending on ->meta working as a class method is a bad idea.