aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-04-24 04:49:45 -0700
committerMoritz Lenz <moritz@faui2k3.org>2012-04-24 04:49:45 -0700
commit56c614d64796137fb8e1e1cf5644579bfd4f457e (patch)
tree51a9faddee5eee6a322d1754611e348f25191a7f
parent5da90883523bbd3b8c2428061b9ed0cfdba3cd32 (diff)
parentbcb1dfb87d30f7047cef00b56800d5f3b51ca6e5 (diff)
Merge pull request #2 from bbkr/master
Added JSON::RPC client and server.
-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