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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:35:44 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.34.orig.tar.gz 95.8 KiB 581d8bc510debd0c456a5fc7952cb7138ae667bf38f3a77e96d773dc3196a41e
libscope-upper-perl_0.34-1build3.debian.tar.xz 3.9 KiB 105543f872d604b9c633980d5dddf6354a2d880053e7e6d6296e9e946d04da6e
libscope-upper-perl_0.34-1build3.dsc 2.3 KiB 1e4e1853b40d2731a426125c8145dabfc82eda433a97787f3b5e9766345400c4

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