libsub-uplevel-perl 0.2800-1.1 source package in Ubuntu

Changelog

libsub-uplevel-perl (0.2800-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 11:51:57 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-uplevel-perl_0.2800-1.1.dsc 2.1 KiB 47a86fb1f4a50620ea74df37961352ecb4a22b2c5fd7f686be58d23b36fd627b
libsub-uplevel-perl_0.2800.orig.tar.gz 27.7 KiB b4f3f63b80f680a421332d8851ddbe5a8e72fcaa74d5d1d98f3c8cc4a3ece293
libsub-uplevel-perl_0.2800-1.1.debian.tar.xz 4.2 KiB 99bd46d176203757f45ed81a9114ea4cdd6e7c48c2b2fe1082e871671f5d439f

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.