Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Sah::SchemaR::hexstr, Sah::SchemaR::latin_alpha, Sah::SchemaR::latin_alphanum, Sah::SchemaR::latin_letter, Sah::SchemaR::latin_lowercase_alpha, Sah::SchemaR::latin_lowercase_letter, Sah::SchemaR::latin_uppercase_alpha, Sah::SchemaR::latin_uppercase_letter, Sah::SchemaR::non_empty_str, Sah::SchemaR::percent_str, Sah::SchemaR::str1, Sah::SchemaR::str_or_aos, Sah::SchemaR::str_or_aos1, Sah::SchemaR::str_or_re

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Sah::Schema::hexstr, Sah::Schema::latin_alpha, Sah::Schema::latin_alphanum, Sah::Schema::latin_letter, Sah::Schema::latin_lowercase_alpha, Sah::Schema::latin_lowercase_letter, Sah::Schema::latin_uppercase_alpha, Sah::Schema::latin_uppercase_letter, Sah::Schema::non_empty_str, Sah::Schema::percent_str, Sah::Schema::str1, Sah::Schema::str_or_aos, Sah::Schema::str_or_aos1, Sah::Schema::str_or_code, Sah::Schema::str_or_re, Sah::Schema::str_or_re_or_code, Sah::SchemaR::hexstr, Sah::SchemaR::latin_alpha, Sah::SchemaR::latin_alphanum, Sah::SchemaR::latin_letter, Sah::SchemaR::latin_lowercase_alpha, Sah::SchemaR::latin_lowercase_letter, Sah::SchemaR::latin_uppercase_alpha, Sah::SchemaR::latin_uppercase_letter, Sah::SchemaR::non_empty_str, Sah::SchemaR::percent_str, Sah::SchemaR::str1, Sah::SchemaR::str_or_aos, Sah::SchemaR::str_or_aos1, Sah::SchemaR::str_or_code, Sah::SchemaR::str_or_re, Sah::SchemaR::str_or_re_or_code, Sah::Schemas::Str

Modules

Name Abstract Version View
Data::Sah::Filter::perl::Str::maybe_convert_to_re Convert string to regex if string is delimited by /.../ or qr(...) 0.015 metacpan
Data::Sah::Filter::perl::Str::maybe_eval Eval string if in the form of 'sub { ... }' 0.015 metacpan
Sah::Schema::hexstr String of bytes in hexadecimal notation, e.g. "ab99" or "CAFE" 0.015 metacpan
Sah::Schema::latin_alpha String containing only zero or more Latin letters, i.e. A-Z or a-z 0.015 metacpan
Sah::Schema::latin_alphanum String containing only zero or more Latin letters/digits, i.e. A-Za-z0-9 0.015 metacpan
Sah::Schema::latin_letter A single latin letter, i.e. A-Z or a-z 0.015 metacpan
Sah::Schema::latin_lowercase_alpha String containing only zero or more lowercases Latin letters, i.e. a-z 0.015 metacpan
Sah::Schema::latin_lowercase_letter A single latin lowercase letter, i.e. a-z 0.015 metacpan
Sah::Schema::latin_uppercase_alpha String containing only zero or more uppercase Latin letters, i.e. A-Z 0.015 metacpan
Sah::Schema::latin_uppercase_letter A single latin uppercase letter, i.e. A-Z 0.015 metacpan
Sah::Schema::non_empty_str A non-empty string (length >= 1) (alias for str1) 0.015 metacpan
Sah::Schema::percent_str A number in percent form, e.g. "10.5%" 0.015 metacpan
Sah::Schema::str1 A non-empty string (length >= 1) 0.015 metacpan
Sah::Schema::str_or_aos String or array (0+ length) of (defined) string 0.015 metacpan
Sah::Schema::str_or_aos1 String or array (1+ length) of (defined) string 0.015 metacpan
Sah::Schema::str_or_code String or coderef (if string is of the form `sub {...}`) 0.015 metacpan
Sah::Schema::str_or_re String or regex (if string is of the form `/.../`) 0.015 metacpan
Sah::Schema::str_or_re_or_code String, or regex (if string is of the form `/.../`), or coderef (if string is in the form of `sub { ... }`) 0.015 metacpan
Sah::SchemaR::hexstr String of bytes in hexadecimal notation, e.g. "ab99" or "CAFE" 0.015 metacpan
Sah::SchemaR::latin_alpha String containing only zero or more Latin letters, i.e. A-Z or a-z 0.015 metacpan
Sah::SchemaR::latin_alphanum String containing only zero or more Latin letters/digits, i.e. A-Za-z0-9 0.015 metacpan
Sah::SchemaR::latin_letter A single latin letter, i.e. A-Z or a-z 0.015 metacpan
Sah::SchemaR::latin_lowercase_alpha String containing only zero or more lowercases Latin letters, i.e. a-z 0.015 metacpan
Sah::SchemaR::latin_lowercase_letter A single latin lowercase letter, i.e. a-z 0.015 metacpan
Sah::SchemaR::latin_uppercase_alpha String containing only zero or more uppercase Latin letters, i.e. A-Z 0.015 metacpan
Sah::SchemaR::latin_uppercase_letter A single latin uppercase letter, i.e. A-Z 0.015 metacpan
Sah::SchemaR::non_empty_str A non-empty string (length >= 1) (alias for str1) 0.015 metacpan
Sah::SchemaR::percent_str A number in percent form, e.g. "10.5%" 0.015 metacpan
Sah::SchemaR::str1 A non-empty string (length >= 1) 0.015 metacpan
Sah::SchemaR::str_or_aos String or array (0+ length) of (defined) string 0.015 metacpan
Sah::SchemaR::str_or_aos1 String or array (1+ length) of (defined) string 0.015 metacpan
Sah::SchemaR::str_or_code String or coderef (if string is of the form `sub {...}`) 0.015 metacpan
Sah::SchemaR::str_or_re String or regex (if string is of the form `/.../`) 0.015 metacpan
Sah::SchemaR::str_or_re_or_code String, or regex (if string is of the form `/.../`), or coderef (if string is in the form of `sub { ... }`) 0.015 metacpan
Sah::Schemas::Str Various string schemas 0.015 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan