# Okay, so some people wanting to check out the latest and greatest # version from github is getting stuck not knowing what M::I modules # to install. So do the check here my @modules = qw( inc::Module::Install Module::Install::AuthorTests Module::Install::CheckLib Module::Install::ReadmeFromPod Module::Install::XSUtil Module::Install::Repository ); my @missing; foreach my $module (@modules) { eval "require $module"; push @missing, $module if $@; } if (@missing) { print STDERR <import;