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

Changelog

libscope-upper-perl (0.24-1) unstable; urgency=low


  * New upstream release.
  * Drop build dependencies that are not required anymore.
  * Drop unused lintian override (hardening-no-fortify-functions).

 -- gregor herrmann <email address hidden>  Sat, 05 Oct 2013 16:39:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.24-1.dsc 2.1 KiB f5a5746f8ba67ea1f03b9242c69868fd12aca5d73b81a71fcfb115da16cbc7f6
libscope-upper-perl_0.24.orig.tar.gz 80.8 KiB af3498834e0c4358670a4441b91a23fec13aa128205e541040f22c1f29673295
libscope-upper-perl_0.24-1.debian.tar.gz 2.8 KiB 58016354f02e7924ab0c6d8cb63298d05e5aaf7fafcdabceec01d85eca8ebe06

Available diffs

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"