libmonkey-patch-action-perl 0.061-2 source package in Ubuntu

Changelog

libmonkey-patch-action-perl (0.061-2) unstable; urgency=medium

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

  [ 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).
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 09 Dec 2022 12:03:54 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmonkey-patch-action-perl_0.061-2.dsc 2.2 KiB 6c3fbf4c0d014cd5d79bf215350b29c76dd86b07f16bf6cd9351979b550b93c9
libmonkey-patch-action-perl_0.061.orig.tar.gz 20.4 KiB 57477c167821e09c1100a47ee0c49ce7cb2199f82de7f0cab75be243bc2c50d7
libmonkey-patch-action-perl_0.061-2.debian.tar.xz 2.2 KiB 050efada149bb02cc1139d3cbdcae489ed3fc5c8818f7bacc9e6f52365805ac8

Available diffs

No changes file available.

Binary packages built by this source

libmonkey-patch-action-perl: module to monkey-patching subs from other packages, with restore

 Monkey patching is a way to extend or modify the runtime code of a program or
 library without altering the original source code.
 .
 Monkey::Patch::Action is based on Monkey::Patch and provides lexical scope
 monkey-patching so that you can wrap any other package's subroutine with your
 own code. It makes things even easier by helping you apply a stack of patches
 and unapply them later in flexible order.