libcontext-preserve-perl 0.03-3 source package in Ubuntu

Changelog

libcontext-preserve-perl (0.03-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcontext-preserve-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 21:15:32 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcontext-preserve-perl_0.03-3.dsc 2.1 KiB 15e7704ad4ee172d28af07634ba48851717a44a4418a670f3c931d33c44abdc6
libcontext-preserve-perl_0.03.orig.tar.gz 25.3 KiB 09914a4c2c7bdb99cab680c183cbf492ec98d6e23fbcc487fcc4ae10567dfd1f
libcontext-preserve-perl_0.03-3.debian.tar.xz 2.5 KiB 9a1cf2d05174b46e3c4412e367ed518df487558924b2e8a0b17ba2c863f0f709

Available diffs

No changes file available.

Binary packages built by this source

libcontext-preserve-perl: Perl module to preserve calling context

 Context::Preserve allows developers to preserve the calling context of their
 subroutines, which is useful for functions that call other functions and
 return their results, with some possible modifications. This means that, if
 your module is called in scalar, list or void context, the given subroutine
 is called in the same context and the appropriate 'thing' is returned.
 .
 This means that it is easy to write functions that call other functions,
 modify their result and return it, in a seamless manner.