Skip to content

Commit 657d139

Browse files
JSON-Schema-Tiny-0.023
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS; now we use Cpanel::JSON::XS or JSON::PP directly, using the same environment variables as in Mojo::JSON for customization.
1 parent 77af6ab commit 657d139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for JSON-Schema-Tiny
22

3-
{{$NEXT}}
3+
0.023 2024-04-17 17:55:32Z
44
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS;
55
now we use Cpanel::JSON::XS or JSON::PP directly, using the same
66
environment variables as in Mojo::JSON for customization.

README.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON::Schema::Tiny - Validate data against a schema, minimally
1010

1111
=head1 VERSION
1212

13-
version 0.022
13+
version 0.023
1414

1515
=head1 SYNOPSIS
1616

@@ -37,7 +37,7 @@ validator, supporting the most popular keywords.
3737

3838
=head1 FUNCTIONS
3939

40-
=for Pod::Coverage is_type get_type is_equal is_elements_unique jsonp canonical_uri E abort
40+
=for Pod::Coverage is_type get_type is_bool is_bignum is_equal is_elements_unique jsonp canonical_uri E abort
4141
assert_keyword_type assert_pattern assert_uri assert_non_negative_integer assert_array_schemas
4242
new assert_uri_reference sprintf_num
4343

0 commit comments

Comments
 (0)