[MetaCPAN] Perl Core Modules
Dey, John F
jfdey at fredhutch.org
Thu Dec 20 23:47:15 GMT 2018
How can I determine if a module is a Core Perl Module?
I am using this query which works very nicely and is giving me all the information I need:
#!/usr/bin/env python
import requests
import json
resp = requests.get('https://fastapi.metacpan.org/v1/release/ExtUtils-Helpers')
if resp.status_code != 200:
return "not found"
cpan_info = resp.json()
But how can I tell if a module is part of the Core?
Thanks, And thank you for putting CPAN in ElasticSearch
John Dey
HPC Operations
SciComp Computing
O 206.667.4308
M 360.649.2731
jfdey at fredhutch.org<mailto:jfdey at fredhutch.org>
SciComp Office Hours
Wed. 10-noon M4-B102
[http://www.fredhutch.org/content/dam/public/email-signatures/3/fred_hutch_logo.png]<http://www.fredhutch.org/>
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N., Mail Stop J4-402
Seattle, WA 98109
fredhutch.org<http://www.fredhutch.org/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/metacpan/attachments/20181220/89a506a5/attachment.htm>
More information about the MetaCPAN
mailing list