From 325128f7544453a755b2e7386e89a0a1066679d9 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 15 Feb 2015 11:55:18 +0100 Subject: [PATCH] perl: Improve CONFIG_PERL_TESTS help text Signed-off-by: Marcel Denia --- lang/perl/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/perl/Config.in b/lang/perl/Config.in index d0fbe9f4c..11cb5eb11 100644 --- a/lang/perl/Config.in +++ b/lang/perl/Config.in @@ -11,10 +11,10 @@ config PERL_TESTS default n help 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. + This will increase the size of perl and related packages + considerably. + Test support is still in development. Some tests will fail, + others are just missing completely. endmenu