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

Changelog

libsub-exporter-progressive-perl (0.001013-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libsub-exporter-progressive-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 18:15:19 +0100

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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-exporter-progressive-perl_0.001013-3.dsc 2.3 KiB 2e1f8eeb3e01345fd048621e13d55301164b4065ec83789fe0871a8e6965c8c3
libsub-exporter-progressive-perl_0.001013.orig.tar.gz 13.2 KiB d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056
libsub-exporter-progressive-perl_0.001013-3.debian.tar.xz 2.6 KiB 3f0b65d83a774c01cbb0b65139b116f23e96c50df2df4174621867244cd7631e

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.