CPAN: Use metacpan fastapi

All docs in metacpan.org currently point to this new API endpoint. The
old API endpoint returns wrong data for e.g. TermReadKey (latest 2.37 vs
API 2.14), and the new API endpoint doesn't have this issue.
This commit is contained in:
Felix Yan 2017-03-24 16:50:56 +08:00
parent e3aae23225
commit 02809b703f
No known key found for this signature in database
GPG key ID: 786C63F330D7CB92

View file

@ -1,7 +1,7 @@
from .simple_json import simple_json
# Using metacpan
CPAN_URL = 'https://api.metacpan.org/release/%s'
CPAN_URL = 'https://fastapi.metacpan.org/release/%s'
def _version_from_json(data):
return str(data['version'])