summaryrefslogtreecommitdiff
path: root/lib/HomePanel/AsyncUA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/HomePanel/AsyncUA.pm')
-rw-r--r--lib/HomePanel/AsyncUA.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/HomePanel/AsyncUA.pm b/lib/HomePanel/AsyncUA.pm
index b12e8d9..d74e4aa 100644
--- a/lib/HomePanel/AsyncUA.pm
+++ b/lib/HomePanel/AsyncUA.pm
@@ -6,6 +6,7 @@ use Net::Async::HTTP;
has loop => (
is => 'ro',
required => 1,
+ weak => 1,
);
has agent => (