From 13d43df3a816f79ac75d3cb71a45bfcb73ad1484 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 3 Apr 2017 00:03:04 +0200 Subject: Add empty line between pod and code Signed-off-by: Florian Pritz --- lib/App/BorgRestore/Settings.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/App/BorgRestore') diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index 2637b8d..f329ef0 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -91,6 +91,7 @@ Licensed under the GNU General Public License version 3 or later. See LICENSE for the full license text. =cut + our $borg_repo = "backup:borg-".hostname; our $cache_path_base = sprintf("%s/borg-restore.pl", $ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache"); our @backup_prefixes = ( -- cgit v1.2.3-24-g4f1b