Merge branch 'master' into fix-empty-undef-edit
[MojoFacets.git] / lib / MojoFacets / Data.pm
index 091c297..f704370 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;