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

Changelog

libsub-exporter-perl (0.986-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * Drop spelling.patch, merged upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <email address hidden>  Fri, 11 Oct 2013 22:44:12 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.986-1.dsc 2.2 KiB 4bbed3b86e5e74c8d7ea164b57e6c70ff555d43e0d82a05b3226ec292a2d5465
libsub-exporter-perl_0.986.orig.tar.gz 44.2 KiB a7456c3216552a40f66426764d8c81815dc80bc53e3fdf67bf9234e7830b9661
libsub-exporter-perl_0.986-1.debian.tar.gz 3.2 KiB e8660681a00b55083dbba7c1ee012ef70f0230376531d51905454243027fa54a

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.