X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan-stable-smolder;h=1bcfd836914bde4e6f1fe4579daaac9ec4ddec91;hb=a75bdf8dde98995f9305d56ec7f4db5f8fbfe2bd;hp=9da5416988ac5052e5619c7537dee6d6e577cf2c;hpb=81b7b4067ae49c6d6df5bc5f2c544829e9637c87;p=gitmo%2Fmoose-dev-utils.git diff --git a/cpan-stable-smolder b/cpan-stable-smolder index 9da5416..1bcfd83 100755 --- a/cpan-stable-smolder +++ b/cpan-stable-smolder @@ -107,6 +107,7 @@ test_all_modules( MooseX::YAML Fey::ORM KiokuDB + Catalyst ] ); @@ -115,7 +116,7 @@ close $log; exit; sub test_all_modules { - foreach my $project (grep {$_ eq 'Fey::ORM'}@_) { + foreach my $project (@_) { my $dist = get_distro_from_cpan($project); unless ($dist) {