Subject: | Installation errors on FBSD with EU::MM |
FreeBSD 8.0 system with most Perl modules installed through the Ports
system; C::AR::RequireSSL won't install through CPAN:
---
$ sudo perl -MCPAN -e 'install Catalyst::ActionRole::RequireSSL'
[...]
CPAN.pm: Going to build
E/EL/ELLIOTT/Catalyst-ActionRole-RequireSSL-0.05.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite ExtUtils::MakeMaker 6.11 not found. We have
unknown version.
Writing Makefile for Catalyst::ActionRole::RequireSSL
Show quoted text
---- Unsatisfied dependencies detected during ----
---- ELLIOTT/Catalyst-ActionRole-RequireSSL-0.05.tar.gz ----
ExtUtils::MakeMaker [requires]
---
Yet the prereq is there:
---
$ perl -MExtUtils::MakeMaker\ 999
ExtUtils::MakeMaker version 999 required--this is only version 6.56.
---