Skip to content

Instantly share code, notes, and snippets.

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 mche/46d1bae7753e5518f8249e8fe35c7cae to your computer and use it in GitHub Desktop.
Save mche/46d1bae7753e5518f8249e8fe35c7cae to your computer and use it in GitHub Desktop.
perl -MExtUtils::Installed -e 'my $inst = ExtUtils::Installed->new(); foreach $module ($inst->modules()) { print $module ."@". $inst->version($module). "\n"; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment