10 lines
465 B
Text
10 lines
465 B
Text
Taint is a good thing. However, few people use taint even though they should.
|
|
The goal of this module isn't to use taint less, but to actually encourage its
|
|
use more.
|
|
|
|
This module aims to make using taint as painless as possible (This can be an
|
|
argument against it - often implementation of security implies pain - so taking
|
|
away pain might lessen security - sort of).
|
|
|
|
Author: Paul T. Seamons <perlspam@seamons.com>
|
|
WWW: http://search.cpan.org/dist/Taint-Runtime/
|