I am currently creating a Perl module for home use. I used ExtUtils :: ModuleMaker to create a script assembly and skeleton for my Perl module. I would like to include the .ini configuration files that my core modules should work. Where do I put these files so that they are installed with my module? Which way do I need to use to access these configuration files through the main and additional modules?
PS this is a directory frame:
|-lib
|
|
|
|
|
|-scripts
|-t
source
share