Skip to content

Commit 7ab5902

Browse files
committed
Need a version greater of 0.0.5 of JSON::Marshal
1 parent 70edcf7 commit 7ab5902

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"provides" : {
33
"JSON::Class" : "lib/JSON/Class.pm"
44
},
5-
"version" : "0.0.4",
5+
"version" : "0.0.5",
66
"test-depends" : [
77
"Test"
88
],

lib/JSON/Class.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ though.)
7474
=end pod
7575

7676
use JSON::Unmarshal;
77-
use JSON::Marshal;
77+
use JSON::Marshal:ver(v0.0.6..*);
7878

7979
sub EXPORT {
8080
{ '&trait_mod:<is>' => &trait_mod:<is> }
8181
}
8282

83-
role JSON::Class:ver<0.0.4>:auth<github:jonathanstowe> {
83+
role JSON::Class:ver<0.0.5>:auth<github:jonathanstowe> {
8484

8585

8686
method from-json(Str $json) returns JSON::Class {

0 commit comments

Comments
 (0)