The stupid question is the question not asked | |
PerlMonks |
Re: When to bundle Perl with your app?by mr_mischief (Monsignor) |
on May 27, 2014 at 17:10 UTC ( [id://1087560]=note: print w/replies, xml ) | Need Help?? |
This really depends on whether you're working on an internal application or distributing it more widely. When you don't have control of the target system, it's best to control your Perl environment. If you develop, test, stage, and deploy on configuration managed systems that are kept as similar as possible then feel free to distribute just the application to production.
In Section
Seekers of Perl Wisdom
|
|