aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbkr <bbkr@post.pl>2012-04-24 13:44:03 +0200
committerbbkr <bbkr@post.pl>2012-04-24 13:44:03 +0200
commitbcb1dfb87d30f7047cef00b56800d5f3b51ca6e5 (patch)
tree51a9faddee5eee6a322d1754611e348f25191a7f
parent543be937c73b8331a83969e751cf967408393f83 (diff)
Added JSON::RPC client and server. All tests successful on 2012.04 Rakudo release.
-rw-r--r--Makefile1
-rw-r--r--skel/tools/build/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d2c538..967db8c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ MODULES = \
git://github.com/mberends/MiniDBI \
git://github.com/ihrd/uri.git \
git://github.com/cosimo/perl6-lwp-simple.git \
+ git://github.com/bbkr/jsonrpc.git \
DISTTARGETS = \
$(PARROT_DIR) \
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 63a4f8b..82217c1 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -71,6 +71,7 @@ MODULES = \
modules/Bailador \
modules/MiniDBI \
modules/uri \
+ modules/jsonrpc \
all: rakudo