libsub-exporter-progressive-perl 0.001009-1 source package in Ubuntu
Changelog
libsub-exporter-progressive-perl (0.001009-1) unstable; urgency=low * Team upload. * New upstream release. * Build dependency on Test::More 0.96 dropped. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann <email address hidden> Sat, 23 Mar 2013 14:17:21 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsub-exporter-progressive-perl_0.001009-1.dsc | 2.2 KiB | a4f26363908328897fd73d736dee083ebfc6227d80e986e82f9b546ca8b529f9 |
libsub-exporter-progressive-perl_0.001009.orig.tar.gz | 5.4 KiB | 207b823908588b58aa99567beeae548709f8685f824f2a8bd918ba090c5a79b2 |
libsub-exporter-progressive-perl_0.001009-1.debian.tar.gz | 1.9 KiB | be703a1dc01754e94921c1f9111fa514509df4c03b64880fbd64170b84322efb |
Available diffs
- diff from 0.001006-1 to 0.001009-1 (4.8 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.