2005-02-25 03:27:54 +01:00
|
|
|
config BR2_PACKAGE_MICROPERL
|
|
|
|
bool "microperl"
|
|
|
|
help
|
|
|
|
Perl without operating-specific functions such as readdir.
|
2006-12-15 14:34:29 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_MICROPERL_MODULES
|
2007-02-04 20:20:45 +01:00
|
|
|
string "microperl modules"
|
2006-12-15 14:34:29 +01:00
|
|
|
default ""
|
|
|
|
depends on BR2_PACKAGE_MICROPERL
|
|
|
|
help
|
|
|
|
List of microperl modules to copy to the rootfs.
|
|
|
|
E.g.
|
2008-08-04 21:07:05 +02:00
|
|
|
warnings.pm warnings/register.pm strict.pm constant.pm vars.pm
|
2006-12-15 14:34:29 +01:00
|
|
|
Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm
|