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

Changelog

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

  * New upstream release.

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

  * New upstream release.
  * Remove spelling patch, not required anymore.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  25 Oct 2011 08:33:00 +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.18.orig.tar.gz 67.1 KiB 0a155b4602678d42d94de6713980abe743a5276eb8570cb7372f053335713087
libscope-upper-perl_0.18-1.debian.tar.gz 2.7 KiB 12f8b15dd6d160ebbd4e359c1a0d142b279cfd176d0e5ac9b60557a48b1d0f6f
libscope-upper-perl_0.18-1.dsc 2.1 KiB 3d95951d506038821f173ee55c713b6b2a3726d702f2b808fbc9dd07d5e12a9c

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"