mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
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.
|