Re: Any db of deprecated modules?

[email protected] (Dan) Sat, 9 May 2026 19:41:51 -0400
Newsgroups perl.perl5.porters
Message-ID <CABMkAVUZqktvk5Z2pNN5uty+d4Mcn_zVvr7vE63parH+4cy-Mw@mail.gmail.com>
You can find a list of distributions marked as deprecated in its metadata
with a search like
https://fastapi.metacpan.org/v1/release/_search?q=deprecated:true&size=100,
which you can search with MetaCPAN::Client like:
$mcpan->releases({deprecated => JSON::PP::true})

-Dan