Skip to content

Add support for CPAN #639

Description

@stevespringett

CPAN doesn't have a direct API, but metacpan provides versioned API access to CPAN data.

Three potential endpoint to integrate with are distribution, release, and modeule.

https://fastapi.metacpan.org/v1/distribution/Moose
https://fastapi.metacpan.org/v1/release/Moose
https://fastapi.metacpan.org/v1/module/Moose

Refer to https://github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md

Metadata

Metadata

Labels

enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededp2Non-critical bugs, and features that help organizations to identify and reduce risk

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions