Bugzilla::Config::Common - Parameter checking functions
All parameter checking functions are called with two parameters: the value to check, and a hash with the details of the param (type, default etc.) as defined in the relevant Bugzilla::Config::* package.
check_multi
Checks that a multi-valued parameter (ie types s
,
o
or m
) satisfies its contraints.
check_numeric
Checks that the value is a valid number
check_regexp
Checks that the value is a valid regexp