Skip to content

Instantly share code, notes, and snippets.

@keedi
Created February 12, 2013 11:01
Show Gist options
  • Save keedi/4761586 to your computer and use it in GitHub Desktop.
Save keedi/4761586 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
#Created by tryperl.com
use 5.010;
use strict;
use warnings;
use ExtUtils::Installed;
my $i = ExtUtils::Installed->new;
printf "%-40s %s\n", $_, $i->version($_) for $i->modules;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment