Skip to content

Commit

Permalink
Switch to JSON::Fast
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 19, 2016
1 parent b3594af commit d3cf700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"provides" : {
"JSON::Marshal" : "lib/JSON/Marshal.pm"
},
"depends" : [ "JSON::Tiny", "JSON::Name" ],
"depends" : [ "JSON::Fast", "JSON::Name" ],
"test-depends" : [
"Test"
],
"description" : "Simple serialisation of objects to JSON",
"version" : "0.0.7"
"version" : "0.0.8"
}
4 changes: 2 additions & 2 deletions lib/JSON/Marshal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ above.

use JSON::Name;

module JSON::Marshal:ver<0.0.7>:auth<github:jonathanstowe> {
module JSON::Marshal:ver<0.0.8>:auth<github:jonathanstowe> {

use JSON::Tiny;
use JSON::Fast:ver(v0.4..*);


role CustomMarshaller {
Expand Down

0 comments on commit d3cf700

Please sign in to comment.