libutil-h2o-perl 0.24-1 source package in Ubuntu

Changelog

libutil-h2o-perl (0.24-1) unstable; urgency=medium

  * Import upstream version 0.24.

 -- gregor herrmann <email address hidden>  Sun, 17 Dec 2023 18:40:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libutil-h2o-perl_0.24-1.dsc 2.3 KiB cce11200de57e08e8a886a643e340cc30328597bffb7885d8432b341114a83fe
libutil-h2o-perl_0.24.orig.tar.gz 22.9 KiB 933f6010756daa68039474a70f23d158d0c0cac079cae24892f4ce6264e268a1
libutil-h2o-perl_0.24-1.debian.tar.xz 1.8 KiB 61837ffcd840575e931c2d2a58734100efbb57fb0b3838005a70075c46b1cccb

Available diffs

No changes file available.

Binary packages built by this source

libutil-h2o-perl: 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.