summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore/Settings.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-25 11:08:51 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-25 11:08:51 +0200
commit27320b7508018e0ff40ddf5a81a2d1baf885fb18 (patch)
tree9d5af0bb21b3d5471e66c6e5be707762b4d41a52 /lib/App/BorgRestore/Settings.pm
parente56c3a182202a0e4155cc03765e8b912e50d3001 (diff)
downloadApp-BorgRestore-27320b7508018e0ff40ddf5a81a2d1baf885fb18.tar.gz
App-BorgRestore-27320b7508018e0ff40ddf5a81a2d1baf885fb18.tar.xz
Add missing autodie to packages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore/Settings.pm')
-rw-r--r--lib/App/BorgRestore/Settings.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm
index 45d2f82..0e071b7 100644
--- a/lib/App/BorgRestore/Settings.pm
+++ b/lib/App/BorgRestore/Settings.pm
@@ -5,6 +5,7 @@ use warnings;
use App::BorgRestore::Helper;
+use autodie;
use File::Path qw(mkpath);
use Sys::Hostname;