Makefile.PL: fix automated testing false negative
commit69ad652b7ad7912801e686db2da55d73f79fbf75
authorAlyssa Ross <hi@alyssa.is>
Sun, 15 Sep 2019 17:29:02 +0000 (15 17:29 +0000)
committerOlly Betts <olly@survex.com>
Mon, 16 Sep 2019 03:35:59 +0000 (16 15:35 +1200)
treefa98ba72a6d34914e3b33dc9fe1aeda43f41c4b4
parentc4715291105f3f85fda7f1a17e44712dc574c22a
Makefile.PL: fix automated testing false negative

In the case of Search::Xapian 1.2.x and xapian-core 1.4.y, $msg is
deliberately unset because the two versions should be
compatible. Since this is intended to be an escape 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.
search-xapian/Makefile.PL