Skip to content

Instantly share code, notes, and snippets.

@harshals
harshals / gist:5c7645cc525299817b4c
Created January 8, 2016 10:58 — forked from jerowe/gist:f71fae928cef9a8b6c2c
Catalyst with Perlbrew Setup

Overview

Perlbrew is a way of managing perl versions and application specific libraries.

In general it doesn't require root, unless you want it installed in a location only writable by root. ;)

Its actually not such a great idea to have this in a home directory if you want it shared by multiple users, such as nginx/apache, so it may be a better idea to have your $PERLBREW_ROOT as /opt/perlbrew or something similar

CPAN documentation