Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

CPAN::HandleConfig

Name CPAN::HandleConfig
Version 5.5008
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/CPAN/HandleConfig.pm
Is Core No
Search CPAN for this module CPAN::HandleConfig
Documentation CPAN::HandleConfig
Module Details CPAN::HandleConfig

NAME

CPAN::HandleConfig - internal configuration handling for CPAN.pm

CLASS->safe_quote ITEM

Quotes an item to become safe against spaces in shell interpolation. An item is enclosed in double quotes if:

  - the item contains spaces in the middle
  - the item does not start with a quote

This happens to avoid shell interpolation problems when whitespace is present in directory names.

This method uses commands_quote to determine the correct quote. If commands_quote is a space, no quoting will take place.

if it starts and ends with the same quote character: leave it as it is

if it contains no whitespace: leave it as it is

if it contains whitespace, then

if it contains quotes: better leave it as it is

else: quote it with the correct quote type for the box we're on


LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024