aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-10-11 21:57:03 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-10-11 21:57:03 -0300
commit7c5ff6b1e389ac9be7c51fb414a0048e986407cb (patch)
tree111a8f6ae4bc3440bb48c469daad00018af3bb07
parentb983b842450388ea8c673ff568088621fb52e4e7 (diff)
downloadperl6-matrix-client-7c5ff6b1e389ac9be7c51fb414a0048e986407cb.tar.gz
Update test dependencies
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index 001ebf6..63f0b04 100644
--- a/META6.json
+++ b/META6.json
@@ -12,7 +12,8 @@
"IO::Socket::SSL"
],
"test-depends" : [
- "Test"
+ "Test",
+ "Test::META"
],
"provides" : {
"Matrix::Client" : "lib/Matrix/Client.pm6",