libtainting-perl 0.031-1 source package in Ubuntu

Changelog

libtainting-perl (0.031-1) unstable; urgency=medium

  * Team upload

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

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

  [ Florian Schlichting ]
  * Import upstream version 0.031.
  * Update upstream metadata
  * Update copyright years
  * Add deprecation notice to short and long description, as well as NEWS
  * Bump dh compat to level 13
  * Annotate test-only build dependencies with <!nocheck>
  * Add Rules-Requires-Root: no
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <email address hidden>  Sun, 19 Sep 2021 22:06:55 +0800

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtainting-perl_0.031-1.dsc 2.1 KiB adb3735c637cdb019fe2b2ef9efdd146c744b927dc1ad39f2d84cd7baeecee37
libtainting-perl_0.031.orig.tar.gz 15.1 KiB 2b6d5a6ac07186a1065c53c1c6cc257bc8d4a81bd5d215103a3fa53de2fdb30d
libtainting-perl_0.031-1.debian.tar.xz 2.4 KiB b3478e708cf7a51ad4994b126c7c6ef2cdb900cb021a2dbed16d18dd2632c794

Available diffs

No changes file available.

Binary packages built by this source

libtainting-perl: Perl pragma to enable taint mode lexically (deprecated)

 tainting provides a simpler interface to Taint::Runtime. The idea is so that
 there is no functions or variables to import. Just use or no, like warnings
 or strict. Tainting of %ENV will be done one time automatically the first
 time this module is used.
 .
 Please (PLEASE) read Taint::Runtime's documentation first about the pro's and
 con's of enabling/disabling tainting at runtime. Use -T if you can.
 .
 DEPRECATION NOTICE: tainting.pm is broken and will be purged from CPAN
 because the lexical switching is done at compile time while tainting is
 performed at runtime. Please see Taint::Runtime and localize $TAINT
 instead.