diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-19 15:19:37 +0100 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2015-08-19 15:19:37 +0100 |
commit | ecc59ae66ef8e0b491a3ade89f363238abccaab8 (patch) | |
tree | 0a8f6b85ccbc42a7e02b9995ee58f13181fe240a /contrib/vertobot/cpanfile | |
parent | Re-add whitespace around caveat operators (diff) | |
parent | hacky support for video for FS CC DD (diff) | |
download | synapse-ecc59ae66ef8e0b491a3ade89f363238abccaab8.tar.xz |
Merge branch 'master' into auth
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'; -}; |