sub test_foo { no warnings 'redefine'; local *Module::bar = \&stub_for_bar; # test code for Module::foo goes here }