[MetaCPAN] Perl Core Modules

Shlomi Fish shlomif at shlomifish.org
Fri Dec 21 10:11:01 GMT 2018


Hi John!

On Thu, 20 Dec 2018 23:47:15 +0000
"Dey, John F" <jfdey at fredhutch.org> wrote:

> How can I determine if a module is a Core Perl Module?
> 

Not MetaCPAN, but there is https://metacpan.org/pod/Module::CoreList .

> 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/>



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
http://www.shlomifish.org/humour/ways_to_do_it.html

  :)-<
   +--
    — Moses the Smiley by Shlomi Fish

Please reply to list if it's a mailing list post - http://shlom.in/reply .



More information about the MetaCPAN mailing list