til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Use PERL_CARTON_MIRROR

carton has a somewhat undocumented environment variable: $PERL_CARTON_MIRROR, this can be used to point to your local Perl distribution repository, being a mirror or a darkpan.

$ PERL_CARTON_MIRROR=http://darkpan.yourdomain carton install

Source: Github