libclass-handle-perl 1.07-5 source package in Ubuntu

Changelog

libclass-handle-perl (1.07-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libclass-handle-perl: Add :any qualifier for perl dependency.

 -- Jelmer Vernooij <email address hidden>  Sat, 17 Dec 2022 16:59:04 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-handle-perl_1.07-5.dsc 1.8 KiB c3656910c11fa57b35188ab7989fa40b5533012cbfcc7c9a388cbafef6aca625
libclass-handle-perl_1.07.orig.tar.gz 26.0 KiB 000320fcc2c9732f0a53b02d3e7cea460ea69de9dc8fced1a24502be27228035
libclass-handle-perl_1.07-5.debian.tar.xz 2.4 KiB d3212b3952d9bd412c490c2389ec68b89ddde5b4f77287a51097f79210f85ea8

Available diffs

No changes file available.

Binary packages built by this source

libclass-handle-perl: module to create objects which are handles to classes

 Class::Handle is a Perl module that attempts to provide a convenient object
 wrapper around the various different types of functions that can be performed
 on a class. It provides what is effectively a combined API from UNIVERSAL,
 Class::ISA and Class::Inspector for obtaining information about a class, and
 some additional task methods.