libsub-exporter-progressive-perl 0.001013-2 source package in Ubuntu
Changelog
libsub-exporter-progressive-perl (0.001013-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Submit. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Jelmer Vernooij <email address hidden> Fri, 17 Jun 2022 11:01:35 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsub-exporter-progressive-perl_0.001013-2.dsc | 2.3 KiB | ba4c040962e3d135626dfc00e6a654849edccbe4dccb00a063a4a00b35900fe8 |
libsub-exporter-progressive-perl_0.001013.orig.tar.gz | 13.2 KiB | d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056 |
libsub-exporter-progressive-perl_0.001013-2.debian.tar.xz | 2.6 KiB | bbfe8d2f7a3132eb4177a7d153ee2e2087ccd02904c73f80adbb021e170a12e5 |
Available diffs
- diff from 0.001013-1.1 to 0.001013-2 (1.1 KiB)
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.