libsub-exporter-perl 0.988-1 source package in Ubuntu
Changelog
libsub-exporter-perl (0.988-1) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ Debian Janitor ] * Trim trailing whitespace. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ gregor herrmann ] * debian/watch: use uscan version 4. * Import upstream version 0.988. * Update upstream contact info. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.6.0. * Set Rules-Requires-Root: no. * Annotate test-only build dependencies with <!nocheck>. * Bump debhelper-compat to 13. -- gregor herrmann <email address hidden> Sat, 18 Sep 2021 16:36:13 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | perl | |
Jammy | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsub-exporter-perl_0.988-1.dsc | 2.5 KiB | f8849a3322be845b84970945ac08555eb26bcd6de399c84f0e0b8b5ea8d6a5a5 |
libsub-exporter-perl_0.988.orig.tar.gz | 55.6 KiB | 23324887d6c590f145702f077d8ca42f1b2f26a3b76f08d66c2c1e21e606040c |
libsub-exporter-perl_0.988-1.debian.tar.xz | 3.5 KiB | 50db9eaf8424d9dde8051da277b03f9cfe0964eb4eff5bef454edf09c32d94e4 |
Available diffs
- diff from 0.987-1 to 0.988-1 (30.3 KiB)
No changes file available.
Binary packages built by this source
- libsub-exporter-perl: sophisticated exporter for custom-built routines
When you use a perl module, first it is "required" function used, then its
import method is called.
.
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
for renaming, currying/sub-generation etc.
.
Sub::Exporter builds a custom exporter which can then be installed into your
module. It builds this method based on configuration passed to its
setup_exporter method.