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

Changelog

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

  [ gregor herrmann ]
  * New upstream release.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Damyan Ivanov ]
  * bump debhelper compatibility version to 10
  * add Testsuite header
  * declare conformance with Policy 4.1.3 (no changes needed)

 -- Damyan Ivanov <email address hidden>  Mon, 01 Jan 2018 09:04:15 +0000

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
Focal release main perl
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.987-1.dsc 2.2 KiB 525eb460483e2c7436b5e16acb9bef8b1840b4526eca012ffe4ba40b07cf4a12
libsub-exporter-perl_0.987.orig.tar.gz 44.9 KiB 543cb2e803ab913d44272c7da6a70bb62c19e467f3b12aaac4c9523259b083d6
libsub-exporter-perl_0.987-1.debian.tar.xz 3.3 KiB 2da7cb098d6a26ca3bda33fbeabdd8743ca831c8e0a5b8caac6410fb5ce727cd

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.