Help for this page
sub Application::load_module { my($self, $class) = @_; ... delete $INC{$path}; require $path; }