summaryrefslogtreecommitdiff
path: root/lib/TUWF/Validate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TUWF/Validate.pm')
-rw-r--r--lib/TUWF/Validate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/Validate.pm b/lib/TUWF/Validate.pm
index f7b0aa4..c48374e 100644
--- a/lib/TUWF/Validate.pm
+++ b/lib/TUWF/Validate.pm
@@ -78,7 +78,7 @@ our %default_validations = (
blessed $r && (
$r->isa('JSON::PP::Boolean')
|| $r->isa('JSON::XS::Boolean')
- || $r->isa('Types::Serializer::Boolean')
+ || $r->isa('Types::Serialiser::Boolean')
|| $r->isa('Cpanel::JSON::XS::Boolean')
|| $r->isa('boolean')
) ? 1 : {};