Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 24195
Status: resolved
Priority: 0/
Queue: Scalar-List-Utils

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

Bug Information
Severity: Important
Broken in: 1.19
Fixed in: (no value)



Subject: Error msg: Your installer Makefile.PL has a modification time in the future
Note: This error actually applies to the version of Module::Install shipped with Scalar::List::Utils. A bug report for Module::Install has been logged. OS: Win2K. The error message is 'Your installer Makefile.PL has a modification time in the future'. The problem is discussed at great length in the docs for the module Win32::UTCFileTime. Suffice to say here only that this patch resolves the issue. Note: This patch applies to the version of Module::Install shipped in the inc directory. --- Install.pm.bak Wed Jan 3 06:03:55 2007 +++ Install.pm Wed Jan 3 06:03:59 2007 @@ -29,6 +29,8 @@ # releases once we can make sure it won't clash with custom # Module::Install extensions. $VERSION = '0.64'; + + require 'Win32/UTCFileTime.pm' if ($^O eq 'MSWin32'); } # Whether or not inc::Module::Install is actually loaded, the
Fixed in Scalar-List-Utils-1.20