decebel has asked for the wisdom of the Perl Monks concerning the following question:
Now, when I do nmake install, I was expecting these configs to be copied to the install path. However, this does not happen. Is there something I am missing here?Changes Makefile.PL MANIFEST README t/EM.t lib/EM.pm cfg/log.conf cfg/AppConfig.conf cfg/EMConfig.conf cfg/UserConfig.conf
Also, the test cases I have, would require the configs. Do I have to manually copy the .conf files to the \t directory for testing purpose? I was thinking, it would be cool to have nmake test should somehow automatically refer/copy the configs correctly.
Gracias, Dece
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: adding new files to distribution
by ikegami (Patriarch) on Sep 30, 2009 at 04:35 UTC | |
|
Re: adding new files to distribution
by Anonymous Monk on Sep 30, 2009 at 04:50 UTC | |
|
Re: adding new files to distribution
by Anonymous Monk on Sep 30, 2009 at 04:52 UTC | |
by decebel (Acolyte) on Sep 30, 2009 at 11:54 UTC | |
|
Re: adding new files to distribution
by Bloodnok (Vicar) on Sep 30, 2009 at 11:30 UTC | |
by decebel (Acolyte) on Sep 30, 2009 at 11:58 UTC | |
by Bloodnok (Vicar) on Sep 30, 2009 at 12:12 UTC |