Skip to content

Commit

Permalink
we now always change the timestamps a bit in the future and can remov…
Browse files Browse the repository at this point in the history
…e this bit of code that reset one timestamp to now
  • Loading branch information
andk committed Jan 31, 2011
1 parent 18a5dd4 commit 4226306
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ use strict;
use ExtUtils::MakeMaker;
use File::Spec;
sub _f ($) {File::Spec->catfile(split /\//, shift);}
my @stat = stat __FILE__;
if ($stat[9] > $^T) {
utime ($^T,$^T,__FILE__) or die "Could not run utime: $!";
}
WriteMakefile(
NAME => 'CPAN::Test::Dummy::Perl5::Make::TimeSkew',
VERSION_FROM => _f('./lib/CPAN/Test/Dummy/Perl5/Make/TimeSkew.pm'),
Expand Down

0 comments on commit 4226306

Please sign in to comment.