in reply to Re^2: intercept nonexistent methods call
in thread intercept nonexistent methods call

This is not working as I want :(
If I comment "parent Module;" in Module::Mock.
Then code
local *Module::new = sub { Module::Mock->new(); };
do not gives any effect and in other modules Module->new() calls.