Avoid function redefined warnings
[gitmo/moose-dev-utils.git] / cpan-stable-smolder
index 9da5416..1bcfd83 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) {