SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This module collects common validation routines to make input
validation, and untainting easier and more readable. Most of the
functions are not much shorter than their direct perl equivalent
(and are much longer in some cases), but their names make it clear
what you're trying to test for.

View file

@ -0,0 +1,21 @@
${P5SITE}/Data/
${P5SITE}/Data/Validate.pm
${P5SITE}/auto/
${P5SITE}/auto/Data/
${P5SITE}/auto/Data/Validate/
${P5SITE}/auto/Data/Validate/autosplit.ix
${P5SITE}/auto/Data/Validate/is_alphanumeric.al
${P5SITE}/auto/Data/Validate/is_between.al
${P5SITE}/auto/Data/Validate/is_equal_to.al
${P5SITE}/auto/Data/Validate/is_even.al
${P5SITE}/auto/Data/Validate/is_greater_than.al
${P5SITE}/auto/Data/Validate/is_hex.al
${P5SITE}/auto/Data/Validate/is_integer.al
${P5SITE}/auto/Data/Validate/is_less_than.al
${P5SITE}/auto/Data/Validate/is_numeric.al
${P5SITE}/auto/Data/Validate/is_oct.al
${P5SITE}/auto/Data/Validate/is_odd.al
${P5SITE}/auto/Data/Validate/is_printable.al
${P5SITE}/auto/Data/Validate/length_is_between.al
${P5SITE}/auto/Data/Validate/new.al
@man man/man3p/Data::Validate.3p