Install all your favorited modules from MetaCPAN
Use these bash functions in your .bashrc:
metacpan-favorites() {
curl -s https://metacpan.org/author/KABLAMO | perl -ne 'if (m!class="release".*/release/([^"]+)!) { $_ = $1; s/-/::/g; print $_,$/ }'
}
cpanm-metacpan-favorites {
metacpan-favorites | cpanm -nv
}
This is not my idea. All credit for this goes to:
http://blog.64p.org/entry/2013/01/15/111647
Written by Eric Johnson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Perl
Authors
janosgyerik
25.11K
Jean-Remy Duboc
12.22K
Related Tags
#perl
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#