Using Perl 5.10.0 (Strawberry perl), Windows XP service pack 3
Install of 'Catalyst-Plugin-ConfigLoader' via CPAN fails with the message:
'Your installer Makefile.PL has a modification time in the future.
This is known to create infinite loops in make.
Please correct this, then run Makefile.PL again.'
Checked the makefile and found the line:
'use inc::Module::Install 0.77;'
Checked version of inc::Module::Install:
'inc::Module::Install is up to date (0.84).'
I changed the first line of makefile to read:
'use inc::Module::Install;'
The module compiled, tested, and installed then without problem.
Many thanks
COM.