File tree 16 files changed +17
-15
lines changed
16 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for JSON-Schema-Modern
2
2
3
+ {{$NEXT}}
4
+
3
5
0.546 2022-02-23 01:33:03Z
4
6
- avoid use of newly-experimental signature syntax on 5.35.9
5
7
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package JSON::Schema::Modern;
5
5
# ABSTRACT: Validate data against a schema
6
6
# KEYWORDS: JSON Schema data validation structure specification
7
7
8
- our $VERSION = ' 0.546 ' ;
8
+ our $VERSION = ' 0.547 ' ;
9
9
10
10
use 5.020; # for fc, unicode_strings features
11
11
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Annotation;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains a single annotation from a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Document;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: One JSON Schema document
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Error;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains a single error from a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Result;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains the result of a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Utilities;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Internal utilities for JSON::Schema::Modern
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use strictures 2;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Base role for JSON Schema vocabulary classes
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo::Role;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::Applicator;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Applicator vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::Content;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Content vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::Core;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Core vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::FormatAnnotation;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Format-Annotation vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::FormatAssertion;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Format-Assertion vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::MetaData;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Meta-Data vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::Unevaluated;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Unevaluated vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Vocabulary::Validation;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Validation vocabulary
6
6
7
- our $VERSION = ' 0.546 ' ;
7
+ our $VERSION = ' 0.547 ' ;
8
8
9
9
use 5.020;
10
10
use Moo;
You can’t perform that action at this time.
0 commit comments