Binary package “libutil-h2o-perl” in ubuntu oracular

module to turn hashrefs into objects with accessors for keys

 The Util::H2O module allows you to turn hashrefs into objects, so that
 instead of $hash->{key} you can write $hash->key, plus you get protection
 from typos. In addition, options are provided that allow you to whip up
 really simple classes.