summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-Meta/DESCR
blob: aaf79fbeccaa5e32862bd3a73e3bfb455bb3c94c (plain)
1
2
3
4
5
6
7
8
9
Software distributions released to the CPAN include a META.json
or, for older distributions, META.yml, which describes the
distribution, its contents, and the requirements for building and
installing the distribution. The data structure stored in the
META.json file is described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.