This plenv plugin, is a port of the rbenv-update, adds the plenv update
command than updated plenv and all installed plugins.
mkdir -p $PLENV_ROOT/plugins
git clone git@github.com:Tacahilo/plenv-update.git $PLENV_ROOT/plugins/plenv-update
$ plenv update
updating plenv
| Already on 'master'
| From git://github.com/tokuhirom/plenv
| * branch master -> FETCH_HEAD
| Already up-to-date.
updating perl-build
| Already on 'master'
| From git://github.com/tokuhirom/Perl-Build
| * branch master -> FETCH_HEAD
| Already up-to-date.
updating plenv-update
| Already on 'master'
| From github.com:Tacahilo/plenv-update
| * branch master -> FETCH_HEAD
| Already up-to-date.
Takahiro OKUMURA hfm.garden@gmail.com
See the document.