# somewhere at the top my $refresher = Module::Refresher->new; .... { no warnings 'redefine'; $refresher->refresh_module('module_name'); }