Skip to content

Instantly share code, notes, and snippets.

@shohey1226
Created March 6, 2014 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shohey1226/9401587 to your computer and use it in GitHub Desktop.
Save shohey1226/9401587 to your computer and use it in GitHub Desktop.
#!/bin/bash
export PLENV_ROOT=/opt/perl5
export PATH="$PLENV_ROOT/bin:$PATH"
eval "$(plenv init -)"
cd /tmp
if [[ -e 'cpanfile' ]]
then
cpanm --installdeps .
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment