aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/perl/TestLib.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm
index 545b2f3e502..fa8e67d0040 100644
--- a/src/test/perl/TestLib.pm
+++ b/src/test/perl/TestLib.pm
@@ -44,6 +44,14 @@ BEGIN
{
plan skip_all => "version of Test::More is too old to support subplans";
};
+
+ eval {
+ require Test::Simple;
+ Test::Simple->VERSION('0.98');
+ } or do
+ {
+ plan skip_all => "version of Test::Simple is too old to support subplans properly";
+ };
}
# Set to untranslated messages, to be able to compare program output