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

Changelog

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

  * Import upstream version 0.989.
  * Update upstream email address.
  * Update years of packaging copyright.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 05 Jan 2023 20:07:56 +0100

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
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.989-1.dsc 2.5 KiB b902951ad8e9c27cbe31165c433abb0b720d541a9b89076c55621d1a69a59493
libsub-exporter-perl_0.989.orig.tar.gz 55.4 KiB 334896e0af5e0643fc3799cbbcf01f933d4ca6324cd644c0b6660e71cdbd01c9
libsub-exporter-perl_0.989-1.debian.tar.xz 3.6 KiB 51ab8b9e3240773c62d94d13b781618c142ed62b9cb2d50d7115761fca276f4a

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.