libsub-exporter-progressive-perl 0.001013-1.1 source package in Ubuntu

Changelog

libsub-exporter-progressive-perl (0.001013-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>  Tue, 14 Jun 2022 14:28:54 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-exporter-progressive-perl_0.001013-1.1.dsc 2.3 KiB 34be98b3673e30cf20ffd7fb1baa61356068d6eb5974f395ae1ad3e2503773d2
libsub-exporter-progressive-perl_0.001013.orig.tar.gz 13.2 KiB d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056
libsub-exporter-progressive-perl_0.001013-1.1.debian.tar.xz 2.4 KiB 6f3d8d774df0c378bdf9546b5cbe04c7dd77d35a7aac65b983b7326a5bda5778

Available diffs

No changes file available.

Binary packages built by this source

libsub-exporter-progressive-perl: module for using Sub::Exporter only if needed

 Sub::Exporter is an incredibly powerful module, but with that power comes
 great responsibility, as well as some runtime penalties.
 Sub::Exporter::Progressive is a Sub::Exporter wrapper that will let your
 users just use Exporter if all they are doing is picking exports, but use
 Sub::Exporter if your users try to use Sub::Exporter's more advanced
 features, like renaming exports.
 .
 Note that this module will export @EXPORT and @EXPORT_OK package variables
 for Exporter to work. Additionally, if your package uses advanced
 Sub::Exporter features like currying, this module will only use
 Sub::Exporter, so you might as well use it directly.