Name

FeatureDir — specify "feature" directory

SYNOPSIS

directory_name

DESCRIPTION

Specify directory containing Interchange "feature" modules.

DIRECTIVE TYPE AND DEFAULT VALUE

Global directive

EXAMPLES

Example: Setting FeatureDir

FeatureDir /usr/local/interchange/features

NOTES

For an introduction to Interchange "features", please see the feature glossary entry.

AVAILABILITY

FeatureDir is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 397

['FeatureDir',     'root_dir',       'features'],

Source: lib/Vend/Config.pm
Line 3925 (context shows lines 3925-3932)

sub parse_root_dir {
my($var, $value) = @_;
return '' unless $value;
$value = "$Global::VendRoot/$value"
  unless file_name_is_absolute($value);
$value =~ s./+$..;
return $value;
}

AUTHORS

Mike Heins

SEE ALSO

Feature(7ic)

DocBook! Interchange!