We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b374eaf commit e95fba6Copy full SHA for e95fba6
bin/river.pl
@@ -13,7 +13,7 @@
13
my $river_url //= 'https://neilb.org/river-of-cpan.json.gz';
14
my $river_data = decode_json( read_url($river_url) );
15
16
-my $es = MetaCPAN::ES->new( type => "distribution" );
+my $es = MetaCPAN::ES->new( index => "distribution" );
17
my $bulk = $es->bulk();
18
19
log_info {'Updating the distribution index'};
0 commit comments