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

Changelog

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

  * Team upload

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

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 0.2500
  * Update copyright years
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able
  * Drop examples-shebang.patch, resolved upstream by removing x-bit

 -- Florian Schlichting <email address hidden>  Mon, 14 Sep 2015 21:46:48 +0200

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-uplevel-perl_0.2500-1.dsc 2.2 KiB 5dd962edd63e390844c44dcd99e103b6e703b4aa773f57f51c90ae5bbb6f25e3
libsub-uplevel-perl_0.2500.orig.tar.gz 27.0 KiB 2dcca582a7ea5bada576eb27c4be1d1b064fb22175bdbd6d696c45d083560505
libsub-uplevel-perl_0.2500-1.debian.tar.xz 3.9 KiB a8ac5986d2c170f6d42c953d6a5e99293570fa84e1caa5c177ef1be5971cd6a0

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.