factor handle code out so Object::Remote->new returns a proxy
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 18 May 2012 00:31:30 +0000 (00:31 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 18 May 2012 00:31:30 +0000 (00:31 +0000)
commit676438a11cbf6bd49102369824c9d87f70964fd3
tree486d2af665848abc009989d2ccc6f2bacba6c080
parent3f1f1e662b0737ba6225973b88f2d78dd2344314
factor handle code out so Object::Remote->new returns a proxy
lib/Object/Remote.pm
lib/Object/Remote/Connection.pm
lib/Object/Remote/Handle.pm [new file with mode: 0644]
t/basic.t
t/sender.t