summaryrefslogtreecommitdiffstatsabout
path: root/t/00-load.t
blob: 786b9cdfda068b8c9abcbba55f47c6ac028ea27b (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'DJabberd::RosterStorage::SQLite::Fixed' );
}

diag( "Testing DJabberd::RosterStorage::SQLite::Fixed $DJabberd::RosterStorage::SQLite::Fixed::VERSION, Perl $], $^X" );