libtest-taint-perl 1.06-1build1 source package in Ubuntu

Changelog

libtest-taint-perl (1.06-1build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Tue, 19 Aug 2014 20:29:56 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
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
libtest-taint-perl_1.06.orig.tar.gz 13.0 KiB 721b51ca91d248ea5ff4f99ca49c05a080e6f0fc9f7983e96121b7775ab93107
libtest-taint-perl_1.06-1build1.debian.tar.gz 2.2 KiB bceb1feecf37a557ef155d04d21a1ce2f3b194a18ba4973c9f3bc0ea59986ab0
libtest-taint-perl_1.06-1build1.dsc 2.1 KiB 829241305ea1e465536bb0a06f74ee277718137e04393bb75dad28b6abc09eab

Available diffs

View changes file

Binary packages built by this source

libtest-taint-perl: Module to test taintedness

 The Test::Taint module provides tools to test taintedness.
 Tainted data is data that comes from an unsafe source, such as the
 command line, or, in the case of web apps, any GET or POST transactions.
 Read the perlsec man page for details on why tainted data is bad,
 and how to untaint the data.
 .
 When you're writing unit tests for code that deals with tainted data,
 you'll want to have a way to provide tainted data for your routines to
 handle, and easy ways to check and report on the taintedness of your data,
 in standard Test::More style.

libtest-taint-perl-dbgsym: debug symbols for package libtest-taint-perl

 The Test::Taint module provides tools to test taintedness.
 Tainted data is data that comes from an unsafe source, such as the
 command line, or, in the case of web apps, any GET or POST transactions.
 Read the perlsec man page for details on why tainted data is bad,
 and how to untaint the data.
 .
 When you're writing unit tests for code that deals with tainted data,
 you'll want to have a way to provide tainted data for your routines to
 handle, and easy ways to check and report on the taintedness of your data,
 in standard Test::More style.