libperlio-via-dynamic-perl 0.14-2 source package in Ubuntu

Changelog

libperlio-via-dynamic-perl (0.14-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 00:02:16 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperlio-via-dynamic-perl_0.14-2.dsc 2.2 KiB 17cc1912defc27d721f0f0f52838c875043f8a69e289376ceea6647e9d44a2b7
libperlio-via-dynamic-perl_0.14.orig.tar.gz 34.3 KiB 8acd7af4d8af21d28b9c15ae137fe76cd064dad7d26eba8a30b97ebc6e1f6b49
libperlio-via-dynamic-perl_0.14-2.debian.tar.xz 2.3 KiB a30bed45d1f2c29bda0adbc1ec7ba16324ac9f316082d2014cc7fb69d165c5e0

Available diffs

No changes file available.

Binary packages built by this source

libperlio-via-dynamic-perl: module to create dynamic PerlIO layers

 PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is
 useful when the behavior or the layer depends on variables. You should
 not use this module as via layer directly (ie :via(dynamic)).
 .
 Use the constructor to create new layers, with two arguments:
 translate and untranslate. Then use $p->via ($fh) to wrap the
 handle.
 .
 Note that PerlIO::via::dynamic uses the scalar fields to reference to
 the object representing the dynamic namespace. If you