repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build with xapian-core < 1.4.10
[xapian.git]
/
search-xapian
/
t
/
01use.t
blob
245ebcc45c603128b40be5330ba4a8866057cd26
1
use strict;
2
use Test::More tests => 3;
3
4
use_ok('Search::Xapian');
5
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+$/);