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

Changelog

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


  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * New upstream release.
  * debian/rules: remove override_dh_auto_test (test variable does not
    apply anymore).
  * Refresh and forward spelling patch.
  * debian/copyright: update to Copyright-Format 1.0.
  * debian/copyright: remove third-party info, update years of copyright
    and license stanzas.
  * Remove build dependencies that are not needed anymore.
  * Remove version from libdata-optlist-perl (build) dependency.
  * Bump Standards-Version to 3.9.3 (no changes).
  * Set debhelper compatibility level to 8.

 -- gregor herrmann <email address hidden>  Sat, 09 Jun 2012 00:06:10 +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

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.984-1.dsc 2.2 KiB a2464ef61e9927a62aad78b50c6c164f599699aa2170d8bd5eed986fe8388db8
libsub-exporter-perl_0.984.orig.tar.gz 41.7 KiB 0e60de14ae45ff4e601523540121e4e616e13cc4f6811dd809ee9f6d8fa718a4
libsub-exporter-perl_0.984-1.debian.tar.gz 3.5 KiB 876fc6a52a9b6ae5f2f2a7033f3adb03ecf16131ef25ef5337112902ed3c29c6

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.