summary refs log tree commit diff
path: root/contrib/vertobot/cpanfile
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-28 06:44:50 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-12-02 18:01:16 +0000
commit0d149ae6e96ba8378ace9ebdb2dea41de8dcb11d (patch)
tree809976e3555d3725bea8d50ed48333eefe7abeb2 /contrib/vertobot/cpanfile
parentBump version (diff)
downloadsynapse-0d149ae6e96ba8378ace9ebdb2dea41de8dcb11d.tar.xz
a simple matrix->verto bot, distantly related to the irc bridge
Diffstat (limited to 'contrib/vertobot/cpanfile')
-rw-r--r--contrib/vertobot/cpanfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/vertobot/cpanfile b/contrib/vertobot/cpanfile
new file mode 100644
index 0000000000..239258d4ac
--- /dev/null
+++ b/contrib/vertobot/cpanfile
@@ -0,0 +1,17 @@
+requires 'parent', 0;
+requires 'Future', '>= 0.29';
+requires 'Net::Async::Matrix', '>= 0.11';
+requires 'Net::Async::Matrix::Utils';
+requires 'Net::Async::WebSocket::Protocol', 0;
+requires 'Data::UUID', 0;
+requires 'IO::Async', '>= 0.63';
+requires 'IO::Async::SSL', 0;
+requires 'IO::Socket::SSL', 0;
+requires 'YAML', 0;
+requires 'JSON', 0;
+requires 'Getopt::Long', 0;
+
+on 'test' => sub {
+	requires 'Test::More', '>= 0.98';
+};
+