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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:47:22 +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-1build1.debian.tar.xz 3.8 KiB b1723197ad6b6affb8a92fbf6c7e139abcc5456fe464366cf87a05018ce857f7
libscope-upper-perl_0.34-1build1.dsc 2.2 KiB 4ab977fd96af15398c7bed36877d598afc125b4c0efbed1160078d5a6109bf0c

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