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

Changelog

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

  [ Jonathan Yu ]
  * New upstream release (closes: #628498).

  [ gregor herrmann ]
  * Update years of upstream and packaging copyright.
  * Bump debhelper compatibility level to 8.
  * Set Standards-Version to 3.9.2 (no changes).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  06 Jun 2011 08:22:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.14.orig.tar.gz 40.0 KiB 55cdab295ec75b44d0e7e15d83a7b89459286cb16bb79befcc69f79c85c0f2fe
libscope-upper-perl_0.14-1.debian.tar.gz 2.5 KiB 9111ef1083f09e21e12e970945f637808b309926002ebf8a9e65b4e4849d82d0
libscope-upper-perl_0.14-1.dsc 2.1 KiB 7f6c2a1502ede5f42a7ea7f6ffe4d5fa158f878a9c1d5347cef2bf29c33cb4af

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"