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

Changelog

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

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.33.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 25 Dec 2021 16:19:02 +0100

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

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.33-1.dsc 2.4 KiB a28897bd957ee924ee0b798d0da7cc43b288b3200100580ff6d9b752f624aeec
libscope-upper-perl_0.33.orig.tar.gz 93.2 KiB 5f33be01ad68fcbec6ef81eeb03b3511a2f5f0752ad513d993a4c13a5fb1a648
libscope-upper-perl_0.33-1.debian.tar.xz 3.7 KiB c37b1c4d698dcae3afb664d62e3cd345b65f58fab0e4313af7a519e2018b4280

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