MetaCPAN-Client icon indicating copy to clipboard operation
MetaCPAN-Client copied to clipboard

Home of the official MetaCPAN Perl API client.

Results 4 MetaCPAN-Client issues
Sort by recently updated
recently updated
newest added

While researching a curious question this afternoon regarding Devel-* distributions, I came across what I _believe_ to be a _bug_ when trying to use the next iterator on a result...

If HTTP::Tiny receives an HTTP error (like server error 500) or encounters a connection error, it will set the error code in the response (599 for connection errors). The documentation...

MetaCPAN::Client->reverse_dependencies returns only 50 results even if there are more, and doesn't automatically fetch more results if ->next on the resultset runs out of those 50 it seems MetaCPAN::Client wants...

In the code generating the [CPAN Digger](https://cpan-digger.perlmaven.com/) first I call `$mcpan->recent` and then on every release I call `$mcpan->cover($release->name);` If I understand correctly this will generate as many API requests...