Binary package “libref-util-perl” in ubuntu focal

set of utility functions for checking references

 Ref::Util introduces several functions to help identify references in a
 faster and smarter way. In short:
 .
  ref $foo eq 'ARRAY'
  # is now:
  is_arrayref($foo)