libaspect-perl 1.04-3 source package in Ubuntu

Changelog

libaspect-perl (1.04-3) unstable; urgency=medium

  * Add patch to make Makefile.PL work without Module::Install::DSL.
    Thanks to Niko Tyni for the bug report. (Closes: #1040134)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Remove unused libbenchmark-timer-perl from Suggests.

 -- gregor herrmann <email address hidden>  Sun, 02 Jul 2023 15:15:42 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libaspect-perl_1.04-3.dsc 2.5 KiB 182fa95a514808f998aa0be9bb50e5abfb7e2db1cb861164ddccec9115d9b563
libaspect-perl_1.04.orig.tar.gz 110.4 KiB b8431c880670fe2a2a5185565e88e62a2a807a6a765adf990767d771aa63c976
libaspect-perl_1.04-3.debian.tar.xz 4.8 KiB 554ff8c2431ccf083f55cf6299d3de9bb0561253867522afd5cf77f518f8acb5

Available diffs

No changes file available.

Binary packages built by this source

libaspect-perl: module for Aspect-Oriented Programming in Perl

 Aspect-oriented Programming (AOP) is a programming method developed by Xerox
 PARC and others. The basic idea is that in complex class systems there are
 certain aspects or behaviors that cannot normally be expressed in a coherent,
 concise and precise way. One example of such aspects are design patterns,
 which combine various kinds of classes to produce a common type of behavior.
 Another is logging. For more information, see <URL:http://www.aosd.net>.
 .
 The Perl Aspect module is focused on subroutine matching and wrapping. It
 allows you to select collections of subroutines using a flexible pointcut
 language, and modify their behavior in any way you want.