more useful options | |
PerlMonks |
Re: When to bundle Perl with your app?by tmaly (Monk) |
on May 29, 2014 at 15:46 UTC ( [id://1087833]=note: print w/replies, xml ) | Need Help?? |
I use perlbrew in almost all cases I can. If you happen to work on Red Hat Enterprise Linux, they tend to come with an outdated version of perl. Mojolicious requires at least 5.10 because it uses some new regex features for its routing. If the platform gets updated to a different version of Red Hat Linux, using your own via perlbrew will isolate you from the vendor changes.
In Section
Seekers of Perl Wisdom
|
|