http://qs321.pair.com?node_id=1087833


in reply to When to bundle Perl with your app?

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.