libsub-exporter-perl 0.990-1 source package in Ubuntu

Changelog

libsub-exporter-perl (0.990-1) unstable; urgency=medium

  * Import upstream version 0.990.

 -- gregor herrmann <email address hidden>  Sat, 29 Jul 2023 17:42:48 +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 Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.990-1.dsc 2.5 KiB d3de4626a8a456d3fad6d9ad6af09816519fd3520f8f0f7b5f6873a5d0b142aa
libsub-exporter-perl_0.990.orig.tar.gz 56.2 KiB bc64ec5a06865f9cc676215c06a9448b3a0c8b3974ffb23a24f8e2ad090544fc
libsub-exporter-perl_0.990-1.debian.tar.xz 3.6 KiB 2c9d2cb2c142638934d3e5d8761cd9dd5cc33193eec70ccfde42e2c2559d61cd

Available diffs

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.