use strict; use warnings; use CPAN; for ( 'Catalyst::Plugin::Authentication' ) { install ($_)} #doesn't work #for my $mod ( 'Catalyst::Plugin::Authentication' ) { install ($mod)} #works