summaryrefslogtreecommitdiff
path: root/lib/HomePanel/AsyncUA.pm
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2013-11-19 15:46:44 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2013-11-19 15:46:44 +0000
commita94d7b7ff1d1d042127cd5f8dda8426425eee648 (patch)
tree5a3e8f240492c2c7f551ddeb6199e9c295c0f227 /lib/HomePanel/AsyncUA.pm
parentmore layout fixes (diff)
downloadHomePanel-a94d7b7ff1d1d042127cd5f8dda8426425eee648.tar.gz
HomePanel-a94d7b7ff1d1d042127cd5f8dda8426425eee648.tar.bz2
HomePanel-a94d7b7ff1d1d042127cd5f8dda8426425eee648.zip
trying to remove leaks
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 => (