in reply to Re^2: announce missing modules
in thread announce missing modules
So back to the old method (slightly refined to handle module versions and import lists)
{ our @missing = map +(m/^(\S+)/), grep !eval "use $_; 1", grep $_, split /\s*\n\s*/, " Storable File::Basename A::B wq(a b c) Foo::Bar CGI qw/:standard/ " and die "Please install CPAN modules: cpan -i @missing\n"; }
|
|---|