Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-CPAN-Meta-Requirements
From: Thomas Klausner
Date: 2024-05-05 09:18:06
Message id: 20240505071806.5FA46FA2C@cvs.NetBSD.org
Log Message:
devel/p5-CPAN-Meta-Requirements: import p5-CPAN-Meta-Requirements-2.143
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, and as defined by CPAN::Meta::Spec. 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.
Files: