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

Changelog

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


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * debian/copyright: update years of copyright.

 -- gregor herrmann <email address hidden>  Mon, 18 Feb 2013 18:58:58 +0100

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

Downloads

File Size SHA-256 Checksum
libscope-upper-perl_0.22-1.dsc 2.2 KiB ce76e5401d5b0d0aed2160f8e97c1b8e7c57ae3de79ee1dd60b382fac4a0c976
libscope-upper-perl_0.22.orig.tar.gz 75.9 KiB ce9b8df9b5967feb61469bf6557e4491e3fe0a1f4bbd1928b491cdc489f7e010
libscope-upper-perl_0.22-1.debian.tar.gz 2.9 KiB 3bef6cf729dfd104696d0f1ea3083a057e6d925c223cc99bbd6c7a84e3402ac2

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"