libscope-upper-perl 0.33-1build2 source package in Ubuntu

Changelog

libscope-upper-perl (0.33-1build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:08:20 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.33.orig.tar.gz 93.2 KiB 5f33be01ad68fcbec6ef81eeb03b3511a2f5f0752ad513d993a4c13a5fb1a648
libscope-upper-perl_0.33-1build2.debian.tar.xz 3.8 KiB 1e1bb9aa6bb5e715019fd72ce5cbd7abdc337078eeca328daaf8ccff4309f0b0
libscope-upper-perl_0.33-1build2.dsc 2.2 KiB 0a4ec482b2fd098d0e894083e5f246db4316f5bbcd42a2a65b9a799aaa9f142c

Available diffs

View changes file

Binary packages built by this source

libscope-upper-perl: module to manipulate upper scopes

 Scope::Upper is a Perl module that provides a way for Perl programs to defer
 actions at run-time until the control flow returns to the upper scope. It
 currently enables developers to:
 .
  * Hook an upper scope end with "reap"
  * Localize variables, array/hash values or deletions of elements in
    higher contexts with respectively "localize", "localize_elem" and
    "localize_delete"
  * Return values immediately to an upper level with "unwind", and know
    which context was in use then with "want_at"

libscope-upper-perl-dbgsym: debug symbols for libscope-upper-perl