blob: df4130b376ca3fd66f82db2281bedb3e0dd4333f (
plain)
1
2
3
4
5
6
7
8
9
|
use lib 'lib';
use Test;
use-ok 'Matrix::Client';
use-ok 'Matrix::Client::Room';
use-ok 'Matrix::Client::Requester';
use-ok 'Matrix::Response';
use-ok 'Matrix::Client::Exception';
done-testing;
|