Subject: | Should be easy to eliminate Ref::Util |
Types::Standard exports things like:
is_CodeRef
is_HashRef
is_Ref
is_Object
which should act exactly the same as the functions you use from Ref::Util. You're already using Types::Standard, and like Ref::Util it has an optional XS implementation so is pretty fast.