Merge pull request #840 from cjkoenig/update_liburcu
[feed/packages.git] / lang / perl / Config.in
1 menu "Configuration"
2 depends on PACKAGE_perl
3
4 config PERL_TESTS
5 bool "Include perl tests"
6 default n
7 help
8 Include test suites for all perl packages.
9 This will make perl related packages much bigger, so
10 use with care.
11
12 Note: Test support is still in development. Some tests
13 still fail, others are just missing completely.
14
15 endmenu