2
1

Config.in 427 B

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