summary refs log tree commit diff
path: root/contrib/vertobot/cpanfile
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-28 14:43:28 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-28 14:43:28 +0000
commit08bf2aaab5a3f893c1f385650d5353a6fcd67366 (patch)
tree5937ed7dedbd7c231d6282a128f97612c31cf3db /contrib/vertobot/cpanfile
parentclean up a vertobot a bit (diff)
downloadsynapse-08bf2aaab5a3f893c1f385650d5353a6fcd67366.tar.xz
ignore rogue matrix call events; support verto.media RPC as a horrible hack; fix NA::Matrix dep
Diffstat (limited to 'contrib/vertobot/cpanfile')
-rw-r--r--contrib/vertobot/cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vertobot/cpanfile b/contrib/vertobot/cpanfile
index 239258d4ac..c29fcaa6f6 100644
--- a/contrib/vertobot/cpanfile
+++ b/contrib/vertobot/cpanfile
@@ -1,6 +1,6 @@
 requires 'parent', 0;
 requires 'Future', '>= 0.29';
-requires 'Net::Async::Matrix', '>= 0.11';
+requires 'Net::Async::Matrix', '>= 0.11_002';
 requires 'Net::Async::Matrix::Utils';
 requires 'Net::Async::WebSocket::Protocol', 0;
 requires 'Data::UUID', 0;