libcall-context-perl 0.05-1 source package in Ubuntu

Changelog

libcall-context-perl (0.05-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.05.
  * Update upstream license.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Wed, 15 May 2024 17:35:21 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcall-context-perl_0.05-1.dsc 2.4 KiB 3f40b98f7b60e9f4941644f071e93f8e6bcf24291a85443b855f5e54059e5a77
libcall-context-perl_0.05.orig.tar.gz 3.7 KiB 3d39c14096ecbfcd679ae9e0c216e61bd41dba3511d4ebee25f2f2ee00864ac5
libcall-context-perl_0.05-1.debian.tar.xz 2.5 KiB 41ff925d2a3d8940a914033dff011e34fdcd198677632137a494a01e7633e225

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.