libcall-context-perl 0.03-3 source package in Ubuntu

Changelog

libcall-context-perl (0.03-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:18:59 +0100

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
libcall-context-perl_0.03-3.dsc 2.1 KiB 4ae34e15c23e337e835ce052a3c5b0e1f0f3ec951c63453ff2969712818e0399
libcall-context-perl_0.03.orig.tar.gz 10.5 KiB 0ee6bf46bc72755adb7a6b08e79d12e207de5f7809707b3c353b58cb2f0b5a26
libcall-context-perl_0.03-3.debian.tar.xz 1.9 KiB b3863527f27581bb544e21cbd6f959fc32fb6ace9b0a6623c82907c63a69029a

Available diffs

No changes file available.

Binary packages built by this source

libcall-context-perl: module to sanity-check calling context

 If your function only expects to return a list, then a call in some other
 context is, by definition, an error. The problem is that, depending on how
 the function is written, it may actually do something expected in testing,
 but then in production act differently.
 .
 The Call::Context module offers some functions to check if the calling
 function is itself called in the expected context.