You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the META file data can be read, created , parsed and written in a manner
53
55
that is conformant with the specification.
54
56
@@ -137,7 +139,7 @@ role AutoAssoc {
137
139
}
138
140
}
139
141
140
-
classMETA6:ver<0.0.24>:auth<github:jonathanstowe> does JSON::Class does AutoAssoc {
142
+
classMETA6:ver<0.0.25>:auth<github:jonathanstowe> does JSON::Class does AutoAssoc {
141
143
142
144
enumOptionality <Mandatory Optional>;
143
145
@@ -232,7 +234,7 @@ class META6:ver<0.0.24>:auth<github:jonathanstowe> does JSON::Class does AutoAss
232
234
233
235
234
236
hasVersion$.meta-versionisrwis marshalled-by('Str') is unmarshalled-by(&unmarsh-version) is specification(Optional) =Version.new(0);
235
-
hasVersion$.perl-versionisrwis marshalled-by('Str') is unmarshalled-by(&unmarsh-version) is specification(Optional) is json-name('perl') is DEPRECATED('raku-version');
237
+
hasVersion$.perl-versionisrwis marshalled-by('Str') is unmarshalled-by(&unmarsh-version) is specification(Optional) is json-name('perl') isjson-skip-null isDEPRECATED('raku-version');
236
238
hasVersion$.raku-versionisrwis marshalled-by('Str') is unmarshalled-by(&unmarsh-version) is specification(Optional) is json-name('raku');
237
239
hasStr$.nameisrwis specification(Mandatory);
238
240
hasVersion$.versionisrwis marshalled-by('Str') is unmarshalled-by(&unmarsh-version) is specification(Mandatory);
@@ -269,4 +271,4 @@ class META6:ver<0.0.24>:auth<github:jonathanstowe> does JSON::Class does AutoAss
269
271
270
272
multisubpostcircumfix:<{ }>(META6 \SELF, Iterable \key, Mu \ASSIGN) israw {}
0 commit comments