Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created May 24, 2011 01:07
Show Gist options
  • Save creaktive/987976 to your computer and use it in GitHub Desktop.
Save creaktive/987976 to your computer and use it in GitHub Desktop.
local::lib update
#!/bin/sh
perl -MExtUtils::Installed -E 'chdir $ENV{PERL_LOCAL_LIB_ROOT}; my $i = new ExtUtils::Installed; say for $i->modules' | cpanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment