Closed kentfredric closed 8 years ago
Fixed in https://v1.metacpan.org/release/MICKEY/MetaCPAN-Client-1.022000-TRIAL
also, I'd recommend this small change to the code:
my $client = MetaCPAN::Client->new( version => "v1" );
Please check the trial version and I'll try to release it by the end of the weekend.
Works for me :) :heart:
The following code worked prior to the ES upgrade.
On
1.020000
this specific logic works as expected. On1.021000
, it gets confused at some point and bails quite early as$result->module
no longer returns an arrayref.