FU::Validate: Add module + integrate with FU
Copied from TUWF::Validate with a few small changes. I have a few more features planned, but let's see how this goes first. It's been an incredibly useful module in the past, I'm not sure right now if I had ideas for potential improvements at some point, will need to check notes.
This commit is contained in:
parent
c7a3415485
commit
69262992ca
6 changed files with 1228 additions and 7 deletions
|
|
@ -120,7 +120,7 @@ code and provide a gradual migration path to the new builtin booleans.
|
|||
Returns C<undef> if C<$val> is not likely to be a distinct boolean type,
|
||||
otherwise it returns a normalized C<builtin::true> or C<builtin::false>.
|
||||
|
||||
This function recognizes the builtin booleans, C<\0>, C<\1>,
|
||||
This function recognizes the builtin booleans, C<\0>, C<\1>, L<boolean>,
|
||||
L<Types::Serialiser> (which is used by L<JSON::XS>, L<JSON::SIMD>, L<CBOR::XS>
|
||||
and others), L<JSON::PP> (also used by L<Cpanel::JSON::XS> and others),
|
||||
L<JSON::Tiny> and L<Mojo::JSON>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue