Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 27580
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: jeremiah [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.66_02
Fixed in: (no value)



Subject: Module::Install won't run on perl 5.8.6
I used Module::Install to create a Makefile.PL file so that I can ensure that all needed modules are installed when I make a 'distribution' of my CGI script. When I run `perl Makefile.PL` I get the follow error message and the resulting Makefile is not written. include inc/Module/Install/WriteAll.pm Writing META.yml include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm ERROR: perl: Version 5.008006 is installed, but we need version >= 5.008008 at /Library/Perl/5.8.6/Module/Install/Makefile.pm line 158. Local machine information: OS: Mac OS X 10.4.9 perl: 5.8.6
Duplicate