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

Changelog

libscope-upper-perl (0.34-1build2) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:53:01 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.34.orig.tar.gz 95.8 KiB 581d8bc510debd0c456a5fc7952cb7138ae667bf38f3a77e96d773dc3196a41e
libscope-upper-perl_0.34-1build2.debian.tar.xz 3.9 KiB 1d2aa3ae16bff29154b3670f26f7b5d0009a8a8c80d686766ba46bc78c51eb08
libscope-upper-perl_0.34-1build2.dsc 2.2 KiB 5ba0f2abff35aacb0e1334adacc7b622f5aae0de936cf0f487b3fbc8ec93233d

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