On Wed, Sep 04, 2002 at 06:00:17PM +0000, Andy Dougherty wrote: > > Configure.pl's 'copy_if_diff()' function was actually calling rename() > and moving the file. The net result was that if you tried to re-run > Configure.pl, it failed at the MANIFEST check point because > the config/gen/platform/generic.? files had been moved. > > This patches replaces the rename() call by File::Copy::copy > (which is available at least as far back as 5.005_03).
What idiot wrote a function that *renamed* a file and then called it copy_if_diff()?! Oh, wait... Thanks, applied.