mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
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: https://metacpan.org/release/Class-DBI-Untaint
|