habit_forming has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks!
I am experimenting with Filter::Util::Call. It is a very very cool module that allows one to dynamically modify running perl code before it is compiled. (It is one of the modules Dr. Conway uses to implement his Switch module.)
My question is this: Does anyone know how to make it descend into use or require statements? I would like to be able to modify the perl code of modules use'ed by the program that use's my filtering module.