libsub-recursive-perl 0.05-2 source package in Ubuntu

Changelog

libsub-recursive-perl (0.05-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Peter Roberts from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:06:20 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-recursive-perl_0.05-2.dsc 2.0 KiB 5bb9678b700663ef29651a4640a9d2e13ee50e8fa3a9ee2d2bbe2d42f71ad04c
libsub-recursive-perl_0.05.orig.tar.gz 13.0 KiB f378d8e4a8aa13d5b64146fd2a8b9a1aeb69306a177ff515b556c52a923d33a1
libsub-recursive-perl_0.05-2.debian.tar.xz 2.1 KiB 083f8f9aff5e5a459288e8930260b0689f4005a19d5a508c6ff600664f5f3502

Available diffs

No changes file available.

Binary packages built by this source

libsub-recursive-perl: Perl module for memory-leak free recursive anonymous subroutines

 Recursive closures suffer from a severe memory leak. Sub::Recursive makes the
 problem go away cleanly and at the same time allows you to write recursive
 subroutines as expression and can make them truly anonymous. There's no
 significant speed difference between using &recursive and writing the simpler
 leaking solution.