diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-28 14:43:28 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-28 14:43:28 +0000 |
commit | 08bf2aaab5a3f893c1f385650d5353a6fcd67366 (patch) | |
tree | 5937ed7dedbd7c231d6282a128f97612c31cf3db /contrib/vertobot/cpanfile | |
parent | clean up a vertobot a bit (diff) | |
download | synapse-08bf2aaab5a3f893c1f385650d5353a6fcd67366.tar.xz |
ignore rogue matrix call events; support verto.media RPC as a horrible hack; fix NA::Matrix dep
Diffstat (limited to '')
-rw-r--r-- | contrib/vertobot/cpanfile | 2 |
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; |