in reply to [SOLVED] Where should one place support scripts and resources within a Catalyst project?
The previous advice regarding install_script is good. I recommend however not putting your scripts into myapp/script but instead something like myapp/bin or myapp/tool. This is a logical separation because of the many Catalyst Helper packages that automatically create or upgrade stuff in script. If you have them separated, programmatic v in-house, you will never have mysteries or in-line "forks" to solve.
|
|---|