buildrootschalter/package/microperl/Config.in
2007-02-04 19:20:45 +00:00

16 lines
427 B
Plaintext

config BR2_PACKAGE_MICROPERL
bool "microperl"
default n
help
Perl without operating-specific functions such as readdir.
config BR2_PACKAGE_MICROPERL_MODULES
string "microperl modules"
default ""
depends on BR2_PACKAGE_MICROPERL
help
List of microperl modules to copy to the rootfs.
E.g.
warnings.pm warnings/register.pm strict.pm constant.pm vars.pm
Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm