Subject: | In core, Filter::Util::Call is 1.0601, on CPAN, 1.06 |
Some modules on CPAN require version 1.0601 of Filter::Util::Call, eg Filter::EOF:
14:requires q{Filter::Util::Call}, '1.0601';}«
but latest version on CPAN is 1.06, although in core it is 1.0601, and has been since 5.8.1.
I have perl-5.8.3, and corelist indicates I should have 1.0601, but
[root@momotaro Filter-EOF-0.03]# perl -MFilter::Util::Call -e 'print $Filter::Util::Call::VERSION'
1.06
I don't know how this happened, but it is preventing me from installing Filter::EOF, on which the module I really want to install is dependent.