From 4fd4aa0fbd4b060da776c44d9b774c872f75cc8e Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 2 Nov 2014 19:32:37 +0100 Subject: [PATCH] perl: Mark test support as experimental Signed-off-by: Marcel Denia --- lang/perl/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/perl/Config.in b/lang/perl/Config.in index 1af89f347..3cfa71daa 100644 --- a/lang/perl/Config.in +++ b/lang/perl/Config.in @@ -8,5 +8,8 @@ config PERL_TESTS Include test suites for all perl packages. This will make perl related packages much bigger, so use with care. + + Note: Test support is still in development. Some tests + still fail, others are just missing completely. endmenu