Skip to content

Commit

Permalink
fix nested dep fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Feb 23, 2024
1 parent cbd4b37 commit 532a10a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xt/DepReqs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ sub run { # synch with dependent-modules.t

my @deps = Test::DependentModules::_get_deps PPI =>
{ exclude => qr/^(Apache2-SSI|Devel-IPerl|Padre|Devel-Examine-Subs)$/ };

{ no warnings 'redefine'; *MetaCPAN::Client::fetch = $old_fetch; }

my $c = MetaCPAN::Client->new;
my @reqs = map @{ $c->release($_)->dependency }, @deps;
io("xt/cpanfile")
Expand Down

0 comments on commit 532a10a

Please sign in to comment.