libindirect-perl 0.39-2 source package in Ubuntu

Changelog

libindirect-perl (0.39-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Sun, 31 Jul 2022 17:57:01 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libindirect-perl_0.39-2.dsc 2.4 KiB 2dc112494e93fd4f80e3adc780ff5c94caf1f20c10408443a6cfc20ae8a796e7
libindirect-perl_0.39.orig.tar.gz 51.0 KiB 71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5
libindirect-perl_0.39-2.debian.tar.xz 3.8 KiB 16f5cca2bb933218c967c10a9d92dbfecc05410c500bc5007f47cd826a190c58

No changes file available.

Binary packages built by this source

libindirect-perl: module warning about using the indirect object syntax

 When enabled (or disabled as some may prefer to say, since you actually turn
 it on by calling no indirect), the indirect pragma lexically warns about
 indirect object syntax constructs that may have slipped into your code. This
 syntax is now considered harmful, since its parsing has many quirks and its
 use is error prone (when swoosh isn't defined, swoosh $x actually compiles to
 $x->swoosh).
 .
 It currently does not warn for core functions (print, say, exec or system).
 This may change in the future, or may be added as optional features that
 would be enabled by passing options to unimport.
 .
 indirect is not a source filter.

libindirect-perl-dbgsym: debug symbols for libindirect-perl