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 Config::Tiny.
Presumably, if I wait until tomorrow the problem will go away, but I think this needs a fix or else you'll frustrate anyone who tries out a new Strawberry Perl right after you release it if they happen to be on the other side of the international date line.
(I suppose you could build a new release and then wait a day to release it, but what's the fun in that?!?)
-- dagolden
Reply to This
Re: (Score:1)
Quick fix in the meantime -- from the C:\strawberry directory:
-- dagolden
Re: (Score:2)