NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
config.h timestamp in future breaks Makefile.PL (Score:1)
For some reason, all your file timestamps are about a day in the future and are preserved on install. (Yay! Aren't timezones fun!) That means that Makefile.PL complains:
This is not a problem for Build.PL and since you've configured CPAN.pm to prefer Build.PL, this only affects distributions that only have Makefile.PL. That includes several of the dependencies of CPAN::Reporter, including your own
Re:config.h timestamp in future breaks Makefile.PL (Score:2)
Reply to This
Parent