aboutsummaryrefslogtreecommitdiff
path: root/t/10-use.t
blob: 1c6f97eb17d658990a4547733d29f2828e52a6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
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';
use-ok 'Matrix::Client::MediaStore';

done-testing;