perl: Improve CONFIG_PERL_TESTS help text
authorMarcel Denia <naoir@gmx.net>
Sun, 15 Feb 2015 10:55:18 +0000 (11:55 +0100)
committerMarcel Denia <naoir@gmx.net>
Mon, 16 Feb 2015 14:15:49 +0000 (15:15 +0100)
Signed-off-by: Marcel Denia <naoir@gmx.net>
lang/perl/Config.in

index d0fbe9f4c3e441705477f5338362f2ab9d03e1aa..11cb5eb1126ec75fcbee79a607d5cf8452d7ef21 100644 (file)
@@ -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