new Client/Router/Service arch
authorMatt S Trout <mst@shadowcat.co.uk>
Tue, 1 Nov 2011 20:00:04 +0000 (20:00 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 1 Nov 2011 20:00:23 +0000 (20:00 +0000)
commit31a246e4b1ef71cc1991c1631573f6c80cdf41b5
tree7346858d757ff555374054f38a47adde072f5672
parente49c818e503d04af3b615cbeb7e0d9e40697f4ac
new Client/Router/Service arch
16 files changed:
bin/tak-repl
lib/Tak.pm [new file with mode: 0644]
lib/Tak/Client.pm [new file with mode: 0644]
lib/Tak/EvalService.pm
lib/Tak/JSONChannel.pm
lib/Tak/Loop.pm [new file with mode: 0644]
lib/Tak/MetaService.pm
lib/Tak/REPL.pm
lib/Tak/Request.pm
lib/Tak/Result.pm [new file with mode: 0644]
lib/Tak/Role/ObjectMangling.pm [new file with mode: 0644]
lib/Tak/Role/Service.pm [new file with mode: 0644]
lib/Tak/Router.pm
lib/Tak/ServiceManager.pm [deleted file]
lib/Tak/World.pm
maint/mk-fat