Skip to content

Commit

Permalink
Need a version greater of 0.0.5 of JSON::Marshal
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Jan 28, 2016
1 parent 70edcf7 commit 7ab5902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"provides" : {
"JSON::Class" : "lib/JSON/Class.pm"
},
"version" : "0.0.4",
"version" : "0.0.5",
"test-depends" : [
"Test"
],
Expand Down
4 changes: 2 additions & 2 deletions lib/JSON/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ though.)
=end pod

use JSON::Unmarshal;
use JSON::Marshal;
use JSON::Marshal:ver(v0.0.6..*);

sub EXPORT {
{ '&trait_mod:<is>' => &trait_mod:<is> }
}

role JSON::Class:ver<0.0.4>:auth<github:jonathanstowe> {
role JSON::Class:ver<0.0.5>:auth<github:jonathanstowe> {


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

0 comments on commit 7ab5902

Please sign in to comment.