metacpan / MetaCPAN-Client

Home of the official MetaCPAN Perl API client.
21 stars 23 forks source link

reverse_dependencies broken? #92

Closed andk closed 7 years ago

andk commented 7 years ago

Oops, sorry, I seem to have clicked on an empty field? Here is another try:

perl -MMetaCPAN::Client -MData::Dump=dd -e '
dd(MetaCPAN::Client->new()->reverse_dependencies("ElasticSearch"));
'                                                                 
Failed to fetch 'https://fastapi.metacpan.org//reverse_dependencies/dist/ElasticSearch': Not Found at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.4/89ad/lib/site_perl/5.27.4/MetaCPAN/Client.pm line 315.
bless({ items => [], total => 0, type => "release" }, "MetaCPAN::Client::ResultSet")
oalders commented 7 years ago

I think that URL should be https://fastapi.metacpan.org/v1/reverse_dependencies/dist/Search-Elasticsearch

mickeyn commented 7 years ago

fixed in 2.018000 ... you will have to try it with an existing distribution name though :)