libdevel-overloadinfo-perl 0.007-1 source package in Ubuntu

Changelog

libdevel-overloadinfo-perl (0.007-1) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 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).

  [ gregor herrmann ]
  * Import upstream version 0.007.
  * Handle included ExtUtils::HasCompiler.
    Build-Depend on packaged version and move vendored file out of the way
    during build.
    Still mention inc/ExtUtils/HasCompiler.pm in d/copyright.
  * Remove (build) dependency on libsub-identify-perl.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 26 Sep 2021 16:29:13 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-overloadinfo-perl_0.007-1.dsc 2.5 KiB 440587a518e74367795faa892774e04baa58d1af15d89e94f45ec5473d83aca7
libdevel-overloadinfo-perl_0.007.orig.tar.gz 15.9 KiB 21a184163b90f91f06ffc7f5de0b968356546ae9b400a9d75c573c958c246222
libdevel-overloadinfo-perl_0.007-1.debian.tar.xz 2.4 KiB 86981ff532667799f13e14d8a825b2b106f4ab62ef510356974d04bb79f129c6

Available diffs

No changes file available.

Binary packages built by this source

libdevel-overloadinfo-perl: module to introspect overloaded operators

 Devel::OverloadInfo returns information about overloaded operators for a
 given class (or object), including where in the inheritance hierarchy the
 overloads are declared and where the code implementing it is.