We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d1283 commit 0b76372Copy full SHA for 0b76372
META6.json
@@ -32,7 +32,7 @@
32
"authors" : [
33
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
34
],
35
- "version" : "0.0.5",
+ "version" : "0.0.6",
36
"license" : "Artistic",
37
"resource" : {},
38
"superseded-by" : {},
lib/META6.pm
@@ -97,7 +97,7 @@ exception.
97
use JSON::Name;
98
use JSON::Class:ver(v0.0.5..*);
99
100
-class META6:ver<0.0.5>:auth<github:jonathanstowe> does JSON::Class {
+class META6:ver<0.0.6>:auth<github:jonathanstowe> does JSON::Class {
101
102
enum Optionality <Mandatory Optional>;
103
0 commit comments