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

Changelog

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

  * New upstream release.
  * Add a patch for "allows (one) to".

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

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:10:40 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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.16.orig.tar.gz 56.1 KiB dca995b3b3589b59921a678df13958a19b8f33fa072ac03e31582f4e87b57af5
libscope-upper-perl_0.16-1.debian.tar.gz 2.9 KiB fb412c612a6f96ea35bc7668089b2ac3037a5de50cc57e8a2090956b522d1b91
libscope-upper-perl_0.16-1.dsc 2.1 KiB f816618ba28bf90af1478a176dc7de4e117a299108f6a558d67aec1b5dfd37c7

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"