We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70edcf7 commit 7ab5902Copy full SHA for 7ab5902
META.info
@@ -2,7 +2,7 @@
2
"provides" : {
3
"JSON::Class" : "lib/JSON/Class.pm"
4
},
5
- "version" : "0.0.4",
+ "version" : "0.0.5",
6
"test-depends" : [
7
"Test"
8
],
lib/JSON/Class.pm
@@ -74,13 +74,13 @@ though.)
74
=end pod
75
76
use JSON::Unmarshal;
77
-use JSON::Marshal;
+use JSON::Marshal:ver(v0.0.6..*);
78
79
sub EXPORT {
80
{ '&trait_mod:<is>' => &trait_mod:<is> }
81
}
82
83
-role JSON::Class:ver<0.0.4>:auth<github:jonathanstowe> {
+role JSON::Class:ver<0.0.5>:auth<github:jonathanstowe> {
84
85
86
method from-json(Str $json) returns JSON::Class {
0 commit comments