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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.34.
  * Update years of upstream and packaging copyright.
  * Install new upstream CONTRIBUTING document.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 30 Mar 2023 20:49:03 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.34-1.dsc 2.4 KiB 1db1c5a8041e6bfb7597538454bf242b0fcfac72aa4b93899b1a5c7c105cc3b2
libscope-upper-perl_0.34.orig.tar.gz 95.8 KiB 581d8bc510debd0c456a5fc7952cb7138ae667bf38f3a77e96d773dc3196a41e
libscope-upper-perl_0.34-1.debian.tar.xz 3.8 KiB 986c5e334ec3056af1d0ba234c6f05854bd8fb68b461972828ed76b3da292a93

No changes file available.

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