Fix TAP tests with Perl 5.12

Peter Eisentraut <peter_e@gmx.net>

Commit: 76e190d52225fc1124efc7d77f773643405b263e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-10-26T14:27:15Z
Releases: 9.4.0
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)

Files

PathChange+/−
src/test/perl/TestLib.pm modified +8 −0