lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 325128f7544453a755b2e7386e89a0a1066679d9
parent d091b65926aa7630189396c78b233ed0231f9f66
Author: Marcel Denia <naoir@gmx.net>
Date:   Sun, 15 Feb 2015 11:55:18 +0100

perl: Improve CONFIG_PERL_TESTS help text

Signed-off-by: Marcel Denia <naoir@gmx.net>

Diffstat:
Mlang/perl/Config.in | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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