libexporter-tidy-perl 0.08-2 source package in Ubuntu

Changelog

libexporter-tidy-perl (0.08-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:50:10 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexporter-tidy-perl_0.08-2.dsc 2.0 KiB 80a3ad9f5f5533be3384999c4ce84c33de222ff8c710280e92172988a164b91f
libexporter-tidy-perl_0.08.orig.tar.gz 23.1 KiB 7e8472c32b1e47d0d90dfb517c039281246c3a52be3022e3cfd57a9fb9e4e58b
libexporter-tidy-perl_0.08-2.debian.tar.xz 2.6 KiB 992c53b8a7b3405babca37d60698a4f2ca5479bf26235edf362329ba84094953

Available diffs

No changes file available.

Binary packages built by this source

libexporter-tidy-perl: another way of exporting symbols

 Exporter::Tidy serves as an easy, clean alternative to
 Exporter. Unlike Exporter, it is not subclassed, but it simply
 exports a custom import() into your namespace.
 .
 With Exporter::Tidy, you don't need to use any package global
 in your module. Even the subs you export can be lexically scoped.