isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 62808c900367d8019c249513a9cfcbc81d053fdc
parent b45e711da588c5111c64345c50afa76a1b6ceeda
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Tue, 14 Mar 2017 11:10:35 +0100

autotest: use warnings

Diffstat:
Msrc/run-tests.pl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl @@ -16,6 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +use warnings; use strict; use File::Path;