Explorar o código

scancpan: skip Dist::Zilla

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Christopher McCrory %!s(int64=7) %!d(string=hai) anos
pai
achega
e9963cd2b5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      utils/scancpan

+ 1 - 0
utils/scancpan

@@ -601,6 +601,7 @@ sub fetch {
             # we could use the host Module::CoreList data, because host perl and
             # target perl have the same major version
             next if ${$dep}{phase} eq q{develop};
+            next if ${$dep}{phase} eq q{x_Dist_Zilla};
             next if !($test && $top) && ${$dep}{phase} eq q{test};
             my $distname = $mcpan->module( $modname )->{distribution};
             if (${$dep}{phase} eq q{runtime}) {