--- embedaddon/rsync/support/git-set-file-times 2012/02/17 15:09:30 1.1.1.1 +++ embedaddon/rsync/support/git-set-file-times 2013/10/14 07:51:15 1.1.1.2 @@ -1,5 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; # Sets mtime and atime of files to the latest commit time in git. #