libcurry-perl 2.000001-2 source package in Ubuntu

Changelog

libcurry-perl (2.000001-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 21:06:43 +0000

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
libcurry-perl_2.000001-2.dsc 2.0 KiB 2af2db530b68519dc82e4a08626835246d32e7512d1953168bc2cdc67c2f4bb6
libcurry-perl_2.000001.orig.tar.gz 10.0 KiB c98fe2050fadeca39819d6e80d544e912184fe846cbe73539c68694fb1b51c08
libcurry-perl_2.000001-2.debian.tar.xz 1.9 KiB 60b6c0a88ff16700d7062b0e7aca95d382f59cbaf634aab83a725d24d22d1192

Available diffs

No changes file available.

Binary packages built by this source

libcurry-perl: module to create automatic curried method call closures for any class or object

 The curry module provides a function that simplifies the creation of curried
 method closures which are functions that wrap an existing function and
 provide some of the inner functions arguments. It also contains a package
 variable which, in addition, weakens the wrapper function so it is will not
 hold a reference count for the inner function so Perl's garbage collection
 system can destroy the latter when needed.