We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c3b86 commit 31f5de4Copy full SHA for 31f5de4
META6.json
@@ -32,7 +32,7 @@
32
"authors" : [
33
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
34
],
35
- "version" : "0.0.8",
+ "version" : "0.0.9",
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.8>:auth<github:jonathanstowe> does JSON::Class {
+class META6:ver<0.0.9>:auth<github:jonathanstowe> does JSON::Class {
101
102
enum Optionality <Mandatory Optional>;
103
0 commit comments