libclass-isa-perl 0.36-7 source package in Ubuntu

Changelog

libclass-isa-perl (0.36-7) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.2.1, no changes needed.

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libclass-isa-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:02:36 +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-isa-perl_0.36-7.dsc 2.1 KiB ec0395595b289ea358ad73fc0ddfa08d106ff005b2d1c9dd2c915491787e80e3
libclass-isa-perl_0.36.orig.tar.gz 5.9 KiB 8816f34e9a38e849a10df756030dccf9fe061a196c11ac3faafd7113c929b964
libclass-isa-perl_0.36-7.debian.tar.xz 2.8 KiB f7558ceb48773681a71b695b8cf20983e83c1080c87c4b970213f98fb326f300

Available diffs

No changes file available.

Binary packages built by this source

libclass-isa-perl: report the search path for a class's ISA tree

 Class::ISA returns the list of classes that the current class inherits
 from, listed in the order that Perl would search for a method not
 implemented in the current class. The list contains no duplicates.