libobject-multitype-perl 0.05-5 source package in Ubuntu

Changelog

libobject-multitype-perl (0.05-5) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:21:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-multitype-perl_0.05-5.dsc 2.1 KiB c656aa0c6f38eaf76efce90f93cb82cd5db07c630281c801705bed20a7235446
libobject-multitype-perl_0.05.orig.tar.gz 6.5 KiB aa65390e0120dfe98e8a2c510a81adc5d3e42efa3e13d54e85467303d911bf31
libobject-multitype-perl_0.05-5.debian.tar.xz 2.4 KiB 147d294f0f598114ff68a08ec97ff8fdf368e53bacc314c81849053a0bff2238

Available diffs

No changes file available.

Binary packages built by this source

libobject-multitype-perl: Perl objects as Hash, Array, Scalar, Code and Glob at once

 The Object::MultiType module returns an object that works like a Hash,
 Array, Scalar, Code and Glob object at the same time. It uses tie and
 override magic to expose to the perl level the intrinsic typeglob-ness
 of all references. If this does not make sense to you, you probably will
 not be using it directly, although you may wind up installing it as a
 dependency of something else.