in reply to Checking if module was released with 5.6
you can use this to find the modules installed </p.
use ExtUtils::Installed; my $inst =Exitutils::Installed->new(); my @modules = $inst -> modules(); [download]