libtest-taint-perl 1.04-1build2 source package in Ubuntu

Changelog

libtest-taint-perl (1.04-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:16:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libtest-taint-perl_1.04.orig.tar.gz 12.1 KiB ef7ee6bea0323a44f155298c17873ee2871c9aa3ca69b72e62f842057f0eed90
libtest-taint-perl_1.04-1build2.diff.gz 1.6 KiB 8c58a620c74385886a43bce636841d38019fa7a919a8122ae2f2be75008b841b
libtest-taint-perl_1.04-1build2.dsc 2.1 KiB e32793714ee2bf956ea9c8e2dcafebde4c049e9ecc66034832cb327c1db2d911

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.