diff options
author | David Golden <dagolden@cpan.org> | 2011-02-11 09:31:03 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-02-11 11:04:04 -0500 |
commit | 39ac3336da840fc340d83005a1b728db40a469ef (patch) | |
tree | 1fe133d4b7e9267e2f2912da785e9cfff6d9c6bd /lib/.gitignore | |
parent | d7bdb612ac7ecb7adfb85cf8f7484e81501984a7 (diff) | |
download | perl-39ac3336da840fc340d83005a1b728db40a469ef.tar.gz |
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.
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index cb1ea9c4ad..f0378b606e 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -367,6 +367,7 @@ /Unicode/Collate.pm /Unicode/Collate/ /Unicode/Normalize.pm +/Version/Requirements.pm /XS /XSLoader.pm /attributes.pm |