disable mtime sync with source file
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 May 2010 20:12:31 +0000 (22:12 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 May 2010 20:12:31 +0000 (22:12 +0200)
lib/MojoFacets/Data.pm

index 68086d0..2dca065 100644 (file)
@@ -71,8 +71,8 @@ sub _save {
        store $info, $dump_path;
 
        # sync timestamp
-       my $mtime = $loaded->{$path}->{mtime};
-       utime $mtime, $mtime, $dump_path;
+       #my $mtime = $loaded->{$path}->{mtime};
+       #utime $mtime, $mtime, $dump_path;
 
        warn $dump_path, ' ', -s $dump_path, " bytes\n";
        return $dump_path;