SETTINGS
The following settings supported by (some) Zoidberg modules.
Common Settings
- allow_null_glob_expansion
-
It allows to have wildcard patterns that expand into an empty list. The default behaviour is to leave the pattern unchanged when it is syntactically incorrect, or the list of matching pathnames is empty.
- noglob
-
Disable path expansion for shell-like syntax.
- hide_private_method
-
Hide all object methods and data structures which have a name starting with an '_' unless they are asked for explicitly.
-
Hide all filesystem nodes which have a name starting with a '.' unless they are asked for explicitly.
Devel Settings
- _no_redirection
-
Disable builtin parsing for redirections. Probably needed if you want to do this yourself.
- _no_hardcoded_context
-
Disable hardcoded contexts like PERL, SH and CMD. This might be usefull to make for example a restricted shell.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 33:
'=item' outside of any '=over'