summaryrefslogtreecommitdiff
path: root/t/00use.t
blob: cce182942fbbb65537f7b12f59da89e6f0b64d44 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

use_ok( 'Tickit::Widget::Scroller' );

done_testing;