File tree Expand file tree Collapse file tree 1 file changed +29
-20
lines changed
Expand file tree Collapse file tree 1 file changed +29
-20
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : "JSON::Class",
3- "tags" : [ "object", "serialisation", "JSON" ],
4- "authors" : [ "Jonathan Stowe <jns+git@gellyfish.co.uk>" ],
5- "author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>",
6- "auth" : "github:jonathanstowe",
7- "support" : {
8- "source" : "git://github.com/jonathanstowe/JSON-Class.git"
9- },
10- "source-url" : "git://github.com/jonathanstowe/JSON-Class.git",
11- "perl" : "6.c",
12- "build-depends" : [ ],
13- "provides" : {
14- "JSON::Class" : "lib/JSON/Class.pm"
15- },
16- "depends" : [ "JSON::Marshal", "JSON::Unmarshal" ],
17- "test-depends" : [
18- "Test"
19- ],
20- "description" : "role to provide simple serialisation/deserialisation of objects to/from JSON",
21- "version" : "v0.0.2"
2+ "provides" : {
3+ "JSON::Class" : "lib/JSON/Class.pm"
4+ },
5+ "version" : "0.0.3",
6+ "test-depends" : [
7+ "Test"
8+ ],
9+ "support" : {
10+ "source" : "git://github.com/jonathanstowe/JSON-Class.git"
11+ },
12+ "auth" : "github:jonathanstowe",
13+ "source-url" : "git://github.com/jonathanstowe/JSON-Class.git",
14+ "description" : "role to provide simple serialisation/deserialisation of objects to/from JSON",
15+ "build-depends" : [],
16+ "authors" : [
17+ "Jonathan Stowe <jns+git@gellyfish.co.uk>"
18+ ],
19+ "depends" : [
20+ "JSON::Marshal",
21+ "JSON::Unmarshal"
22+ ],
23+ "perl" : "6.c",
24+ "tags" : [
25+ "object",
26+ "serialisation",
27+ "JSON"
28+ ],
29+ "name" : "JSON::Class",
30+ "author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>"
2231}
You can’t perform that action at this time.
0 commit comments