libtainting-perl 0.02-1 source package in Ubuntu

Changelog

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

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  * Import upstream version 0.02.
  * Update debian/upstream/metadata.
  * Update years of upstream copyright.
  * Update build dependencies.
  * Declare compliance with Debian Policy 4.1.1.
  * Drop unneeded version constraint on libtest-exception-perl.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Wed, 15 Nov 2017 19:22:10 +0100

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
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtainting-perl_0.02-1.dsc 2.2 KiB 8a1574fbfd2527c785d9fd3b548f921e466ac598710555e55cf820d80b0ba593
libtainting-perl_0.02.orig.tar.gz 13.2 KiB 6363f0f944571984342519259efea94cfb648d49ea13d390de7f34bb4b811cec
libtainting-perl_0.02-1.debian.tar.xz 2.0 KiB 066d3e97f4f07e1710ac5201368ccf3e3064fc32bc30fd15ee12dbe0d34c6e69

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.