Subject: | No Filter::Util::Call version 1.0601 on CPAN |
Makefile.PL in 0.03 requires version 1.0601 of Filter::Util::Call
14:requires q{Filter::Util::Call}, '1.0601';}«
but latest version on CPAN is 1.06, although in core it is 1.0601.
Here, I try to make Filter::EOF.
Could not find or check module 'Module::Signature' [THIS MAY BE A PROBLEM!] at /usr/lib/perl5/site_perl/5.8.3/CPANPLUS/Dist.pm line 461
Running [/usr/bin/perl -MCPANPLUS::Internals::Utils::Autoflush Makefile.PL ]...
Cannot determine perl version info from lib/Filter/EOF.pm
Warning: prerequisite Filter::Util::Call 1.0601 not found. We have 1.06.
Writing Makefile for Filter::EOF
[ERROR] This distribution depends on Filter::Util::Call, but the latest version of Filter::Util::Call on CPAN (1.06) doesn't satisfy the specific version dependency (1.0601). You may have to resolve this dependency manually.
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
So, I don't know if this is Filter::EOF's bug. But it is preventing me from building Filter::EOF.