1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/p5-Class-DBI-Untaint/pkg-descr

9 lines
340 B
Plaintext
Raw Normal View History

Using this module will plug-in a new constraint type to Class::DBI
that uses CGI::Untaint.
Any column can then be said to require untainting of a given type
- i.e. that any value which you attempted to set that column to
(include at create() time) must pass an untaint as_type() check.
WWW: http://search.cpan.org/dist/Class-DBI-Untaint/