diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-04-03 22:23:57 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-04-03 22:23:57 -0300 |
commit | 9c439e653e19472c242fc0bff10e31a57b1ea45f (patch) | |
tree | 36f247003cfbe8ec29f26c492d2c794e5d621e16 /t/meta.t | |
download | perl6-matrix-client-9c439e653e19472c242fc0bff10e31a57b1ea45f.tar.gz |
Initial commit
Diffstat (limited to 't/meta.t')
-rw-r--r-- | t/meta.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/meta.t b/t/meta.t new file mode 100644 index 0000000..98788f2 --- /dev/null +++ b/t/meta.t @@ -0,0 +1,6 @@ +use lib 'lib'; +use Test; +use Test::META; + +meta-ok; +done-testing; |