diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-20 11:03:47 +0100 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-20 11:03:47 +0100 |
commit | ade5342752498867140630f014c692787cbbedc9 (patch) | |
tree | 1741b76d4e4f06c81ff290c688d196a51d020fd5 /contrib/vertobot/cpanfile | |
parent | Merge pull request #232 from matrix-org/erikj/appservice_joined_rooms (diff) | |
parent | Merge branch 'develop' into auth (diff) | |
download | synapse-ade5342752498867140630f014c692787cbbedc9.tar.xz |
Merge branch 'auth' into refresh
Diffstat (limited to 'contrib/vertobot/cpanfile')
-rw-r--r-- | contrib/vertobot/cpanfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/vertobot/cpanfile b/contrib/vertobot/cpanfile index c29fcaa6f6..800dc288ed 100644 --- a/contrib/vertobot/cpanfile +++ b/contrib/vertobot/cpanfile @@ -11,7 +11,4 @@ requires 'YAML', 0; requires 'JSON', 0; requires 'Getopt::Long', 0; -on 'test' => sub { - requires 'Test::More', '>= 0.98'; -}; |