We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f569193 commit 4f93a97Copy full SHA for 4f93a97
META.info
@@ -32,7 +32,7 @@
32
"authors" : [
33
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
34
],
35
- "version" : "0.0.3",
+ "version" : "0.0.4",
36
"license" : "Artistic",
37
"resource" : {},
38
"superseded-by" : {},
lib/META6.pm
@@ -100,7 +100,7 @@ use JSON::Class;
100
import JSON::Marshal;
101
import JSON::Unmarshal;
102
103
-class META6:ver<v0.0.3>:auth<github:jonathanstowe> does JSON::Class {
+class META6:ver<0.0.4>:auth<github:jonathanstowe> does JSON::Class {
104
105
enum Optionality <Mandatory Optional>;
106
0 commit comments