File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ v0.0.30 Tue 25 Jul 18:24:09 BST 2023
2
+ * Up version of JSON::Class
3
+ * Change some test data
1
4
v0.0.29 Tue 9 Aug 10:09:56 BST 2022
2
5
* Support 'build' and 'builder' keys
3
6
v0.0.28 Mon 8 Aug 08:02:28 BST 2022
Original file line number Diff line number Diff line change 18
18
"auth" : " zef:jonathanstowe" ,
19
19
"license" : " Artistic-2.0" ,
20
20
"name" : " META6" ,
21
- "version" : " 0.0.29 " ,
21
+ "version" : " 0.0.30 " ,
22
22
"provides" : {
23
23
"META6" : " lib/META6.rakumod"
24
24
},
31
31
" Test"
32
32
],
33
33
"depends" : [
34
- " JSON::Class:ver<0.0.15 +>" ,
34
+ " JSON::Class:ver<0.0.20 +>" ,
35
35
" JSON::Name"
36
36
],
37
37
"meta-version" : " 1"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Support method to allow subscripts on META6 objects.
114
114
= end pod
115
115
116
116
use JSON::Name;
117
- use JSON::Class: ver(v0. 0. 15 + );
117
+ use JSON::Class: ver(v0. 0. 20 + );
118
118
119
119
role AutoAssoc {
120
120
method AT-KEY ($ key ) {
@@ -241,7 +241,7 @@ class META6 does JSON::Class does AutoAssoc {
241
241
has Str @ . authors is rw is specification(Optional);
242
242
has Str $ . author is rw is customary is json-skip-null;
243
243
has Str % . provides is rw is specification(Mandatory);
244
- has $ . depends is rw is specification(Optional) where Positional | Associative ;
244
+ has $ . depends is rw is specification(Optional) is json-skip-null where Positional | Associative ;
245
245
has Str % . emulates is rw is specification(Optional) is json-skip-null;
246
246
has Str % . supersedes is rw is specification(Optional) is json-skip-null;
247
247
has Str % . superseded-by is rw is specification(Optional) is json-skip-null;
Original file line number Diff line number Diff line change 2758
2758
"Farabi6" : " lib/Farabi6.pm6" ,
2759
2759
"Farabi6::Util" : " lib/Farabi6/Util.pm6"
2760
2760
},
2761
- "resources" : {},
2762
2761
"name" : " Farabi6" ,
2763
2762
"depends" : [
2764
2763
" File::Temp" ,
You can’t perform that action at this time.
0 commit comments