Displaying 1 result from an estimated 1 matches for "0efadc4".
Did you mean:
016adc4
2019 Sep 15
2
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
...from this
conditional, it should be respected by the AUTOMATED_TESTING check, 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\./ &&a...