Fix TAP tests with Perl 5.12
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 14:26:36 +0000 (10:26 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 14:27:15 +0000 (10:27 -0400)
commit76e190d52225fc1124efc7d77f773643405b263e
treef083cc0ff3401ce7c6f50582d69519fdebab0c4d
parent6b531cd077eeacce25106f5456876b57ad68a834
Fix TAP tests with Perl 5.12

Perl 5.12 ships with a somewhat broken version of Test::Simple, so skip
the tests if that is found.

The relevant fix is

    0.98  Wed, 23 Feb 2011 14:38:02 +1100
        Bug Fixes
        * subtest() should not fail if $? is non-zero. (Aaron Crane)
src/test/perl/TestLib.pm