File: 01use.t

package info (click to toggle)
libsearch-xapian-perl 1.2.25.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: perl: 2,332; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use strict;
use Test::More tests => 3;

use_ok('Search::Xapian');

# Check that module's version is defined and has a sane value.
ok(defined($Search::Xapian::VERSION));
ok($Search::Xapian::VERSION =~ /^\d+\.\d+\.\d+\.\d+$/);