Skip to content

Commit

Permalink
Item9986: Documentation updates for Foswiki 1.1.3 - Document in Local…
Browse files Browse the repository at this point in the history
…Lib.cfg

git-svn-id: http://svn.foswiki.org/branches/Release01x01@10098 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
IngoKappler authored and IngoKappler committed Nov 29, 2010
1 parent 49b04ac commit 73d25e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions core/bin/LocalLib.cfg.txt
Expand Up @@ -17,6 +17,23 @@ $foswikiLibPath = "/absolute/path/to/your/lib";


# -------------- Extra path components to include in @INC
# The actual Foswiki "@INC library path" can be found in the "configure" section
# "Web Server Environment".

# OPTIONAL
# By default Foswiki ships some CPAN modules in "$foswikiLibPath/CPAN/lib".
# These modules will be used unless $CPANBASE is properly set by uncommenting
# the following definition and providing an existing alternative path. If the
# path does not exist (invalid value) then Foswiki won't use any such path and
# if the setting is uncommented but left empty (undefined) then the default path
# will be prepended to the "@INC library path" while by default it is appended.

# $CPANBASE = '/path/to/dir'; # Keep commented: Default path appended
# $CPANBASE = '/path/to/dir'; # Uncommented: Your path appended
# $CPANBASE = '/path/to/invalid/dir'; # Uncommented: Invalid, nothing added
# $CPANBASE = ''; # Uncommented: Default path prepended


# OPTIONAL
# If you need to use perl modules that are not installed in the standard
# directories (e.g. you have downloaded extra modules for use with plugins)
Expand Down

0 comments on commit 73d25e0

Please sign in to comment.