diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
commit | ee4db344a8604852bfa4f863ea132b8e1ab63ab7 (patch) | |
tree | 3f2dd14ec8851782c57781e096950abb6330f941 | |
parent | 7c5ff6b1e389ac9be7c51fb414a0048e986407cb (diff) | |
download | perl6-matrix-client-ee4db344a8604852bfa4f863ea132b8e1ab63ab7.tar.gz |
Rename tests
-rw-r--r-- | t/01-meta.t (renamed from t/meta.t) | 5 | ||||
-rw-r--r-- | t/10-use.t (renamed from t/use.t) | 0 |
2 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ use lib 'lib'; use Test; use Test::META; - -meta-ok; -done-testing; +plan 1; +meta-ok(); |