App-errnos
view release on metacpan or search on metacpan
detail (see --detail)
fields (see --field)
format (see --format)
naked_res (see --naked-res)
number (see --number)
number.in (see --number-in)
number.is (see --number-is)
number.isnt (see --number-isnt)
number.max (see --number-max)
number.min (see --number-min)
number.not_in (see --number-not-in)
number.xmax (see --number-xmax)
number.xmin (see --number-xmin)
query (see --query)
sort (see --sort)
string (see --string)
string.contains (see --string-contains)
string.in (see --string-in)
string.is (see --string-is)
string.isnt (see --string-isnt)
string.max (see --string-max)
string.min (see --string-min)
string.not_contains (see --string-not-contains)
string.not_in (see --string-not-in)
string.xmax (see --string-xmax)
string.xmin (see --string-xmin)
with_field_names (see --with-field-names)
=head1 FILES
~/.config/errnos.conf
~/errnos.conf
lib/App/errnos.pm view on Meta::CPAN
Only return records where the 'number' field does not equal specified value.
=item * B<number.max> => I<int>
Only return records where the 'number' field is less than or equal to specified value.
=item * B<number.min> => I<int>
Only return records where the 'number' field is greater than or equal to specified value.
=item * B<number.not_in> => I<array[int]>
Only return records where the 'number' field is not in the specified values.
=item * B<number.xmax> => I<int>
Only return records where the 'number' field is less than specified value.
=item * B<number.xmin> => I<int>
Only return records where the 'number' field is greater than specified value.
lib/App/errnos.pm view on Meta::CPAN
Only return records where the 'string' field does not equal specified value.
=item * B<string.max> => I<str>
Only return records where the 'string' field is less than or equal to specified value.
=item * B<string.min> => I<str>
Only return records where the 'string' field is greater than or equal to specified value.
=item * B<string.not_contains> => I<str>
Only return records where the 'string' field does not contain specified text.
=item * B<string.not_in> => I<array[str]>
Only return records where the 'string' field is not in the specified values.
=item * B<string.xmax> => I<str>
Only return records where the 'string' field is less than specified value.
=item * B<string.xmin> => I<str>
Only return records where the 'string' field is greater than specified value.
( run in 0.366 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )