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/use.t | |
download | perl6-matrix-client-9c439e653e19472c242fc0bff10e31a57b1ea45f.tar.gz |
Initial commit
Diffstat (limited to 't/use.t')
-rw-r--r-- | t/use.t | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +use lib 'lib'; +use Test; + +use-ok 'Matrix::Client'; +use-ok 'Matrix::Client::Room'; +use-ok 'Matrix::Client::Requester'; +done-testing; |