| Paketname | libconfig-jfdi-perl | 
| Beschreibung | Perl module to load any configuration files | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.064-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 96 Byte | 
| Hängt ab von | perl, libmoosex-attributehelpers-perl, libcarp-clan-share-perl, libdata-visitor-perl (>= 0.24), libs | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 16032 Byte | 
| Prüfsumme MD5 | 6596b04280b4808b7194cc61f6ebc6e2 | 
| Prüfsumme SHA1 | b2c8a31dfcb3fa67ac5c68460c7c36ad8c6f7f59 | 
| Prüfsumme SHA256 | 709c2ef178de8a4efd6a073f4b63cbc574429c8902800d4760e7191123f4febf | 
| Link zum Herunterladen | libconfig-jfdi-perl_0.064-1_all.deb | 
| Ausführliche Beschreibung | Config::JFDI scans a directory for files matching a certain name. If such a
file is found, and it matches an extension that Config::Any can read, then
the configuration from that file will be loaded. It also looks for special
files that end with a "_local" suffix, which take precedence over any other
configuration files. The precedence takes place by merging the local config
with the standard file using Hash::Merge::Simple (libhash-merge-simple-perl).
.
Essentially, this is an implementation of Catalyst::Plugin::ConfigLoader that
exists outside of Catalyst. |