in reply to Re^3: Where should one place support scripts and resources within a Catalyst project?
in thread [SOLVED] Where should one place support scripts and resources within a Catalyst project?

Brilliant! Thank you so much. That's led me to the answer that I was looking for:

postamble <<EOPOST; install :: run_myapp_database run_myapp_database: myapp_database.pl EOPOST

(Where the space before myapp_database.pl is a tab character)

Thank you so much for your time!

  • Comment on Re^4: [SOLVED] Where should one place support scripts and resources within a Catalyst project?
  • Select or Download Code