Re: problem with perl Makefile.PL
[email protected] (Michael G Schwern) Wed, 16 May 2012 10:27:30 -0700
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
On 2012.5.15 6:22 PM, Tim OBrien wrote: > [root@localhost ExtUtils-MakeMaker-6.31]# perl Makefile.PL > Checking if your kit is complete... > Looks good > Could not open '': No such file or directory at > lib/ExtUtils/MM_Unix.pm line 2697. Looking at that line, it's trying to open a file to parse its $VERSION. That means either your VERSION_FROM is empty or one of your PREREQ_PM keys is empty. LMK what it turns out to be please. Sorry it doesn't have a better error message. Patches welcome! -- On error resume stupid