summaryrefslogtreecommitdiff
path: root/package/microperl/Config.in
blob: 275cded50bbfe2cd79c1ce8c9d2e17618c69e470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_MICROPERL
	bool "microperl"
	default n
	help
	  Perl without operating-specific functions such as readdir.

config BR2_PACKAGE_MICROPERL_MODULES
	string "perl 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