libmonkey-patch-perl 0.03-3 source package in Ubuntu

Changelog

libmonkey-patch-perl (0.03-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 20:11:07 +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
libmonkey-patch-perl_0.03-3.dsc 2.1 KiB d6fc36a7d453af7cbdbbd1ae784fc6dc5cf045672e3f427a1a61814848335e7f
libmonkey-patch-perl_0.03.orig.tar.gz 10.8 KiB fcd7adbc81418d4dea3b993f4f02802d5ab7c6774b244dc5fd5115ec48cc58c2
libmonkey-patch-perl_0.03-3.debian.tar.xz 2.8 KiB 7498dd1c8d4804502263908199b478c1c5cc91222944f8db0859793b87265c32

Available diffs

No changes file available.

Binary packages built by this source

libmonkey-patch-perl: scoped monkey-patching Perl module

 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 provides lexical scope monkey-patching so that you can wrap
 any other package's subroutine with your own code and still have access
 to the original subroutine.