libsub-uplevel-perl 0.2400-1 source package in Ubuntu

Changelog

libsub-uplevel-perl (0.2400-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * 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.

  [ Fabrizio Regalli ]
  * Imported Upstream version 0.2400
  * Added myself to Uploaders and Copyright
  * Bump Standards-Version to 3.9.2 (no changes needed)
  * Removed no more necessary --with quilt option from d/rules
  * Bump debhelper to (>= 8)
  * Updated d/compat to 8
  * Removed quilt (>= 0.46-7) from B-D
  * Switch to dpkg-source 3.0 (quilt) format
  * Updated d/copyright to latest .174 DEP5 format
  * Removed no more necessary README.source
  * Removed no more necessary libsub-uplevel-perl.docs
  * Updated copyright year for main stanza
  * Fixed path for GPL-1+ license in d/copyright
  * Removed 'GNU/Linux' from license text

 -- Fabrizio Regalli <email address hidden>  Tue, 21 Feb 2012 17:07:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsub-uplevel-perl_0.2400-1.dsc 2.2 KiB 99502dbb4a98db0d5300540ef2eb62f2e76bc6f3d7eecbdb7b5d27f6d5d0f419
libsub-uplevel-perl_0.2400.orig.tar.gz 22.8 KiB 0f93f6e9c80b8dcb22c60d0e9df2c2c6d7db10d4d37151f1dfea6e54a3c6fdfb
libsub-uplevel-perl_0.2400-1.debian.tar.gz 3.8 KiB 4e80b4c6fdef3d53633df255611e5deb76d6eeb1408465dbd001523a20d7d696

Available diffs

No changes file available.

Binary packages built by this source

libsub-uplevel-perl: module to spoof the Perl call stack

 Sub::Uplevel is a Perl module that provides a safe implementation similar to
 Tcl's uplevel() function. It allows you to safely fool the caller() into
 thinking it's in a different part of the stack, without knowing that it is
 being wrapped.