The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PBib::ConfigFile - Configuration file for PBib

SYNOPSIS

 use PBib::ConfigFile;
 $conf = new PBib::ConfigFile();
 # see Config::General

DESCRIPTION

extend Config::General to handle search path for included config files

METHODS

AUTHOR

Peter Tandler pbib@tandlers.de

SEE ALSO

Module PBib::PBib

HISTORY

$Log: ConfigFile.pm,v $ Revision 1.4 2003/06/16 09:11:50 tandler cosmetic change

Revision 1.3 2003/06/13 15:25:17 tandler the module Config::General is use in version >= 2.18

Revision 1.2 2003/04/16 15:05:15 tandler all code removed .... I instead patched Config::General

Revision 1.1 2003/04/14 09:46:12 ptandler new module ConfigFile that encapsulates Config::General