From ac718c6d2a4a87e8fb0524c68b41755692ae676a Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Mon, 16 May 2011 07:13:09 +0200 Subject: [PATCH] address #68220: wrong closing brace position in _rmirror_endofloop_sleep (Mitry Matyushkov) --- lib/File/Rsync/Mirror/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 3a4076f..f7381c2 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -887,8 +887,8 @@ sub _rmirror_endofloop_sleep { time, $sleep, ); - sleep $sleep; } + sleep $sleep; } # it returns two things: abslfile and rfilename. But the abslfile is -- 2.11.4.GIT