kumquat-buildroot/package/microperl/Config.in

28 lines
578 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_MICROPERL
bool "microperl"
help
Perl without operating-specific functions such as readdir.
if BR2_PACKAGE_MICROPERL
config BR2_PACKAGE_MICROPERL_MODULES
string "additional modules"
help
List of space-separated microperl modules to copy to the rootfs.
Examples: warnings.pm Getopt/Std.pm Time::Local
Module dependencies are not automatic so check your needs.
You can't use XS modules like IO.
menu "module bundles"
config BR2_PACKAGE_MICROPERL_BUNDLE_CGI
bool "CGI"
help
Copy required modules to do CGI scripting.
endmenu
endif