repl works again
[scpubgit/Tak.git] / lib / Tak / WeakClient.pm
1 package Tak::WeakClient;
2
3 use Moo;
4
5 extends 'Tak::Client';
6
7 has service => (is => 'ro', required => 1, weak_ref => 1);
8
9 1;