search for: xver

Displaying 1 result from an estimated 1 matches for "xver".

Did you mean: over
2019 Sep 15
2
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
...so automated testing with compatible libraries doesn't nevertheless result in no Makefile. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7aa3583..0efadc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -205,23 +205,23 @@ if ($xver !~ /^\Q$BASEVERSION\E(?:_(?:svn|git)[0-9]+)?$/) { my $msg; if ($no_chance) { $msg = "Xapian version $xver is incompatible with Search::Xapian $VERSION\n"; } elsif ($BASEVERSION =~ /^1\.2\./ && $xver =~ /^1\.4\./) { # Search::Xapian 1.2.x and xapian-core 1.4.y sh...