in reply to Re: find all modules that "do" a role
in thread find all modules that "do" a role
You're right, Module::Pluggable would give me a good set to start checking. The thing is that I didn't want to depend on M::P, but also check things that were used or required.
I suppose that, wheather using %INC, or ${*::*}, I'll need to check if the class uses "moose" before invoking $class->meta.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: find all modules that "do" a role
by Corion (Patriarch) on Sep 07, 2009 at 15:55 UTC |