mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d61d9f38cb
File::ConfigDir is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). File::ConfigDir is a module to help out when perl modules (especially applications) need to read and store configuration files from more than one location. Writing user configuration is easy thanks to File::HomeDir, but what when the system administrator needs to place some global configuration or there will be system related configuration (in /etc on UNIX(TM) or $ENV{windir} on Windows(TM)) and some network configuration in nfs mapped /etc/p5-app or $ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app", respectively. File::ConfigDir has no "do what I mean" mode - it's entirely up to the user to pick the right directory for each particular application. WWW: http://search.cpan.org/dist/File-ConfigDir/
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
%%SITE_PERL%%/File/ConfigDir.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ConfigDir/.packlist
|
|
%%PERL5_MAN3%%/File::ConfigDir.3.gz
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ConfigDir
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
|
@dirrmtry %%SITE_PERL%%/File
|