Subject: | == in a version requirement not supported |
Reading the source of CPAN::Distribution::_fulfills_all_version_rqs
shows that '==' is not supported. Seems to be an oversight.
Test distribution could be ELLIOTJS/Perl-Critic-1.099_002.tar.gz
which demands
'PPI' => '== 1.203'
which tehn gets ignored by CPAN.pm