Kate Yoak <k...@yoak.com> writes:

> I am using an ORM, which creates methods for my class using globs, in place.
>
> e.g.  __PACKAGE__->has_a('foo'...);
>
> now I have a foo() method defined in my namespace.

Is that implemented using __PACKAGE__->meta->add_method, or through some other
path?  Without knowing that it is hard to see how that might interact.

(Incidentally, are you sure you don't want to use moose-like syntax sugar for
 the has_a operation, for consistency?)

        Daniel

-- 
✣ Daniel Pittman            ✉ dan...@rimspace.net            ☎ +61 401 155 707
               ♽ made with 100 percent post-consumer electrons

Reply via email to