diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 899844baf7..545b2f3e50 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -36,7 +36,14 @@ BEGIN } or do { plan skip_all => "IPC::Run not available"; - } + }; + + eval { + Test::More->VERSION('0.93_01'); + } or do + { + plan skip_all => "version of Test::More is too old to support subplans"; + }; } # Set to untranslated messages, to be able to compare program output