Perl-Toolchain-Gang / CPAN-Meta-Requirements

a set of version requirements for a CPAN dist
5 stars 15 forks source link

get structured requirements for a package #21

Closed rjbs closed 9 years ago

rjbs commented 9 years ago

Right now, you can ask for the requirements for a module and get "> 3, < 4" but you can't get the structured data.

This branch (which I wrote three years ago and forgot about!) adds a mechanism to get an arrayref of arrayrefs. The inner arrayrefs are pairs of comparator and version.