Skip Menu |

This queue is for tickets about the PAR-Repository CPAN distribution.

Report information
The Basics
Id: 38595
Status: resolved
Priority: 0/
Queue: PAR-Repository

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

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: (no value)



Hi Steffen, there's a minor glitch in Makefile.PL. The ENV variable checked to ignore symlinks is "IGNORE_SYMLINK_WARNINGS", while the warning message in the heredoc tells you to set "IGNORE_SYMLINK_WARNING". Trivial patch pasted. --- Makefile.PL Wed Jun 11 20:30:41 2008 +++ Makefile.PL.new Wed Aug 20 07:24:48 2008 @@ -12,7 +12,7 @@ If you want to ignore this message and continue installing PAR::Reporitory, please set the environment variable -IGNORE_SYMLINK_WARNING to a true valid and rerun Makefile.PL. +IGNORE_SYMLINK_WARNINGS to a true valid and rerun Makefile.PL. HERE exit(1); }
Hi Cosimo, On Wed Aug 20 01:29:23 2008, COSIMO wrote: Show quoted text
> Trivial patch pasted.
Applied, thank you. It was nice meeting you in Copenhagen. Too bad we didn't talk more. Best regards, Steffen