libexporter-easy-perl 0.18-3 source package in Ubuntu

Changelog

libexporter-easy-perl (0.18-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libexporter-easy-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:06:55 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexporter-easy-perl_0.18-3.dsc 2.0 KiB 4b899e926cb6674d4e0b1df3362d4a49559fa7447924aef3b132a6ef8b35f5ff
libexporter-easy-perl_0.18.orig.tar.gz 16.8 KiB d347b2292ffc6332e5bac1aece73796cb75c1eb4a79b1a4de9c54ab08f1c2565
libexporter-easy-perl_0.18-3.debian.tar.xz 2.3 KiB 67494e55877882244de6ca6a9cb76f41955dccfa5822b0176dce0f007b5771e3

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.