No such thing as a small change | |
PerlMonks |
Re: When to bundle Perl with your app?by MidLifeXis (Monsignor) |
on May 27, 2014 at 17:13 UTC ( [id://1087562]=note: print w/replies, xml ) | Need Help?? |
I consider my target Perl version and installed modules part of my application, just to avoid the 'vendor changed perl installation' issue. OTOH, this is an internal system, and my application does not need to run on everything out there. That being said, on platforms like Win32, where perl does not come bundled, bundling Perl with your application removes a layer that the user needs to manage. --MidLifeXis
In Section
Seekers of Perl Wisdom
|
|