Fix build with xapian-core < 1.4.10
[xapian.git] / search-xapian / t / 01use.t
blob245ebcc45c603128b40be5330ba4a8866057cd26
1 use strict;
2 use Test::More tests => 3;
4 use_ok('Search::Xapian');
6 # Check that module's version is defined and has a sane value.
7 ok(defined($Search::Xapian::VERSION));
8 ok($Search::Xapian::VERSION =~ /^\d+\.\d+\.\d+\.\d+$/);