eb55a3f2d9
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.
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
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.
|