727985a6e8
settings files for your project. You subclass the basic Config::Setting class in one of your own modules, and then provide an interface to your code using it. When set up, you can then override the settings on a per-host basis, or even using an environment variable. PR: 28565 Submitted by: Pete Fritchman <petef@databits.net>
10 lines
616 B
Plaintext
10 lines
616 B
Plaintext
lib/perl5/site_perl/%%PERL_VER%%/Config/Setting.pm
|
|
lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/FileProvider.pm
|
|
lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/IniParser.pm
|
|
lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/XMLParser.pm
|
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting/.packlist
|
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting
|
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
|
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Config/Setting
|
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true
|