2
1

Config.in 415 B

1234567891011121314
  1. config BR2_PACKAGE_MICROPERL
  2. bool "microperl"
  3. help
  4. Perl without operating-specific functions such as readdir.
  5. config BR2_PACKAGE_MICROPERL_MODULES
  6. string "microperl modules"
  7. default ""
  8. depends on BR2_PACKAGE_MICROPERL
  9. help
  10. List of microperl modules to copy to the rootfs.
  11. E.g.
  12. warnings.pm warnings/register.pm strict.pm constant.pm vars.pm
  13. Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm