libtaint-util-perl 0.08-2build1 source package in Ubuntu

Changelog

libtaint-util-perl (0.08-2build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:55:20 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libtaint-util-perl_0.08.orig.tar.gz 14.5 KiB 78047c65237ee4ca2451bd8b44936db09a34a3925003eccf4255bcd7fdd9768c
libtaint-util-perl_0.08-2build1.debian.tar.gz 1.7 KiB b6664e2270ea85a3fa348a319ef59e4a2b08a9e8572023881219a6122cc11d3a
libtaint-util-perl_0.08-2build1.dsc 2.1 KiB ace7ca5cab28306e773e8c206e36ae363d63c571778445a3d65ac6628dcf3d21

Available diffs

View changes file

Binary packages built by this source

libtaint-util-perl: Perl module to manipulate the Perl internal taint flag

 Taint::Util wraps perl's internal routines for checking and setting the
 taint flag and thus does not rely on regular expressions for untainting
 or odd tricks involving eval and kill for checking whether data is
 tainted, instead it checks and flips a flag on the scalar in-place.