libuniversal-isa-perl 1.20171012-3 source package in Ubuntu

Changelog

libuniversal-isa-perl (1.20171012-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libuniversal-isa-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:01:41 +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
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
libuniversal-isa-perl_1.20171012-3.dsc 2.2 KiB e94582b6c74dcf8f4b21b1445d0e570215bd26353640e774c79020706a2f17d1
libuniversal-isa-perl_1.20171012.orig.tar.gz 28.7 KiB d16956036cb01c819dec7d294f6ef891be0bb64876989601354b293164da7f2b
libuniversal-isa-perl_1.20171012-3.debian.tar.xz 3.6 KiB 43955cb7e9ea6f72297230ba6d3a640c1f69d47bdaaa1a453c3f4a601bdad45c

Available diffs

No changes file available.

Binary packages built by this source

libuniversal-isa-perl: safer version of UNIVERSAL::isa

 UNIVERSAL is base class for ALL classes in Object Oriented Perl.
 UNIVERSAL::isa (isa stands for "is a") is method which can tell
 You if object is blessed in package or inherits from package.
 .
 This module overloads UNIVERSAL::isa with a version that makes sure
 that, when called as a function on objects which override isa, isa will
 call the appropriate method on those objects
 .
 In all other cases, the real UNIVERSAL::isa gets called directly.