Source: libconfig-jfdi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libany-moose-perl,
 libcarp-clan-share-perl,
 libclone-perl,
 libconfig-any-perl,
 libconfig-general-perl,
 libdata-visitor-perl (>= 0.24),
 libgetopt-usaginator-perl,
 libhash-merge-simple-perl,
 liblist-moreutils-perl,
 libpath-class-perl,
 libsub-install-perl,
 libtest-most-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Config-JFDI/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-jfdi-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-jfdi-perl/

Package: libconfig-jfdi-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libany-moose-perl,
 libcarp-clan-share-perl,
 libclone-perl,
 libconfig-any-perl,
 libconfig-general-perl,
 libdata-visitor-perl (>= 0.24),
 libgetopt-usaginator-perl,
 libhash-merge-simple-perl,
 liblist-moreutils-perl,
 libpath-class-perl,
 libsub-install-perl
Description: Perl module to load any configuration files
 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.
