libexporter-easy-perl 0.17-1 source package in Ubuntu

Changelog

libexporter-easy-perl (0.17-1) unstable; urgency=low


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Correct Vcs-Browser and Vcs-Git URLs.

  [ gregor herrmann ]
  * debian/copyright: update wording of Comment about copyright
    ownership.

  [ 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 ]
  * Strip trailing slash from metacpan URLs.

  * New upstream release.
  * debian/copyright: update upstream copyright notice, and Upstream-
    Contact.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Fri, 04 Jul 2014 20:29:44 +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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libexporter-easy-perl_0.17-1.dsc 2.1 KiB 0f160980a337e2fac28776827da40abacd9318372fa0a1289117ccf533d12376
libexporter-easy-perl_0.17.orig.tar.gz 16.4 KiB 7aa57ad5790431133452ac59b20de43d341d75b0ecf9768a76327e8530cf8080
libexporter-easy-perl_0.17-1.debian.tar.xz 1.8 KiB 60acdb659bbd3a7d1c6a7aaf7b1e811e1e269bf7be0f581d9c134601485caa7a

Available diffs

No changes file available.

Binary packages built by this source

libexporter-easy-perl: perl module to take the drudgery out of Exporting symbols

 Exporter::Easy makes using Exporter easy. In it's simplest case it allows you
 to drop the boilerplate code that comes with using Exporter. In more
 complicated situations where you use tags to build lists and more tags, it
 will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current
 package, add Exporter to that package's @ISA and do a use vars on all the
 variables mentioned. The rest is handled as normal by Exporter.