sub addition { ## stub no strict 'refs'; require 'Date::Math::Add'; *addition = \&Data::Math::Add::addition; goto &addition; }