Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Jan 27, 2016
1 parent 3c2f53a commit dad359e
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions META.info
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"name" : "JSON::Class",
"tags" : [ "object", "serialisation", "JSON" ],
"authors" : [ "Jonathan Stowe <[email protected]>" ],
"author" : "Jonathan Stowe <[email protected]>",
"auth" : "github:jonathanstowe",
"support" : {
"source" : "git://github.com/jonathanstowe/JSON-Class.git"
},
"source-url" : "git://github.com/jonathanstowe/JSON-Class.git",
"perl" : "6.c",
"build-depends" : [ ],
"provides" : {
"JSON::Class" : "lib/JSON/Class.pm"
},
"depends" : [ "JSON::Marshal", "JSON::Unmarshal" ],
"test-depends" : [
"Test"
],
"description" : "role to provide simple serialisation/deserialisation of objects to/from JSON",
"version" : "v0.0.2"
"provides" : {
"JSON::Class" : "lib/JSON/Class.pm"
},
"version" : "0.0.3",
"test-depends" : [
"Test"
],
"support" : {
"source" : "git://github.com/jonathanstowe/JSON-Class.git"
},
"auth" : "github:jonathanstowe",
"source-url" : "git://github.com/jonathanstowe/JSON-Class.git",
"description" : "role to provide simple serialisation/deserialisation of objects to/from JSON",
"build-depends" : [],
"authors" : [
"Jonathan Stowe <[email protected]>"
],
"depends" : [
"JSON::Marshal",
"JSON::Unmarshal"
],
"perl" : "6.c",
"tags" : [
"object",
"serialisation",
"JSON"
],
"name" : "JSON::Class",
"author" : "Jonathan Stowe <[email protected]>"
}

0 comments on commit dad359e

Please sign in to comment.