libdispatch-class-perl 0.02-4 source package in Ubuntu

Changelog

libdispatch-class-perl (0.02-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.02-3.
  * Update renamed lintian tag names in lintian overrides.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 20:29:22 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdispatch-class-perl_0.02-4.dsc 2.4 KiB 768c1efdd9f7fb23f933a54b7a278e77d075f6ef7fc56ce7da0246f8d79614e3
libdispatch-class-perl_0.02.orig.tar.gz 4.8 KiB d74db43b1af9e8bd46ffc15bfe4df1e5d810c42ce8582e937510dc2a2ca16582
libdispatch-class-perl_0.02-4.debian.tar.xz 3.7 KiB 0744ca7d246ba5c94a452d8ddebe77e6c7ac765ffade4274038a5bee90228081

Available diffs

No changes file available.

Binary packages built by this source

libdispatch-class-perl: dispatch on the type (class) of an argument

 This module offers a simple way to check the class of an object and
 handle specific cases specifically.
 .
 In other words this module provides a way to do specific tasks at run
 time depending on type of object passed, similar to run time
 polymorphism.