X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan-stable-smolder;h=18daa3296ed89887dd5c7fbbdda593782bf9d163;hb=ec985a7b4fa6d27117020e427d0f462152791186;hp=9da5416988ac5052e5619c7537dee6d6e577cf2c;hpb=81b7b4067ae49c6d6df5bc5f2c544829e9637c87;p=gitmo%2Fmoose-dev-utils.git diff --git a/cpan-stable-smolder b/cpan-stable-smolder index 9da5416..18daa32 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) { @@ -180,6 +181,8 @@ sub _run_commands { return; } } + + return 1; } 1;