libhook-lexwrap-perl 0.26-2 source package in Ubuntu

Changelog

libhook-lexwrap-perl (0.26-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 22:22:39 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhook-lexwrap-perl_0.26-2.dsc 2.2 KiB c7c5850839b0f04b1de544a36afa258a64fd9fae8507f4cb7de518c16ec31ab4
libhook-lexwrap-perl_0.26.orig.tar.gz 28.8 KiB b60bdc5f98f94f9294b06adef82b1d996da192d5f183f9f434b610fd1137ec2d
libhook-lexwrap-perl_0.26-2.debian.tar.xz 3.3 KiB f0fd47af78910522ffe48e644d50dc0d6da9c9e6386b1db2391d53dc8989e857

Available diffs

No changes file available.

Binary packages built by this source

libhook-lexwrap-perl: module for lexically scoped subroutine wrappers

 Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
 around an existing subroutine. Unlike other modules that provide this
 capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
 implements wrappers in such a way that the standard caller function
 works correctly within the wrapped subroutine.