summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-Meta-Requirements/DESCR
blob: 4a4c1975fb1dedd9c1a5d8e2318b220afb5dbfd2 (plain)
1
2
3
4
5
6
7
A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the META.yml or META.json files in CPAN distributions.
It can be built up by adding more and more constraints, and it will reduce
them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.