This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Version::Requirements as a dual-life module
authorDavid Golden <dagolden@cpan.org>
Fri, 11 Feb 2011 14:31:03 +0000 (09:31 -0500)
committerDavid Golden <dagolden@cpan.org>
Fri, 11 Feb 2011 16:04:04 +0000 (11:04 -0500)
commit39ac3336da840fc340d83005a1b728db40a469ef
tree1fe133d4b7e9267e2f2912da785e9cfff6d9c6bd
parentd7bdb612ac7ecb7adfb85cf8f7484e81501984a7
Add Version::Requirements as a dual-life module

Version::Requirements version 0.101020 has been added as a dual-life
module.  It provides a standard library to model and manipulates module
prerequisites and version constraints as defined in the CPAN::Meta::Spec.

It is a prerequisite for CPAN::Meta, which will be used by the Perl
CPAN Toolchain to standardize interactions with META and MYMETA files.
MANIFEST
Porting/Maintainers.pl
cpan/Version-Requirements/Changes [new file with mode: 0644]
cpan/Version-Requirements/lib/Version/Requirements.pm [new file with mode: 0644]
cpan/Version-Requirements/t/accepts.t [new file with mode: 0644]
cpan/Version-Requirements/t/basic.t [new file with mode: 0644]
cpan/Version-Requirements/t/finalize.t [new file with mode: 0644]
cpan/Version-Requirements/t/from-hash.t [new file with mode: 0644]
cpan/Version-Requirements/t/merge.t [new file with mode: 0644]
lib/.gitignore
pod/perldelta.pod