Remove empty space :)
[gitmo/moose-dev-utils.git] / cpan-stable-smolder
index 9da5416..18daa32 100755 (executable)
@@ -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;