mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
scancpan: skip Dist::Zilla
Signed-off-by: Christopher McCrory <chrismcc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b8d768b247
commit
e9963cd2b5
@ -601,6 +601,7 @@ sub fetch {
|
|||||||
# we could use the host Module::CoreList data, because host perl and
|
# we could use the host Module::CoreList data, because host perl and
|
||||||
# target perl have the same major version
|
# target perl have the same major version
|
||||||
next if ${$dep}{phase} eq q{develop};
|
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};
|
next if !($test && $top) && ${$dep}{phase} eq q{test};
|
||||||
my $distname = $mcpan->module( $modname )->{distribution};
|
my $distname = $mcpan->module( $modname )->{distribution};
|
||||||
if (${$dep}{phase} eq q{runtime}) {
|
if (${$dep}{phase} eq q{runtime}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user