summaryrefslogtreecommitdiff
path: root/package/microperl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/microperl/Config.in')
-rw-r--r--package/microperl/Config.in27
1 files changed, 20 insertions, 7 deletions
diff --git a/package/microperl/Config.in b/package/microperl/Config.in
index 82f964c74..256e271a6 100644
--- a/package/microperl/Config.in
+++ b/package/microperl/Config.in
@@ -3,12 +3,25 @@ config BR2_PACKAGE_MICROPERL
help
Perl without operating-specific functions such as readdir.
+if BR2_PACKAGE_MICROPERL
+
config BR2_PACKAGE_MICROPERL_MODULES
- string "microperl modules"
- default ""
- depends on BR2_PACKAGE_MICROPERL
+ string "additional modules"
+ help
+ List of space-separated microperl modules to copy to the rootfs.
+
+ Examples: warnings.pm Getopt/Std.pm Time::Local
+
+ Module dependencies are not automatic so check your needs.
+ You can't use XS modules like IO.
+
+menu "module bundles"
+
+config BR2_PACKAGE_MICROPERL_BUNDLE_CGI
+ bool "CGI"
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
+ Copy required modules to do CGI scripting.
+
+endmenu
+
+endif