On Tue, Apr 28, 2009 at 03:52:18PM -0700, Bill Moseley wrote: > What's the best way to setup my package and Makefile.PL to place the > config files in a package-specific directory? And then what's the > best way in the script to find the installed location of these files > when the script runs?
Install them into blib/arch/auto/share/dist/Your-Dist-Name, assuming that ends up in the right place when using EUMM. Then, use File::ShareDir::dist_dir('Your-Dist-Name') to find that directory again. Unless by 'package' you meant 'module', in which case look at how File::ShareDir finds those. hdp.